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