Translation
Transformers
Safetensors
English
phi
marian
windyword
english
philippine
tagalog
cebuano
hiligaynon
Instructions to use WindyWord/translate-en-phi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindyWord/translate-en-phi 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-en-phi")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WindyWord/translate-en-phi", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 5e91c3a7dff510689cc608696e5ea9583be160d24ded15e111fb8a53fca9dfd0
- Size of remote file:
- 824 kB
- SHA256:
- d495877980e14507c4229a1073d57f073de84c63165390fc8da58475df8d2476
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.