Translation
Transformers
PyTorch
ONNX
Safetensors
m2m_100
text2text-generation
small100
flores101
gsarti/flores_101
tico19
gmnlp/tico19
tatoeba
Instructions to use alirezamsh/small100 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alirezamsh/small100 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="alirezamsh/small100")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("alirezamsh/small100") model = AutoModelForSeq2SeqLM.from_pretrained("alirezamsh/small100") - Inference
- Notebooks
- Google Colab
- Kaggle
Does this model support the Telugu language? If not, what is the process for adding support for Telugu and other missing Indian languages?
#19 opened 11 months ago
by
mDibyajyoti
can we have a quantised onnx model or quantised gguf model please @author?
#18 opened 12 months ago
by
manancode
Help for fine-tuning
#17 opened over 1 year ago
by
ishabrato
Attribute name incorrect
👍 2
#16 opened almost 2 years ago
by
LiPengtao12138
Issue: Translation Error Resulting in Series of Question Marks
#15 opened almost 2 years ago
by
ltkien2003
only translates into english
#14 opened almost 2 years ago
by
ishabrato
Inconsistency between the demo result and my result
#13 opened almost 2 years ago
by
qsn
Why can only be translated into English?
#12 opened almost 2 years ago
by
LiPengtao12138
It only translate to English
4
#10 opened about 2 years ago
by
Krille47
Translation is repeating a phrase from a few sentences earlier on longer text
1
#5 opened almost 3 years ago
by
coltonbehannon
ONNX Code example
2
#4 opened almost 3 years ago
by
fede-marche