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