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