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