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:
- c77e318c5fe41eb179f97bb8f1bea02a95e6c3b91656f9f4fe12d64aadcd89f7
- Size of remote file:
- 824 kB
- SHA256:
- 368613ee380f344c29c3723675109ae5b8e850af91c98c40bda00152b9a26bcc
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.