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