AI4Bharat IndicGLUE (mr) dataset for language nlp.
from datasets import load_dataset
ds = load_dataset('ai4bharat/indic_glue', 'wnli.mr', split='train')
print(f"Task samples: {len(ds)}")
for ex in ds[:5]:
print(f"Text: {str(ex)[:100]}...")| Field | Type | Description |
|---|---|---|
| text | string | Input text for the NLU task |
| label | string | Task-specific label or target |