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