Update README.md
Browse files
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
|