MaxKazak librarian-bot commited on
Commit
6121b9e
1 Parent(s): 65edbfb

Librarian Bot: Add base_model information to model (#2)

Browse files

- Librarian Bot: Add base_model information to model (be4d997c802bdb1278209fe79d558b994797effd)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +18 -17
README.md CHANGED
@@ -1,39 +1,40 @@
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
4
  - sentiment
5
  - emotion-classification
6
  - multilabel
7
  - multiclass
8
- widget:
9
- - text: "Очень рад тебя видеть!"
10
- - text: "Как дела?"
11
- - text: "Мне немного отвратно это делать"
12
- - text: "Я испытал мурашки от страха"
13
- - text: "Нет ничего радостного в этих горьких новостях"
14
- - text: "Ого, неожидал тебя здесь увидеть!"
15
- - text: "Фу ну и мерзость"
16
- - text: "Мне неприятно общение с тобой"
17
  metrics:
18
  - accuracy
 
 
 
 
 
 
 
 
 
 
19
  model-index:
20
  - name: ruBert-base-russian-emotions-classifier-goEmotions
21
- results:
22
  - task:
23
- name: Multilabel Text Classification
24
  type: multilabel-text-classification
 
25
  dataset:
26
  name: ru_goemotions
27
  type: Djacon/ru_goemotions
28
  args: ru
29
  metrics:
30
- - name: multilabel ROC AUC
31
- type: roc_auc
32
  value: 92%
33
- datasets:
34
- - Djacon/ru_goemotions
35
- language:
36
- - ru
37
  ---
38
 
39
 
 
1
  ---
2
+ language:
3
+ - ru
4
  license: apache-2.0
5
  tags:
6
  - sentiment
7
  - emotion-classification
8
  - multilabel
9
  - multiclass
10
+ datasets:
11
+ - Djacon/ru_goemotions
 
 
 
 
 
 
 
12
  metrics:
13
  - accuracy
14
+ widget:
15
+ - text: Очень рад тебя видеть!
16
+ - text: Как дела?
17
+ - text: Мне немного отвратно это делать
18
+ - text: Я испытал мурашки от страха
19
+ - text: Нет ничего радостного в этих горьких новостях
20
+ - text: Ого, неожидал тебя здесь увидеть!
21
+ - text: Фу ну и мерзость
22
+ - text: Мне неприятно общение с тобой
23
+ base_model: ai-forever/ruBert-base
24
  model-index:
25
  - name: ruBert-base-russian-emotions-classifier-goEmotions
26
+ results:
27
  - task:
 
28
  type: multilabel-text-classification
29
+ name: Multilabel Text Classification
30
  dataset:
31
  name: ru_goemotions
32
  type: Djacon/ru_goemotions
33
  args: ru
34
  metrics:
35
+ - type: roc_auc
 
36
  value: 92%
37
+ name: multilabel ROC AUC
 
 
 
38
  ---
39
 
40