nguyenanh2803 commited on
Commit
e247442
·
verified ·
1 Parent(s): e7f04a3

End of training

Browse files
Files changed (2) hide show
  1. README.md +38 -35
  2. model.safetensors +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: mit
3
- base_model: FacebookAI/roberta-large
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -9,24 +9,22 @@ metrics:
9
  - recall
10
  - f1
11
  model-index:
12
- - name: absa-train-service-roberta-large
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
- [<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-1721959498.2993438/runs/tad25dun)
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-1721959940.7872202/runs/bsprskdy)
21
- # absa-train-service-roberta-large
22
 
23
- This model is a fine-tuned version of [FacebookAI/roberta-large](https://huggingface.co/FacebookAI/roberta-large) on the None dataset.
24
  It achieves the following results on the evaluation set:
25
- - Loss: 0.8683
26
- - Accuracy: 0.7424
27
- - Precision: 0.7345
28
- - Recall: 0.7367
29
- - F1: 0.7302
30
 
31
  ## Model description
32
 
@@ -52,37 +50,42 @@ The following hyperparameters were used during training:
52
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
  - lr_scheduler_type: linear
54
  - lr_scheduler_warmup_steps: 500
55
- - num_epochs: 20
56
 
57
  ### Training results
58
 
59
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
60
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
61
- | 2.2255 | 1.0 | 469 | 2.0677 | 0.3296 | 0.1937 | 0.3250 | 0.2297 |
62
- | 1.8236 | 2.0 | 938 | 1.7061 | 0.504 | 0.5413 | 0.4914 | 0.4567 |
63
- | 1.5384 | 3.0 | 1407 | 1.4381 | 0.552 | 0.5944 | 0.5549 | 0.5196 |
64
- | 1.4301 | 4.0 | 1876 | 1.3316 | 0.5984 | 0.6000 | 0.5990 | 0.5618 |
65
- | 1.3776 | 5.0 | 2345 | 1.1645 | 0.6576 | 0.6817 | 0.6491 | 0.6332 |
66
- | 1.2078 | 6.0 | 2814 | 1.0967 | 0.6448 | 0.7035 | 0.6348 | 0.6110 |
67
- | 1.2535 | 7.0 | 3283 | 1.0565 | 0.7008 | 0.7467 | 0.6967 | 0.7066 |
68
- | 1.2921 | 8.0 | 3752 | 1.0049 | 0.6976 | 0.7013 | 0.6884 | 0.6813 |
69
- | 1.178 | 9.0 | 4221 | 1.0438 | 0.648 | 0.7746 | 0.6423 | 0.6387 |
70
- | 1.2324 | 10.0 | 4690 | 1.0203 | 0.6896 | 0.7096 | 0.6831 | 0.6704 |
71
- | 1.1899 | 11.0 | 5159 | 1.0193 | 0.6864 | 0.7391 | 0.6819 | 0.6834 |
72
- | 1.1515 | 12.0 | 5628 | 0.9722 | 0.6944 | 0.7164 | 0.6924 | 0.6860 |
73
- | 1.1604 | 13.0 | 6097 | 0.9372 | 0.7312 | 0.7543 | 0.7311 | 0.7259 |
74
- | 1.1229 | 14.0 | 6566 | 0.9265 | 0.72 | 0.7278 | 0.7139 | 0.7147 |
75
- | 1.1459 | 15.0 | 7035 | 0.8896 | 0.7376 | 0.7264 | 0.7323 | 0.7183 |
76
- | 1.1281 | 16.0 | 7504 | 0.9074 | 0.7152 | 0.7107 | 0.7087 | 0.7012 |
77
- | 1.1794 | 17.0 | 7973 | 0.8914 | 0.7424 | 0.7293 | 0.7354 | 0.7266 |
78
- | 1.1101 | 18.0 | 8442 | 0.8707 | 0.7216 | 0.7161 | 0.7141 | 0.7059 |
79
- | 1.1215 | 19.0 | 8911 | 0.8656 | 0.7408 | 0.7322 | 0.7348 | 0.7274 |
80
- | 1.0483 | 20.0 | 9380 | 0.8683 | 0.7424 | 0.7345 | 0.7367 | 0.7302 |
 
 
 
 
 
81
 
82
 
83
  ### Framework versions
84
 
85
- - Transformers 4.43.2
86
  - Pytorch 2.3.1+cu121
87
  - Datasets 2.20.0
88
  - Tokenizers 0.19.1
 
1
  ---
2
  license: mit
3
+ base_model: FacebookAI/xlm-roberta-base
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
9
  - recall
10
  - f1
11
  model-index:
12
+ - name: gg-bert-base-uncased
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
+ # gg-bert-base-uncased
 
 
20
 
21
+ This model is a fine-tuned version of [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.7791
24
+ - Accuracy: 0.752
25
+ - Precision: 0.7388
26
+ - Recall: 0.7570
27
+ - F1: 0.7396
28
 
29
  ## Model description
30
 
 
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: 25
54
 
55
  ### Training results
56
 
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
58
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:------:|
59
+ | 2.2541 | 1.0 | 469 | 2.2063 | 0.1488 | 0.2698 | 0.1552 | 0.1036 |
60
+ | 1.8967 | 2.0 | 938 | 1.8773 | 0.5168 | 0.5264 | 0.5331 | 0.4788 |
61
+ | 1.5747 | 3.0 | 1407 | 1.5546 | 0.5984 | 0.6125 | 0.6118 | 0.5636 |
62
+ | 1.4206 | 4.0 | 1876 | 1.3029 | 0.6528 | 0.6732 | 0.6666 | 0.6224 |
63
+ | 1.2804 | 5.0 | 2345 | 1.1876 | 0.6928 | 0.6972 | 0.6989 | 0.6844 |
64
+ | 1.1587 | 6.0 | 2814 | 1.0644 | 0.7136 | 0.7105 | 0.7136 | 0.6858 |
65
+ | 1.1589 | 7.0 | 3283 | 0.9883 | 0.7216 | 0.7173 | 0.7261 | 0.7031 |
66
+ | 1.0745 | 8.0 | 3752 | 0.9485 | 0.728 | 0.7151 | 0.7318 | 0.7195 |
67
+ | 1.0348 | 9.0 | 4221 | 0.9278 | 0.7328 | 0.7306 | 0.7372 | 0.7166 |
68
+ | 1.0019 | 10.0 | 4690 | 0.9114 | 0.72 | 0.7316 | 0.7231 | 0.7006 |
69
+ | 1.0204 | 11.0 | 5159 | 0.8967 | 0.7152 | 0.7187 | 0.7215 | 0.6895 |
70
+ | 1.0651 | 12.0 | 5628 | 0.8574 | 0.7424 | 0.7446 | 0.7474 | 0.7327 |
71
+ | 0.9841 | 13.0 | 6097 | 0.8461 | 0.7328 | 0.7495 | 0.7370 | 0.7076 |
72
+ | 0.9794 | 14.0 | 6566 | 0.8510 | 0.7248 | 0.7157 | 0.7319 | 0.7022 |
73
+ | 1.0242 | 15.0 | 7035 | 0.8127 | 0.7264 | 0.7112 | 0.7300 | 0.6998 |
74
+ | 0.9614 | 16.0 | 7504 | 0.8146 | 0.7312 | 0.7210 | 0.7376 | 0.7149 |
75
+ | 0.9358 | 17.0 | 7973 | 0.8288 | 0.736 | 0.7487 | 0.7439 | 0.7275 |
76
+ | 0.9719 | 18.0 | 8442 | 0.7958 | 0.7488 | 0.7403 | 0.7530 | 0.7349 |
77
+ | 0.9159 | 19.0 | 8911 | 0.7973 | 0.7472 | 0.7388 | 0.7522 | 0.7357 |
78
+ | 0.9824 | 20.0 | 9380 | 0.7921 | 0.7504 | 0.7439 | 0.7562 | 0.7363 |
79
+ | 1.0215 | 21.0 | 9849 | 0.7831 | 0.7536 | 0.7415 | 0.7586 | 0.7392 |
80
+ | 0.9191 | 22.0 | 10318 | 0.7780 | 0.7504 | 0.7387 | 0.7554 | 0.7399 |
81
+ | 0.9087 | 23.0 | 10787 | 0.7843 | 0.7472 | 0.7352 | 0.7536 | 0.7345 |
82
+ | 0.9198 | 24.0 | 11256 | 0.7793 | 0.7504 | 0.7358 | 0.7554 | 0.7374 |
83
+ | 0.9162 | 25.0 | 11725 | 0.7791 | 0.752 | 0.7388 | 0.7570 | 0.7396 |
84
 
85
 
86
  ### Framework versions
87
 
88
+ - Transformers 4.43.3
89
  - Pytorch 2.3.1+cu121
90
  - Datasets 2.20.0
91
  - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:17a2402de35be8d5f73e2c9932b1b0f7deb05a0bb696c55f6ec4c49f2864f0a6
3
  size 1112232692
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b933e3fb719feafe1a63312a0c2135edbb8d5b810ba4c740840b055a8e667fea
3
  size 1112232692