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