Commit
·
5df9f67
1
Parent(s):
5077bbb
Update README.md
Browse files
README.md
CHANGED
@@ -95,4 +95,11 @@ answer = tokenizer.batch_decode(generated_tokens, skip_special_tokens=True)
|
|
95 |
print(answer)
|
96 |
|
97 |
#["прийдя в МГТУ я был удивлен никого не обнаружив там..."]
|
98 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
print(answer)
|
96 |
|
97 |
#["прийдя в МГТУ я был удивлен никого не обнаружив там..."]
|
98 |
+
```
|
99 |
+
|
100 |
+
## Resources
|
101 |
+
- [SAGE library code with augmentation methods, access to datasets and open models](https://github.com/orgs/ai-forever/sage), GitHub
|
102 |
+
- [ruM2M100-1.2B](https://huggingface.co/ai-forever/RuM2M100-1.2B), HuggingFace
|
103 |
+
- [ruM2M100-418M](https://huggingface.co/ai-forever/RuM2M100-420M), HuggingFace
|
104 |
+
- [FredT5-large-spell](https://huggingface.co/ai-forever/FRED-T5-large-spell), HuggingFace
|
105 |
+
- [T5-large-spell](https://huggingface.co/ai-forever/T5-large-spell), HuggingFace
|