Update README.md
Browse files
README.md
CHANGED
@@ -104,13 +104,14 @@ model("Привет, ты мне нравишься!")
|
|
104 |
|
105 |
## Dataset
|
106 |
|
107 |
-
This model was trained on translated GoEmotions dataset called [
|
108 |
|
109 |
-
An overview of the training data can be found on [Hugging Face card](https://huggingface.co/datasets/seara/ru_go_emotions) and on
|
|
|
110 |
|
111 |
## Training
|
112 |
|
113 |
-
Training were done in this [project](https://github.com/searayeah/
|
114 |
|
115 |
```yaml
|
116 |
tokenizer.max_length: null
|
|
|
104 |
|
105 |
## Dataset
|
106 |
|
107 |
+
This model was trained on translated GoEmotions dataset called [ru_go_emotions](https://huggingface.co/datasets/seara/ru_go_emotions).
|
108 |
|
109 |
+
An overview of the training data can be found on [Hugging Face card](https://huggingface.co/datasets/seara/ru_go_emotions) and on
|
110 |
+
[Github repository](https://github.com/searayeah/ru-goemotions).
|
111 |
|
112 |
## Training
|
113 |
|
114 |
+
Training were done in this [project](https://github.com/searayeah/bert-russian-sentiment-emotion) with this parameters:
|
115 |
|
116 |
```yaml
|
117 |
tokenizer.max_length: null
|