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