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