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