Linghua Zhang commited on
Commit
bfbb1f9
·
1 Parent(s): 1095aaa

feat: delete the dataset_info

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -19
dataset_infos.json DELETED
@@ -1,19 +0,0 @@
1
- {
2
- "guess_word_dataset": {
3
- "description": "A dataset for Chinese word guessing and reasoning tasks.",
4
- "citation": "",
5
- "homepage": "",
6
- "license": "",
7
- "features": {
8
- "index": "int32",
9
- "class": "string",
10
- "source": "string",
11
- "answer": "string",
12
- "question": "string",
13
- "label": "string"
14
- },
15
- "splits": {
16
- "train": {"num_bytes": 123456, "num_examples": 10000}
17
- }
18
- }
19
- }