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