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