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