update model card README.md
Browse files
README.md
CHANGED
@@ -3,29 +3,10 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
-
-
|
7 |
-
metrics:
|
8 |
-
- accuracy
|
9 |
-
- f1
|
10 |
model-index:
|
11 |
- name: finetuning-sentiment-model-3000-samples
|
12 |
-
results:
|
13 |
-
- task:
|
14 |
-
name: Text Classification
|
15 |
-
type: text-classification
|
16 |
-
dataset:
|
17 |
-
name: imdb
|
18 |
-
type: imdb
|
19 |
-
config: plain_text
|
20 |
-
split: train
|
21 |
-
args: plain_text
|
22 |
-
metrics:
|
23 |
-
- name: Accuracy
|
24 |
-
type: accuracy
|
25 |
-
value: 0.89
|
26 |
-
- name: F1
|
27 |
-
type: f1
|
28 |
-
value: 0.8791208791208791
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,11 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
# finetuning-sentiment-model-3000-samples
|
35 |
|
36 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the
|
37 |
-
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 0.2912
|
39 |
-
- Accuracy: 0.89
|
40 |
-
- F1: 0.8791
|
41 |
|
42 |
## Model description
|
43 |
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- tweet_eval
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: finetuning-sentiment-model-3000-samples
|
9 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
14 |
|
15 |
# finetuning-sentiment-model-3000-samples
|
16 |
|
17 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the tweet_eval dataset.
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|