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