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