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