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