File size: 1,861 Bytes
acc6a7f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | {
"testaunic23": {
"description": "test testaunic23",
"citation": "test testaunic23",
"homepage": "",
"license": "",
"features": {
"id": { "dtype": "string", "id": null, "_type": "Value" },
"tokens": {
"feature": { "dtype": "string", "id": null, "_type": "Value" },
"length": -1,
"id": null,
"_type": "Sequence"
},
"pos_tags": {
"feature": {
"num_classes": 1,
"names": [
"-X-,
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"ner_tags": {
"feature": {
"num_classes": 11,
"names": [
"O",
"B-ENTITY",
"I-ENTITY",
"B-SYSTEM",
"I-SYSTEM",
"B-DOCUMENT",
"I-DOCUMENT",
"B-ORG",
"I-ORG",
"B-LOC",
"I-LOC"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
},
"post_processed": null,
"supervised_keys": null,
"builder_name": "testaunic23",
"config_name": "testaunic23",
"version": {
"version_str": "1.0.0",
"description": null,
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_examples": 249,
"dataset_name": "testaunic23"
},
"validation": {
"name": "validation",
"num_examples": 32,
"dataset_name": "testaunic23"
},
"test": {
"name": "test",
"num_examples": 32,
"dataset_name": "testaunic23"
}
}
}
}
|