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