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