seara commited on
Commit
fdf4854
1 Parent(s): 1d562d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -35,6 +35,14 @@ The task is a __multi-class classification__ with the following labels:
35
  2: negative
36
  ```
37
 
 
 
 
 
 
 
 
 
38
  ## Usage
39
 
40
  ```python
 
35
  2: negative
36
  ```
37
 
38
+ Label to Russian label:
39
+
40
+ ```yaml
41
+ neutral: нейтральный
42
+ positive: позитивный
43
+ negative: негативный
44
+ ```
45
+
46
  ## Usage
47
 
48
  ```python