Update README.md
Browse files
README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
| 2 |
|
| 3 |
license: gpl-3.0
|
| 4 |
language: ["ru"]
|
| 5 |
-
datasets:
|
| 6 |
-
- cedr-m7
|
| 7 |
tags:
|
| 8 |
- russian
|
| 9 |
- classification
|
|
@@ -18,7 +16,33 @@ widget:
|
|
| 18 |
- text: "Не хочу в школу("
|
| 19 |
- text: "Сейчас ровно час дня"
|
| 20 |
- text: "А ты уверен, что эти полоски снизу не врут? Точно уверен? Вот прям 100 процентов?"
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# First - you should prepare few functions to talk to model
|
|
|
|
| 2 |
|
| 3 |
license: gpl-3.0
|
| 4 |
language: ["ru"]
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- russian
|
| 7 |
- classification
|
|
|
|
| 16 |
- text: "Не хочу в школу("
|
| 17 |
- text: "Сейчас ровно час дня"
|
| 18 |
- text: "А ты уверен, что эти полоски снизу не врут? Точно уверен? Вот прям 100 процентов?"
|
| 19 |
+
datasets:
|
| 20 |
+
- Aniemore/cedr-m7
|
| 21 |
+
model-index:
|
| 22 |
+
- name: RuBERT tiny2 For Russian Text Emotion Detection by Ilya Lubenets
|
| 23 |
+
results:
|
| 24 |
+
- task:
|
| 25 |
+
name: Multilabel Text Classification
|
| 26 |
+
type: multilabel-text-classification
|
| 27 |
+
dataset:
|
| 28 |
+
name: CEDR M7
|
| 29 |
+
type: Aniemore/cedr-m7
|
| 30 |
+
args: ru
|
| 31 |
+
metrics:
|
| 32 |
+
- name: accuracy
|
| 33 |
+
type: accuracy
|
| 34 |
+
value: 85%
|
| 35 |
+
- task:
|
| 36 |
+
name: Text Classification
|
| 37 |
+
type: text-classification
|
| 38 |
+
dataset:
|
| 39 |
+
name: CEDR M7
|
| 40 |
+
type: Aniemore/cedr-m7
|
| 41 |
+
args: ru
|
| 42 |
+
metrics:
|
| 43 |
+
- name: accuracy
|
| 44 |
+
type: accuracy
|
| 45 |
+
value: 76%
|
| 46 |
---
|
| 47 |
|
| 48 |
# First - you should prepare few functions to talk to model
|