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