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