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