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