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