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