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