xlm_roberta_large_test_linsearch_only_abstract
Browse files- README.md +22 -20
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [FacebookAI/xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 1.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1 Macro: 0.
|
24 |
-
- Precision Macro: 0.
|
25 |
-
- Recall Macro: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -41,30 +41,32 @@ More information needed
|
|
41 |
### Training hyperparameters
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
-
- learning_rate:
|
45 |
- train_batch_size: 4
|
46 |
- eval_batch_size: 4
|
47 |
- seed: 42
|
|
|
|
|
48 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
49 |
-
- lr_scheduler_type:
|
50 |
-
- lr_scheduler_warmup_ratio: 0.
|
51 |
- num_epochs: 10
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch
|
57 |
-
|
58 |
-
| 1.
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
66 |
-
|
|
67 |
-
|
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [FacebookAI/xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.3349
|
22 |
+
- Accuracy: 0.6504
|
23 |
+
- F1 Macro: 0.6037
|
24 |
+
- Precision Macro: 0.6113
|
25 |
+
- Recall Macro: 0.6008
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
41 |
### Training hyperparameters
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 3e-05
|
45 |
- train_batch_size: 4
|
46 |
- eval_batch_size: 4
|
47 |
- seed: 42
|
48 |
+
- gradient_accumulation_steps: 4
|
49 |
+
- total_train_batch_size: 16
|
50 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- lr_scheduler_warmup_ratio: 0.1
|
53 |
- num_epochs: 10
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Precision Macro | Recall Macro |
|
59 |
+
|:-------------:|:------:|:-----:|:---------------:|:--------:|:--------:|:---------------:|:------------:|
|
60 |
+
| 1.2114 | 1.0 | 4931 | 1.2224 | 0.6245 | 0.5249 | 0.5555 | 0.5501 |
|
61 |
+
| 1.0885 | 2.0 | 9862 | 1.1036 | 0.6427 | 0.5596 | 0.6009 | 0.5591 |
|
62 |
+
| 0.9781 | 3.0 | 14793 | 1.0828 | 0.6491 | 0.5760 | 0.6188 | 0.5811 |
|
63 |
+
| 0.8621 | 4.0 | 19724 | 1.0956 | 0.6569 | 0.5979 | 0.6363 | 0.6014 |
|
64 |
+
| 0.7267 | 5.0 | 24655 | 1.0899 | 0.6626 | 0.5970 | 0.6088 | 0.5941 |
|
65 |
+
| 0.6066 | 6.0 | 29586 | 1.2078 | 0.6517 | 0.5928 | 0.6177 | 0.5848 |
|
66 |
+
| 0.4627 | 7.0 | 34517 | 1.3349 | 0.6504 | 0.6037 | 0.6113 | 0.6008 |
|
67 |
+
| 0.3238 | 8.0 | 39448 | 1.5315 | 0.6398 | 0.5951 | 0.6064 | 0.5891 |
|
68 |
+
| 0.224 | 9.0 | 44379 | 1.8234 | 0.6438 | 0.5936 | 0.5994 | 0.5897 |
|
69 |
+
| 0.149 | 9.9981 | 49300 | 2.0762 | 0.6442 | 0.6011 | 0.6024 | 0.6007 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2239729372
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3a44375273e5da60b0b5f01de3de0b308f24cc8c3bb53c8b6b49f2bb4ac1174
|
3 |
size 2239729372
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc9e67b02f21aa0d9c731e7e5ec7634ca550522f9ddd0fa3a16449c38e8757bb
|
3 |
size 5304
|