test_linsearch_only_abstract
Browse files- README.md +16 -18
- config.json +1 -3
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -6,9 +6,6 @@ tags:
|
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
-
- precision
|
10 |
-
- recall
|
11 |
-
- f1
|
12 |
model-index:
|
13 |
- name: test_linsearch_only_abstract
|
14 |
results: []
|
@@ -21,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 1.
|
25 |
-
- Accuracy: 0.
|
26 |
-
-
|
27 |
-
-
|
28 |
-
-
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -45,23 +42,24 @@ More information needed
|
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
- learning_rate: 2e-05
|
48 |
-
- train_batch_size:
|
49 |
-
- eval_batch_size:
|
50 |
- seed: 42
|
51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
52 |
- lr_scheduler_type: linear
|
53 |
-
-
|
54 |
- num_epochs: 5
|
|
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall
|
59 |
-
|
60 |
-
| 1.
|
61 |
-
| 1.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
|
|
|
|
|
|
9 |
model-index:
|
10 |
- name: test_linsearch_only_abstract
|
11 |
results: []
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.0720
|
22 |
+
- Accuracy: 0.6632
|
23 |
+
- F1 Macro: 0.5884
|
24 |
+
- Precision Macro: 0.5996
|
25 |
+
- Recall Macro: 0.5849
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
- learning_rate: 2e-05
|
45 |
+
- train_batch_size: 32
|
46 |
+
- eval_batch_size: 32
|
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: linear
|
50 |
+
- lr_scheduler_warmup_ratio: 0.1
|
51 |
- num_epochs: 5
|
52 |
+
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Precision Macro | Recall Macro |
|
57 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:--------:|:---------------:|:------------:|
|
58 |
+
| 1.2733 | 1.0 | 2466 | 1.1829 | 0.6367 | 0.5383 | 0.5442 | 0.5569 |
|
59 |
+
| 1.0527 | 2.0 | 4932 | 1.0834 | 0.6557 | 0.5651 | 0.5747 | 0.5635 |
|
60 |
+
| 0.9238 | 3.0 | 7398 | 1.0705 | 0.6626 | 0.5866 | 0.5963 | 0.5860 |
|
61 |
+
| 0.7971 | 4.0 | 9864 | 1.0720 | 0.6632 | 0.5884 | 0.5996 | 0.5849 |
|
62 |
+
| 0.6842 | 5.0 | 12330 | 1.0961 | 0.6603 | 0.5846 | 0.5892 | 0.5834 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
config.json
CHANGED
@@ -38,8 +38,7 @@
|
|
38 |
"25": "LABEL_25",
|
39 |
"26": "LABEL_26",
|
40 |
"27": "LABEL_27",
|
41 |
-
"28": "LABEL_28"
|
42 |
-
"29": "LABEL_29"
|
43 |
},
|
44 |
"initializer_range": 0.02,
|
45 |
"intermediate_size": 3072,
|
@@ -66,7 +65,6 @@
|
|
66 |
"LABEL_26": 26,
|
67 |
"LABEL_27": 27,
|
68 |
"LABEL_28": 28,
|
69 |
-
"LABEL_29": 29,
|
70 |
"LABEL_3": 3,
|
71 |
"LABEL_4": 4,
|
72 |
"LABEL_5": 5,
|
|
|
38 |
"25": "LABEL_25",
|
39 |
"26": "LABEL_26",
|
40 |
"27": "LABEL_27",
|
41 |
+
"28": "LABEL_28"
|
|
|
42 |
},
|
43 |
"initializer_range": 0.02,
|
44 |
"intermediate_size": 3072,
|
|
|
65 |
"LABEL_26": 26,
|
66 |
"LABEL_27": 27,
|
67 |
"LABEL_28": 28,
|
|
|
68 |
"LABEL_3": 3,
|
69 |
"LABEL_4": 4,
|
70 |
"LABEL_5": 5,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5568aa04e5fd949423e0d323c7e8a0b52c6e09f463510b8f064a62ff2f65e5a7
|
3 |
+
size 1112288060
|
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:358ca8053e5fb0f635f17ddc7729bced42c0657fcd96090451d700b817f12c45
|
3 |
size 5304
|