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