Instructions to use WindyWord/translate-gil-sv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindyWord/translate-gil-sv 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="WindyWord/translate-gil-sv")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WindyWord/translate-gil-sv", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 907bb5d405b16c79d36113567ba3fb7ecf7f206308620a3c1e8e442de423d140
- Size of remote file:
- 687 kB
- SHA256:
- 55e09ac46c5dbfcfb8fdf33234aeda6e389633d71abc2b6a26abd802c7713fe6
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.