Masaki Eguchi
commited on
Commit
·
7945b01
1
Parent(s):
6148b26
update model card README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the elsevier-oa-cc-by dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 2.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -35,7 +35,7 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- learning_rate:
|
39 |
- train_batch_size: 32
|
40 |
- eval_batch_size: 32
|
41 |
- seed: 42
|
@@ -48,26 +48,26 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:-----:|:---------------:|
|
51 |
-
| 2.
|
52 |
-
| 2.
|
53 |
-
| 2.
|
54 |
-
| 2.
|
55 |
-
| 2.
|
56 |
-
| 2.
|
57 |
-
| 2.
|
58 |
-
| 2.
|
59 |
-
| 2.
|
60 |
-
| 2.
|
61 |
-
| 2.
|
62 |
-
| 2.
|
63 |
-
| 2.
|
64 |
-
| 2.
|
65 |
-
| 2.
|
66 |
-
| 2.
|
67 |
-
| 2.
|
68 |
-
| 2.
|
69 |
-
| 2.
|
70 |
-
| 2.
|
71 |
|
72 |
|
73 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the elsevier-oa-cc-by dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 2.1158
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 0.0001
|
39 |
- train_batch_size: 32
|
40 |
- eval_batch_size: 32
|
41 |
- seed: 42
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:-----:|:---------------:|
|
51 |
+
| 2.1903 | 0.25 | 1025 | 2.0998 |
|
52 |
+
| 2.1752 | 0.5 | 2050 | 2.1186 |
|
53 |
+
| 2.1864 | 0.75 | 3075 | 2.1073 |
|
54 |
+
| 2.1874 | 1.0 | 4100 | 2.1177 |
|
55 |
+
| 2.1669 | 1.25 | 5125 | 2.1091 |
|
56 |
+
| 2.1859 | 1.5 | 6150 | 2.1212 |
|
57 |
+
| 2.1783 | 1.75 | 7175 | 2.1096 |
|
58 |
+
| 2.1734 | 2.0 | 8200 | 2.0998 |
|
59 |
+
| 2.1712 | 2.25 | 9225 | 2.0972 |
|
60 |
+
| 2.1812 | 2.5 | 10250 | 2.1051 |
|
61 |
+
| 2.1811 | 2.75 | 11275 | 2.1150 |
|
62 |
+
| 2.1826 | 3.0 | 12300 | 2.1097 |
|
63 |
+
| 2.172 | 3.25 | 13325 | 2.1115 |
|
64 |
+
| 2.1745 | 3.5 | 14350 | 2.1098 |
|
65 |
+
| 2.1758 | 3.75 | 15375 | 2.1101 |
|
66 |
+
| 2.1834 | 4.0 | 16400 | 2.1232 |
|
67 |
+
| 2.1836 | 4.25 | 17425 | 2.1052 |
|
68 |
+
| 2.1791 | 4.5 | 18450 | 2.1186 |
|
69 |
+
| 2.172 | 4.75 | 19475 | 2.1039 |
|
70 |
+
| 2.1797 | 5.0 | 20500 | 2.1015 |
|
71 |
|
72 |
|
73 |
### Framework versions
|