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