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