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