Instructions to use Den4ikAI/rut5_base_asr_error_correction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Den4ikAI/rut5_base_asr_error_correction with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Den4ikAI/rut5_base_asr_error_correction") model = AutoModelForSeq2SeqLM.from_pretrained("Den4ikAI/rut5_base_asr_error_correction") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- ru
|
| 5 |
+
widget:
|
| 6 |
+
text: "главное не лишиться ухо"
|
| 7 |
---
|
| 8 |
+
Модель сделана на базе ruT5-base
|
| 9 |
+
|
| 10 |
+
Обучена на 10 мегабайтах данных размеченных vosk_model_ru_0.22_small
|