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