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