ilist

参考:

使用以下命令在 TFDS 中加载此数据集:

ds = tfds.load('huggingface:ilist')
  • 说明
This dataset is introduced in a task which aimed at identifying 5 closely-related languages of Indo-Aryan language family –
Hindi (also known as Khari Boli), Braj Bhasha, Awadhi, Bhojpuri, and Magahi.
  • 许可:无已知许可
  • 版本:0.0.0
  • 拆分
拆分 样本
'test' 9692
'train' 70351
'validation' 10329
  • 特征
{
    "language_id": {
        "num_classes": 5,
        "names": [
            "AWA",
            "BRA",
            "MAG",
            "BHO",
            "HIN"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}