nguyenanh2803 commited on
Commit
7e7f844
·
verified ·
1 Parent(s): a2d1995

End of training

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: FacebookAI/xlm-roberta-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: absa-train-service
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/cunho2803032003/absa-1721529936.8383145/runs/otcaa3ob)
17
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/cunho2803032003/absa-1721530519.4932458/runs/6euwf05s)
18
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/cunho2803032003/absa-1721530820.3853943/runs/fdeie61y)
19
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/cunho2803032003/absa-1721531172.9125576/runs/jccg02qd)
20
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/cunho2803032003/absa-1721531509.736016/runs/lsogkzq6)
21
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/cunho2803032003/absa-1721532378.9611094/runs/kytk3wpn)
22
+ # absa-train-service
23
+
24
+ This model is a fine-tuned version of [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) on the None dataset.
25
+ It achieves the following results on the evaluation set:
26
+ - Loss: 1.0968
27
+ - Accuracy: 0.699
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 0.0002
47
+ - train_batch_size: 8
48
+ - eval_batch_size: 8
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_steps: 500
53
+ - num_epochs: 12
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
59
+ | 2.2845 | 1.0 | 375 | 2.2437 | 0.268 |
60
+ | 2.0419 | 2.0 | 750 | 2.0310 | 0.491 |
61
+ | 1.7634 | 3.0 | 1125 | 1.8072 | 0.439 |
62
+ | 1.5688 | 4.0 | 1500 | 1.5605 | 0.634 |
63
+ | 1.4397 | 5.0 | 1875 | 1.4126 | 0.621 |
64
+ | 1.3734 | 6.0 | 2250 | 1.3115 | 0.662 |
65
+ | 1.3016 | 7.0 | 2625 | 1.2222 | 0.692 |
66
+ | 1.2229 | 8.0 | 3000 | 1.1733 | 0.679 |
67
+ | 1.2435 | 9.0 | 3375 | 1.1515 | 0.676 |
68
+ | 1.2069 | 10.0 | 3750 | 1.1158 | 0.697 |
69
+ | 1.2243 | 11.0 | 4125 | 1.1092 | 0.696 |
70
+ | 1.167 | 12.0 | 4500 | 1.0968 | 0.699 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.42.4
76
+ - Pytorch 2.3.1+cu121
77
+ - Datasets 2.20.0
78
+ - Tokenizers 0.19.1