Format the tags of YAML
Browse files
README.md
CHANGED
@@ -8,18 +8,18 @@ metrics:
|
|
8 |
- f1
|
9 |
model-index:
|
10 |
- name: minilm-finetuned-emotion
|
11 |
-
results:
|
12 |
-
- task:
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
---
|
24 |
|
25 |
Based model: [microsoft/MiniLM-L12-H384-uncased](https://huggingface.co/microsoft/MiniLM-L12-H384-uncased)
|
|
|
8 |
- f1
|
9 |
model-index:
|
10 |
- name: minilm-finetuned-emotion
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Text Classification
|
14 |
+
type: text-classification
|
15 |
+
dataset:
|
16 |
+
name: emotion
|
17 |
+
type: emotion
|
18 |
+
args: default
|
19 |
+
metrics:
|
20 |
+
- name: F1
|
21 |
+
type: f1
|
22 |
+
value: 0.931192
|
23 |
---
|
24 |
|
25 |
Based model: [microsoft/MiniLM-L12-H384-uncased](https://huggingface.co/microsoft/MiniLM-L12-H384-uncased)
|