Translation
Transformers
Safetensors
English
cpf
marian
windyword
english
french-based-creoles
haitian-creole
mauritian-creole
seychellois-creole
réunion-creole
Instructions to use WindstormLabs/translate-en-cpf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindstormLabs/translate-en-cpf 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="WindstormLabs/translate-en-cpf")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WindstormLabs/translate-en-cpf", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
f105691 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:264235493711acf369933c2dee7d9fed8536260daa3c0b520686b197a39dc6e5
size 807284
|