Instructions to use NifeLab/pib-en-indic-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use NifeLab/pib-en-indic-v1 with PEFT:
Task type is invalid.
- Transformers
How to use NifeLab/pib-en-indic-v1 with Transformers:
# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("NifeLab/pib-en-indic-v1", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 255 Bytes
4af336a | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"direction": "en-indic",
"version": "v2",
"metrics": {
"bleu": 24.61,
"chrf": 47.6,
"translated": 7,
"total": 7,
"latency_ms_p50": 16987.9
},
"promoted": true,
"reason": "BLEU 24.6 \u2265 14.2 and chrF 47.6 \u2265 31.2"
} |