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