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