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