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