End of training
Browse files- README.md +22 -9
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -4,6 +4,9 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: nb-bert-base-user-needs
|
9 |
results: []
|
@@ -16,8 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [NbAiLab/nb-bert-base](https://huggingface.co/NbAiLab/nb-bert-base) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Accuracy: 0.
|
|
|
|
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -43,21 +49,28 @@ The following hyperparameters were used during training:
|
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_steps: 500
|
46 |
-
- num_epochs:
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
-
|
53 |
-
| No log | 1.0 |
|
54 |
-
| No log | 2.0 |
|
55 |
-
| No log | 3.0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
- Transformers 4.17.0
|
61 |
- Pytorch 1.10.2+cu113
|
62 |
-
- Datasets
|
63 |
- Tokenizers 0.12.1
|
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
+
- f1
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
model-index:
|
11 |
- name: nb-bert-base-user-needs
|
12 |
results: []
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [NbAiLab/nb-bert-base](https://huggingface.co/NbAiLab/nb-bert-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.6468
|
23 |
+
- Accuracy: 0.8582
|
24 |
+
- F1: 0.8388
|
25 |
+
- Precision: 0.8295
|
26 |
+
- Recall: 0.8582
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
- lr_scheduler_warmup_steps: 500
|
52 |
+
- num_epochs: 10
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
59 |
+
| No log | 1.0 | 98 | 1.2122 | 0.6005 | 0.4506 | 0.3606 | 0.6005 |
|
60 |
+
| No log | 2.0 | 196 | 0.9735 | 0.7113 | 0.6231 | 0.5549 | 0.7113 |
|
61 |
+
| No log | 3.0 | 294 | 0.7894 | 0.7655 | 0.6996 | 0.7399 | 0.7655 |
|
62 |
+
| No log | 4.0 | 392 | 0.9499 | 0.6933 | 0.6584 | 0.6617 | 0.6933 |
|
63 |
+
| No log | 5.0 | 490 | 0.7529 | 0.7784 | 0.7217 | 0.7107 | 0.7784 |
|
64 |
+
| 0.9006 | 6.0 | 588 | 0.7510 | 0.7964 | 0.7491 | 0.7370 | 0.7964 |
|
65 |
+
| 0.9006 | 7.0 | 686 | 0.5963 | 0.8273 | 0.8044 | 0.7960 | 0.8273 |
|
66 |
+
| 0.9006 | 8.0 | 784 | 0.6918 | 0.8351 | 0.8071 | 0.8096 | 0.8351 |
|
67 |
+
| 0.9006 | 9.0 | 882 | 0.7391 | 0.8273 | 0.8017 | 0.8042 | 0.8273 |
|
68 |
+
| 0.9006 | 10.0 | 980 | 0.6468 | 0.8582 | 0.8388 | 0.8295 | 0.8582 |
|
69 |
|
70 |
|
71 |
### Framework versions
|
72 |
|
73 |
- Transformers 4.17.0
|
74 |
- Pytorch 1.10.2+cu113
|
75 |
+
- Datasets 2.3.2
|
76 |
- Tokenizers 0.12.1
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 711517229
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fedaf83f935134c41402ae8f650966d780b3da3a2f4a782ca9d97b04e3e8e041
|
3 |
size 711517229
|