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