Translation
Transformers
Safetensors
mt5
text2text-generation
ossetian
fine-tuned
text-to-text
low-resource
Eval Results (legacy)
Instructions to use ajsbsd/mt5_ossetian_translator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ajsbsd/mt5_ossetian_translator with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="ajsbsd/mt5_ossetian_translator")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ajsbsd/mt5_ossetian_translator") model = AutoModelForSeq2SeqLM.from_pretrained("ajsbsd/mt5_ossetian_translator") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d6ca0c98642bf725d1f992a7de3af47152b99ec58f2596172086bd01f2e2c923
- Size of remote file:
- 16 MB
- SHA256:
- b31adff76c33d263bf238da902695ba9b6223cb55e8195c580fe56d48077a2c5
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.