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