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