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