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