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