Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,21 @@ metrics:
|
|
9 |
- f1
|
10 |
model-index:
|
11 |
- name: tweet_eval-sentiment-finetuned
|
12 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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
|