Update README.md
Browse files
README.md
CHANGED
@@ -60,13 +60,14 @@ model("Привет, ты мне нравишься!")
|
|
60 |
|
61 |
## Dataset
|
62 |
|
63 |
-
This model was trained on
|
64 |
|
65 |
-
An overview of the training data can be found in
|
|
|
66 |
|
67 |
## Training
|
68 |
|
69 |
-
Training were done in this [project](https://github.com/searayeah/
|
70 |
|
71 |
```yaml
|
72 |
tokenizer.max_length: null
|
|
|
60 |
|
61 |
## Dataset
|
62 |
|
63 |
+
This model was trained on [CEDR dataset](https://huggingface.co/datasets/cedr).
|
64 |
|
65 |
+
An overview of the training data can be found in it's [Hugging Face card]((https://huggingface.co/datasets/cedr))
|
66 |
+
or in the source [article](https://www.sciencedirect.com/science/article/pii/S1877050921013247).
|
67 |
|
68 |
## Training
|
69 |
|
70 |
+
Training were done in this [project](https://github.com/searayeah/bert-russian-sentiment-emotion) with this parameters:
|
71 |
|
72 |
```yaml
|
73 |
tokenizer.max_length: null
|