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