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