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