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