seara commited on
Commit
667df0e
1 Parent(s): 4d6595c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -20,7 +20,13 @@ datasets:
20
  ---
21
 
22
  This is [RuBERT](https://huggingface.co/DeepPavlov/rubert-base-cased) model fine-tuned for __sentiment classification__ of short __Russian__ texts.
23
- The task is a __multi-class classification__ with the following labels: 0->neutral, 1->positive, 2->negative.
 
 
 
 
 
 
24
 
25
  ## Usage
26
 
 
20
  ---
21
 
22
  This is [RuBERT](https://huggingface.co/DeepPavlov/rubert-base-cased) model fine-tuned for __sentiment classification__ of short __Russian__ texts.
23
+ The task is a __multi-class classification__ with the following labels:
24
+
25
+ ```yaml
26
+ 0: neutral
27
+ 1: positive
28
+ 2: negative
29
+ ```
30
 
31
  ## Usage
32