c-ho commited on
Commit
142a058
·
verified ·
1 Parent(s): 6e8aed7

test_linsearch_only_abstract

Browse files
Files changed (4) hide show
  1. README.md +16 -18
  2. config.json +1 -3
  3. model.safetensors +2 -2
  4. 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.1038
25
- - Accuracy: 0.6548
26
- - Precision: 0.6548
27
- - Recall: 0.6548
28
- - F1: 0.6548
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: 16
49
- - eval_batch_size: 16
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
- - lr_scheduler_warmup_steps: 500
54
  - num_epochs: 5
 
55
 
56
  ### Training results
57
 
58
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
59
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:------:|
60
- | 1.19 | 1.0 | 5122 | 1.1851 | 0.6284 | 0.6284 | 0.6284 | 0.6284 |
61
- | 1.0146 | 2.0 | 10244 | 1.1038 | 0.6548 | 0.6548 | 0.6548 | 0.6548 |
62
- | 0.8889 | 3.0 | 15366 | 1.1175 | 0.6511 | 0.6511 | 0.6511 | 0.6511 |
63
- | 0.7382 | 4.0 | 20488 | 1.1474 | 0.6537 | 0.6537 | 0.6537 | 0.6537 |
64
- | 0.6511 | 5.0 | 25610 | 1.1825 | 0.6512 | 0.6512 | 0.6512 | 0.6512 |
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:f06d964151b65398ad31c7d76fc173aab14c6eb86ba309c2babaed3c2ff539b7
3
- size 1112291136
 
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:4827ac23c19ba12856a86529592fcd4cdec2b59399e03de606f059100b56b571
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:358ca8053e5fb0f635f17ddc7729bced42c0657fcd96090451d700b817f12c45
3
  size 5304