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