update model card README.md
Browse files
README.md
CHANGED
@@ -2,28 +2,12 @@
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
-
datasets:
|
6 |
-
- tweet_eval
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
10 |
model-index:
|
11 |
- name: tweet_eval-sentiment-finetuned
|
12 |
-
results:
|
13 |
-
- task:
|
14 |
-
name: Text Classification
|
15 |
-
type: text-classification
|
16 |
-
dataset:
|
17 |
-
name: sentiment
|
18 |
-
type: sentiment
|
19 |
-
args: default
|
20 |
-
metrics:
|
21 |
-
- name: Accuracy
|
22 |
-
type: accuracy
|
23 |
-
value: 0.70
|
24 |
-
- name: f1
|
25 |
-
type: f1
|
26 |
-
value: 0.70
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,11 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
# tweet_eval-sentiment-finetuned
|
33 |
|
34 |
-
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Accuracy: 0.
|
38 |
-
- F1: 0.
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -54,7 +38,7 @@ More information needed
|
|
54 |
### Training hyperparameters
|
55 |
|
56 |
The following hyperparameters were used during training:
|
57 |
-
- learning_rate:
|
58 |
- train_batch_size: 128
|
59 |
- eval_batch_size: 256
|
60 |
- seed: 42
|
@@ -68,10 +52,10 @@ The following hyperparameters were used during training:
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
- f1
|
8 |
model-index:
|
9 |
- name: tweet_eval-sentiment-finetuned
|
10 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
15 |
|
16 |
# tweet_eval-sentiment-finetuned
|
17 |
|
18 |
+
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.6532
|
21 |
+
- Accuracy: 0.744
|
22 |
+
- F1: 0.7437
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 3e-05
|
42 |
- train_batch_size: 128
|
43 |
- eval_batch_size: 256
|
44 |
- seed: 42
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
55 |
+
| 0.7491 | 1.0 | 357 | 0.6089 | 0.7345 | 0.7314 |
|
56 |
+
| 0.5516 | 2.0 | 714 | 0.5958 | 0.751 | 0.7516 |
|
57 |
+
| 0.4618 | 3.0 | 1071 | 0.6131 | 0.748 | 0.7487 |
|
58 |
+
| 0.4066 | 4.0 | 1428 | 0.6532 | 0.744 | 0.7437 |
|
59 |
|
60 |
|
61 |
### Framework versions
|