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