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