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