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