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