update model card README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [jojoUla/bert-large-cased-sigir-support-refute-no-label-40](https://huggingface.co/jojoUla/bert-large-cased-sigir-support-refute-no-label-40) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 2.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -39,23 +39,33 @@ The following hyperparameters were used during training:
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
-
- num_epochs:
|
43 |
- mixed_precision_training: Native AMP
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
-
|
|
50 |
-
|
|
51 |
-
|
|
52 |
-
| 4.
|
53 |
-
| 3.
|
54 |
-
|
|
55 |
-
| 3.
|
56 |
-
| 2.
|
57 |
-
|
|
58 |
-
| 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [jojoUla/bert-large-cased-sigir-support-refute-no-label-40](https://huggingface.co/jojoUla/bert-large-cased-sigir-support-refute-no-label-40) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 2.0129
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 20.0
|
43 |
- mixed_precision_training: Native AMP
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 6.5696 | 1.0 | 1 | 9.6780 |
|
50 |
+
| 6.1387 | 2.0 | 2 | 7.6930 |
|
51 |
+
| 6.0476 | 3.0 | 3 | 2.0548 |
|
52 |
+
| 4.641 | 4.0 | 4 | 2.4165 |
|
53 |
+
| 3.1222 | 5.0 | 5 | 1.3710 |
|
54 |
+
| 3.1408 | 6.0 | 6 | 0.0085 |
|
55 |
+
| 3.8796 | 7.0 | 7 | 1.6208 |
|
56 |
+
| 2.1958 | 8.0 | 8 | 2.1868 |
|
57 |
+
| 1.784 | 9.0 | 9 | 3.6380 |
|
58 |
+
| 1.1978 | 10.0 | 10 | 2.4740 |
|
59 |
+
| 1.1285 | 11.0 | 11 | 1.9132 |
|
60 |
+
| 1.5405 | 12.0 | 12 | 2.8283 |
|
61 |
+
| 2.3517 | 13.0 | 13 | 2.8707 |
|
62 |
+
| 1.4499 | 14.0 | 14 | 2.6103 |
|
63 |
+
| 1.3109 | 15.0 | 15 | 1.3650 |
|
64 |
+
| 0.6503 | 16.0 | 16 | 1.5220 |
|
65 |
+
| 1.3603 | 17.0 | 17 | 2.9103 |
|
66 |
+
| 1.2949 | 18.0 | 18 | 3.7889 |
|
67 |
+
| 0.9998 | 19.0 | 19 | 1.3546 |
|
68 |
+
| 0.7517 | 20.0 | 20 | 1.3265 |
|
69 |
|
70 |
|
71 |
### Framework versions
|