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