Instructions to use WindyTranslate/translate-iso-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindyTranslate/translate-iso-en 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="WindyTranslate/translate-iso-en")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("WindyTranslate/translate-iso-en") model = AutoModelForSeq2SeqLM.from_pretrained("WindyTranslate/translate-iso-en", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 9c4ce130a236f17aa026916cad39425ea0f53bf36529b13e7351e53770a8ad60
- Size of remote file:
- 558 kB
- SHA256:
- 8ef224cbe0b507a7aea7efc31512a34b3424d919798bab32526549ca2df6274e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.