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