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