Instructions to use guymorlan/levanti_translate_ar_he with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use guymorlan/levanti_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="guymorlan/levanti_translate_ar_he")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("guymorlan/levanti_translate_ar_he") model = AutoModelForSeq2SeqLM.from_pretrained("guymorlan/levanti_translate_ar_he") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 88b8a7643edf6ec56402e64af60bd287c86435e1a9e47f5448aa507c5d44160a
- Size of remote file:
- 307 MB
- SHA256:
- 50672992291e20bc714b766615195a72d09b3950362adc5a0097b6bbfc5b630d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.