Update README.md
Browse files
README.md
CHANGED
@@ -11,19 +11,19 @@ model-index:
|
|
11 |
- name: tweet_eval-sentiment-finetuned
|
12 |
results:
|
13 |
- task:
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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
|