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