r1char9 commited on
Commit
e19786e
1 Parent(s): c5a75f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -22,12 +22,10 @@ tags:
22
  - emotion-classification
23
  - emotion-recognition
24
  - emotion
25
- datasets:
26
- - seara/ru_go_emotions
27
  ---
28
 
29
- This is [RuBERT-tiny2](https://huggingface.co/cointegrated/rubert-tiny2) model fine-tuned for __emotion classification__ of short __Russian__ texts.
30
- The task is a __multi-label classification__ with the following labels:
31
 
32
  ```yaml
33
  0: admiration
@@ -102,4 +100,4 @@ model("Привет, ты мне нравишься!")
102
  # [{'label': 'love', 'score': 0.5955629944801331}]
103
  model('Hello, I love you.')
104
  # [{'label': 'love', 'score': 0.911257266998291}]
105
- ```
 
22
  - emotion-classification
23
  - emotion-recognition
24
  - emotion
 
 
25
  ---
26
 
27
+ Модель [RuBERT-tiny2](https://huggingface.co/cointegrated/rubert-tiny2) была fine-tuned для задачи __emotion classification__, предназначенная для __Russian__ текст.
28
+ Выполняет задачу __multi-label classification__ с слудующимим категориями:
29
 
30
  ```yaml
31
  0: admiration
 
100
  # [{'label': 'love', 'score': 0.5955629944801331}]
101
  model('Hello, I love you.')
102
  # [{'label': 'love', 'score': 0.911257266998291}]
103
+ ```