hungnm commited on
Commit
cd3f868
·
verified ·
1 Parent(s): 4d7f909

Model save

Browse files
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: FacebookAI/xlm-roberta-large
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - f1
9
+ - precision
10
+ - recall
11
+ model-index:
12
+ - name: roberta-large-multilingual-sentiment
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # roberta-large-multilingual-sentiment
20
+
21
+ This model is a fine-tuned version of [FacebookAI/xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.4302
24
+ - F1: 0.8242
25
+ - Precision: 0.8247
26
+ - Recall: 0.8238
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 5e-05
46
+ - train_batch_size: 512
47
+ - eval_batch_size: 512
48
+ - seed: 42
49
+ - distributed_type: multi-GPU
50
+ - gradient_accumulation_steps: 2
51
+ - total_train_batch_size: 1024
52
+ - optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
53
+ - lr_scheduler_type: cosine
54
+ - lr_scheduler_warmup_ratio: 0.01
55
+ - num_epochs: 5.0
56
+ - mixed_precision_training: Native AMP
57
+
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall |
61
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:---------:|:------:|
62
+ | 0.8677 | 1.0 | 3074 | 0.4160 | 0.8113 | 0.8161 | 0.8094 |
63
+ | 0.7994 | 2.0 | 6148 | 0.4053 | 0.8204 | 0.8203 | 0.8207 |
64
+ | 0.687 | 3.0 | 9222 | 0.4036 | 0.8241 | 0.8249 | 0.8235 |
65
+ | 0.6777 | 4.0 | 12296 | 0.4136 | 0.8249 | 0.8256 | 0.8243 |
66
+ | 0.5905 | 5.0 | 15370 | 0.4302 | 0.8242 | 0.8247 | 0.8238 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.48.0.dev0
72
+ - Pytorch 2.4.0+cu121
73
+ - Datasets 3.2.0
74
+ - Tokenizers 0.21.0
all_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "train_loss": 0.7460857761162166,
4
+ "train_runtime": 176390.3873,
5
+ "train_samples_per_second": 89.219,
6
+ "train_steps_per_second": 0.087
7
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8cbec54d0ce694e8fbc441e71085d393b9299670f375f25dd1945519ec980b8b
3
  size 1119835134
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77f7a27d89d12c2930adda5b60b53698eef21393342d7d93b9772c8b36dcebe8
3
  size 1119835134
runs/Jan03_07-02-47_hn-fornix-testing-gpu-platform-2/events.out.tfevents.1735888019.hn-fornix-testing-gpu-platform-2.4140080.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c4cab8d23f7f51ff1fb6a19cca9333a5797e24f3a84bb5711d43463430d48e3
3
- size 655653
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97477c72d6b0efdb30b34b3424ea4d8b526536c069d01ee70483dba8bab6df57
3
+ size 656427
train_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "train_loss": 0.7460857761162166,
4
+ "train_runtime": 176390.3873,
5
+ "train_samples_per_second": 89.219,
6
+ "train_steps_per_second": 0.087
7
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff