End of training
Browse files
README.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: finiteautomata/beto-sentiment-analysis
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
model-index:
|
10 |
+
- name: beto-sentiment-analysis-finetuned-detests24
|
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 |
+
# beto-sentiment-analysis-finetuned-detests24
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [finiteautomata/beto-sentiment-analysis](https://huggingface.co/finiteautomata/beto-sentiment-analysis) on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.0647
|
22 |
+
- Accuracy: 0.8609
|
23 |
+
- F1-score: 0.7906
|
24 |
+
- Precision: 0.8107
|
25 |
+
- Recall: 0.7755
|
26 |
+
- Auc: 0.7755
|
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: 2e-05
|
46 |
+
- train_batch_size: 16
|
47 |
+
- eval_batch_size: 16
|
48 |
+
- seed: 42
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 10
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1-score | Precision | Recall | Auc |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|:------:|
|
57 |
+
| 0.4035 | 1.0 | 153 | 0.3459 | 0.8527 | 0.7540 | 0.8257 | 0.7219 | 0.7219 |
|
58 |
+
| 0.2217 | 2.0 | 306 | 0.4773 | 0.8183 | 0.7700 | 0.7519 | 0.8088 | 0.8088 |
|
59 |
+
| 0.0787 | 3.0 | 459 | 0.6757 | 0.8576 | 0.7959 | 0.7982 | 0.7936 | 0.7936 |
|
60 |
+
| 0.016 | 4.0 | 612 | 0.7801 | 0.8478 | 0.7851 | 0.7830 | 0.7873 | 0.7873 |
|
61 |
+
| 0.0251 | 5.0 | 765 | 0.9783 | 0.8511 | 0.7994 | 0.7862 | 0.8173 | 0.8173 |
|
62 |
+
| 0.0159 | 6.0 | 918 | 0.9841 | 0.8576 | 0.7926 | 0.8001 | 0.7860 | 0.7860 |
|
63 |
+
| 0.0002 | 7.0 | 1071 | 0.9943 | 0.8609 | 0.7906 | 0.8107 | 0.7755 | 0.7755 |
|
64 |
+
| 0.0001 | 8.0 | 1224 | 1.0252 | 0.8625 | 0.7925 | 0.8139 | 0.7765 | 0.7765 |
|
65 |
+
| 0.0013 | 9.0 | 1377 | 1.0663 | 0.8511 | 0.7808 | 0.7916 | 0.7716 | 0.7716 |
|
66 |
+
| 0.0001 | 10.0 | 1530 | 1.0647 | 0.8609 | 0.7906 | 0.8107 | 0.7755 | 0.7755 |
|
67 |
+
|
68 |
+
|
69 |
+
### Framework versions
|
70 |
+
|
71 |
+
- Transformers 4.37.2
|
72 |
+
- Pytorch 2.1.0+cu121
|
73 |
+
- Datasets 2.17.0
|
74 |
+
- Tokenizers 0.15.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 439445496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a0f5696893b05814f90361c9c35b3996df280cbb5c25092422d7d284d0f3821
|
3 |
size 439445496
|
runs/Feb11_16-35-56_db01e8887209/events.out.tfevents.1707669420.db01e8887209.714.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f27515ea93071d0ed929f75cf632b2e77597a91ef459641249f5ff211c5e8f55
|
3 |
+
size 44245
|