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