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