HerbertAIHug
commited on
Commit
•
0736103
1
Parent(s):
228edeb
End of training
Browse files- README.md +78 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: roberta-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- f1
|
8 |
+
model-index:
|
9 |
+
- name: Finetuned-Roberta-Base-Sentiment-identifier
|
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 |
+
# Finetuned-Roberta-Base-Sentiment-identifier
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7332
|
21 |
+
- F1: 0.6622
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 5e-05
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 10
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
+
| 0.8545 | 0.5 | 500 | 0.8251 | 0.6428 |
|
53 |
+
| 0.7952 | 1.0 | 1000 | 0.7831 | 0.6445 |
|
54 |
+
| 0.7962 | 1.5 | 1500 | 0.7935 | 0.6495 |
|
55 |
+
| 0.7669 | 2.01 | 2000 | 0.7544 | 0.6520 |
|
56 |
+
| 0.7468 | 2.51 | 2500 | 0.7614 | 0.6724 |
|
57 |
+
| 0.76 | 3.01 | 3000 | 0.7332 | 0.6622 |
|
58 |
+
| 0.7352 | 3.51 | 3500 | 0.8651 | 0.6036 |
|
59 |
+
| 0.7454 | 4.01 | 4000 | 0.7420 | 0.6584 |
|
60 |
+
| 0.7302 | 4.51 | 4500 | 0.7652 | 0.6573 |
|
61 |
+
| 0.7099 | 5.02 | 5000 | 0.7372 | 0.6697 |
|
62 |
+
| 0.73 | 5.52 | 5500 | 0.7806 | 0.6654 |
|
63 |
+
| 0.7265 | 6.02 | 6000 | 0.7476 | 0.6656 |
|
64 |
+
| 0.7092 | 6.52 | 6500 | 0.7632 | 0.6535 |
|
65 |
+
| 0.7322 | 7.02 | 7000 | 0.8017 | 0.6126 |
|
66 |
+
| 0.7168 | 7.52 | 7500 | 0.8046 | 0.6711 |
|
67 |
+
| 0.7279 | 8.02 | 8000 | 0.7734 | 0.6652 |
|
68 |
+
| 0.6884 | 8.53 | 8500 | 0.7806 | 0.6662 |
|
69 |
+
| 0.6942 | 9.03 | 9000 | 0.7790 | 0.6670 |
|
70 |
+
| 0.6865 | 9.53 | 9500 | 0.7835 | 0.6650 |
|
71 |
+
|
72 |
+
|
73 |
+
### Framework versions
|
74 |
+
|
75 |
+
- Transformers 4.33.1
|
76 |
+
- Pytorch 2.0.1+cu118
|
77 |
+
- Datasets 2.14.5
|
78 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 498660721
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cd17835bb58add2d429d5ab1cf31516ea0d7cb8a37d722723316ecde5038bf1
|
3 |
size 498660721
|