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