Linghua Zhang commited on
Commit
5ffd132
·
1 Parent(s): cb4285c

Upload GuessWordDataset

Browse files
Files changed (2) hide show
  1. dataset.jsonl +0 -0
  2. dataset_infos.json +19 -0
dataset.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
dataset_infos.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }