Add dataset info (#30)
Browse files- Add dataset info (d907f7cd41641ee5e4f95295eb149f74de1ac511)
README.md
CHANGED
|
@@ -12,6 +12,11 @@ model-index:
|
|
| 12 |
- task:
|
| 13 |
name: Multi-class Classification
|
| 14 |
type: text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
metrics:
|
| 16 |
- name: Loss
|
| 17 |
type: loss
|
|
|
|
| 12 |
- task:
|
| 13 |
name: Multi-class Classification
|
| 14 |
type: text-classification
|
| 15 |
+
dataset:
|
| 16 |
+
type: emotion
|
| 17 |
+
name: Emotion
|
| 18 |
+
config: default
|
| 19 |
+
split: test
|
| 20 |
metrics:
|
| 21 |
- name: Loss
|
| 22 |
type: loss
|