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