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