seara commited on
Commit
b9c58df
1 Parent(s): 1ca8092

Update README.md

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