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:
- 5b179eec4f32e43bda1242f1b62dcd3a0a4e0bdb7ea3ba876b9f78d2edbc02d4
- Size of remote file:
- 78.5 MB
- SHA256:
- 86f9eea20374f86e8edb904f886d9e785a5793f459cfa5975a9c742888222ba2
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.