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