Translation
Transformers
Safetensors
marian
windyword
italic
italian
spanish
portuguese
french
catalan
romanian
french-italian-portuguese-spanish
Instructions to use WindstormLabs/translate-tc-bible-big-itc-fra_ita_por_spa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WindstormLabs/translate-tc-bible-big-itc-fra_ita_por_spa 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-tc-bible-big-itc-fra_ita_por_spa")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WindstormLabs/translate-tc-bible-big-itc-fra_ita_por_spa", dtype="auto") - Notebooks
- Google Colab
- Kaggle
clone from WindyWord/translate-tc-bible-big-itc-fra_ita_por_spa via local upload (ADR-039 Phase C)
99d53fc verified - Xet hash:
- 727542a2a3745ca130d7bb3c66c28eeda5e2c0eb81b13e5aa907371b14aaf4b7
- Size of remote file:
- 808 kB
- SHA256:
- f055e8f944323e519941a5fc8c5bb486696a3938cd1a37d8422d0d963eabe706
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.