franfj commited on
Commit
56edd0e
·
1 Parent(s): 76eb3c4

End of training

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: mit
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: SEMEVAL23_TASK3_SUBTASK1_MULTI
7
  results: []
@@ -12,7 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # SEMEVAL23_TASK3_SUBTASK1_MULTI
14
 
15
- This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
 
 
 
16
 
17
  ## Model description
18
 
@@ -40,6 +45,22 @@ The following hyperparameters were used during training:
40
  - num_epochs: 10
41
  - mixed_precision_training: Native AMP
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ### Framework versions
44
 
45
  - Transformers 4.25.1
 
2
  license: mit
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - f1
7
  model-index:
8
  - name: SEMEVAL23_TASK3_SUBTASK1_MULTI
9
  results: []
 
14
 
15
  # SEMEVAL23_TASK3_SUBTASK1_MULTI
16
 
17
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.7683
20
+ - F1: 0.6317
21
 
22
  ## Model description
23
 
 
45
  - num_epochs: 10
46
  - mixed_precision_training: Native AMP
47
 
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
51
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
52
+ | 0.9869 | 1.0 | 40 | 0.9517 | 0.4244 |
53
+ | 0.5569 | 2.0 | 80 | 0.7365 | 0.5514 |
54
+ | 0.4559 | 3.0 | 120 | 0.7829 | 0.5348 |
55
+ | 0.2018 | 4.0 | 160 | 0.6281 | 0.6241 |
56
+ | 0.1125 | 5.0 | 200 | 0.9291 | 0.5614 |
57
+ | 0.2594 | 6.0 | 240 | 1.0367 | 0.5884 |
58
+ | 0.1883 | 7.0 | 280 | 0.7683 | 0.6317 |
59
+ | 0.1083 | 8.0 | 320 | 0.8660 | 0.6106 |
60
+ | 0.0659 | 9.0 | 360 | 0.8695 | 0.6189 |
61
+ | 0.2554 | 10.0 | 400 | 1.0094 | 0.5839 |
62
+
63
+
64
  ### Framework versions
65
 
66
  - Transformers 4.25.1