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