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