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