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
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11294074589a22e67e5350f8cf1ad8c80d5cfe56ce506aa0f5b69d9c97e86c17
|
| 3 |
+
size 891644710
|