raulgdp commited on
Commit
b3fffbe
·
verified ·
1 Parent(s): 601a68a

End of training

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: FacebookAI/xlm-roberta-large
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: XLMRoberta-TASS-v2-2026
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # XLMRoberta-TASS-v2-2026
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: 0.9640
22
+ - F1 Macro: 0.5098
23
+ - F1 Weighted: 0.5186
24
+ - Accuracy: 0.5630
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 1e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 32
46
+ - seed: 42
47
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_ratio: 0.15
50
+ - num_epochs: 6
51
+ - label_smoothing_factor: 0.1
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | F1 Macro | F1 Weighted | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|
57
+ | 1.1069 | 1.0 | 241 | 1.0931 | 0.3048 | 0.3239 | 0.3694 |
58
+ | 1.1106 | 2.0 | 482 | 1.0892 | 0.1878 | 0.2211 | 0.3923 |
59
+ | 1.0845 | 3.0 | 723 | 1.0726 | 0.3716 | 0.3849 | 0.4807 |
60
+ | 1.081 | 4.0 | 964 | 1.0165 | 0.4088 | 0.4198 | 0.5182 |
61
+ | 1.0413 | 5.0 | 1205 | 0.9810 | 0.4980 | 0.5061 | 0.5546 |
62
+ | 1.036 | 6.0 | 1446 | 0.9640 | 0.5098 | 0.5186 | 0.5630 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.57.1
68
+ - Pytorch 2.7.1+cu118
69
+ - Datasets 4.2.0
70
+ - Tokenizers 0.22.1