Update metadata with huggingface_hub
Browse files
README.md
CHANGED
@@ -9,6 +9,19 @@ datasets: beans
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
- f1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# test-hf-hub-modelcards-compatibility
|
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
- f1
|
12 |
+
model-index:
|
13 |
+
- name: RoBERTa fine-tuned on ReactionGIF
|
14 |
+
results:
|
15 |
+
- dataset:
|
16 |
+
name: ReactionGIF
|
17 |
+
type: julien-c/reactiongif
|
18 |
+
metrics:
|
19 |
+
- name: Recall
|
20 |
+
type: recall
|
21 |
+
value: 0.7762102282047272
|
22 |
+
task:
|
23 |
+
name: Text Classification
|
24 |
+
type: text-classification
|
25 |
---
|
26 |
|
27 |
# test-hf-hub-modelcards-compatibility
|