End of training
Browse files- README.md +38 -35
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model: FacebookAI/roberta-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -9,24 +9,22 @@ metrics:
|
|
9 |
- recall
|
10 |
- f1
|
11 |
model-index:
|
12 |
-
- name:
|
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 |
-
|
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-
|
24 |
It achieves the following results on the evaluation set:
|
25 |
-
- Loss: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
-
- Precision: 0.
|
28 |
-
- Recall: 0.
|
29 |
-
- F1: 0.
|
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:
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
-
| Training Loss | Epoch | Step
|
60 |
-
|
61 |
-
| 2.
|
62 |
-
| 1.
|
63 |
-
| 1.
|
64 |
-
| 1.
|
65 |
-
| 1.
|
66 |
-
| 1.
|
67 |
-
| 1.
|
68 |
-
| 1.
|
69 |
-
| 1.
|
70 |
-
| 1.
|
71 |
-
| 1.
|
72 |
-
| 1.
|
73 |
-
|
|
74 |
-
|
|
75 |
-
| 1.
|
76 |
-
|
|
77 |
-
|
|
78 |
-
|
|
79 |
-
|
|
80 |
-
|
|
|
|
|
|
|
|
|
|
|
|
81 |
|
82 |
|
83 |
### Framework versions
|
84 |
|
85 |
-
- Transformers 4.43.
|
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:
|
3 |
size 1112232692
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b933e3fb719feafe1a63312a0c2135edbb8d5b810ba4c740840b055a8e667fea
|
3 |
size 1112232692
|