Translation
Transformers
Safetensors
marian
windyword
german-english-french-portuguese-spanish
german
english
french
portuguese
spanish
western-malayo-polynesian
indonesian
malay
tagalog
javanese
Instructions to use WindyWord/translate-tc-bible-big-deu_eng_fra_por_spa-pqw with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindyWord/translate-tc-bible-big-deu_eng_fra_por_spa-pqw 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-tc-bible-big-deu_eng_fra_por_spa-pqw")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WindyWord/translate-tc-bible-big-deu_eng_fra_por_spa-pqw", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- b0e7368dff819eb1a2b35771f9ab147e2cab9e424002b3ba6a602168c9a58da7
- Size of remote file:
- 949 MB
- SHA256:
- 394ee9a8b784f32b476ada4768dabdaf09fd331a02fffe9dc28b70354f5b8610
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.