Danil commited on
Commit ·
29b28b5
1
Parent(s): 348348f
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,4 +6,13 @@ language:
|
|
| 6 |
- ru
|
| 7 |
library_name: transformers
|
| 8 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
|
|
|
| 6 |
- ru
|
| 7 |
library_name: transformers
|
| 8 |
pipeline_tag: text-classification
|
| 9 |
+
train-eval-index:
|
| 10 |
+
- config: ru-RU
|
| 11 |
+
task: text-classification
|
| 12 |
+
task_id: multi_class_classification
|
| 13 |
+
splits:
|
| 14 |
+
eval_split: test
|
| 15 |
+
col_mapping:
|
| 16 |
+
utt: text
|
| 17 |
+
intent: target
|
| 18 |
---
|