End of training
Browse files
README.md
CHANGED
@@ -2,6 +2,11 @@
|
|
2 |
base_model: cardiffnlp/twitter-roberta-base-sentiment-latest
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
5 |
model-index:
|
6 |
- name: roberta-imdb
|
7 |
results: []
|
@@ -14,7 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -40,15 +49,14 @@ The following hyperparameters were used during training:
|
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
- lr_scheduler_warmup_steps: 300
|
43 |
-
- num_epochs:
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
-
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
-
| 0.0974 | 3.0 | 4689 | 0.2297 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
2 |
base_model: cardiffnlp/twitter-roberta-base-sentiment-latest
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- precision
|
7 |
+
- recall
|
8 |
+
- f1
|
9 |
+
- accuracy
|
10 |
model-index:
|
11 |
- name: roberta-imdb
|
12 |
results: []
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.1525
|
23 |
+
- Precision: 0.9412
|
24 |
+
- Recall: 0.9576
|
25 |
+
- F1: 0.9493
|
26 |
+
- Accuracy: 0.9489
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
- lr_scheduler_warmup_steps: 300
|
52 |
+
- num_epochs: 2
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.2021 | 1.0 | 1563 | 0.1641 | 0.9368 | 0.9531 | 0.9449 | 0.9444 |
|
59 |
+
| 0.1473 | 2.0 | 3126 | 0.2119 | 0.9445 | 0.9530 | 0.9487 | 0.9485 |
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
logs/events.out.tfevents.1718844852.a281f955dda1.34.3
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:0181a645e867f1346f26b8d5128c4ba9bb54af1de64aeb633ec97410791cd47f
|
3 |
+
size 7650
|
logs/events.out.tfevents.1718849115.a281f955dda1.34.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:793564ebda12f4e3b3848fd4189e70358e82562d1c3b8c3b5b0483f6d07693c9
|
3 |
+
size 560
|