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