Datasets:
xzhao-tkl
commited on
Commit
·
b12bb43
1
Parent(s):
54d6077
Update readme
Browse files- README.md +3 -3
- dataset_infos.json +0 -2
README.md
CHANGED
@@ -120,11 +120,11 @@ configs:
|
|
120 |
- config_name: commensenseqa
|
121 |
data_files:
|
122 |
- split: train
|
123 |
-
path: "fact/commensenseqa/train.
|
124 |
- split: validation
|
125 |
-
path: "fact/commensenseqa/valid.
|
126 |
- split: test
|
127 |
-
path: "fact/commensenseqa/test.
|
128 |
- config_name: templama
|
129 |
data_files:
|
130 |
- split: train
|
|
|
120 |
- config_name: commensenseqa
|
121 |
data_files:
|
122 |
- split: train
|
123 |
+
path: "fact/commensenseqa/train.csv"
|
124 |
- split: validation
|
125 |
+
path: "fact/commensenseqa/valid.csv"
|
126 |
- split: test
|
127 |
+
path: "fact/commensenseqa/test.csv"
|
128 |
- config_name: templama
|
129 |
data_files:
|
130 |
- split: train
|
dataset_infos.json
CHANGED
@@ -15,7 +15,6 @@
|
|
15 |
]
|
16 |
}
|
17 |
},
|
18 |
-
"format": "parquet",
|
19 |
"description": "Multi-choice, Topic classification task (Agnews)."
|
20 |
},
|
21 |
"amazon-reviews": {
|
@@ -67,7 +66,6 @@
|
|
67 |
"dtype": "int8"
|
68 |
}
|
69 |
},
|
70 |
-
"format": "parquet",
|
71 |
"description": "Multi-choice, Commense knowledge-answering datasets (CommensenseQA)."
|
72 |
},
|
73 |
"fever": {
|
|
|
15 |
]
|
16 |
}
|
17 |
},
|
|
|
18 |
"description": "Multi-choice, Topic classification task (Agnews)."
|
19 |
},
|
20 |
"amazon-reviews": {
|
|
|
66 |
"dtype": "int8"
|
67 |
}
|
68 |
},
|
|
|
69 |
"description": "Multi-choice, Commense knowledge-answering datasets (CommensenseQA)."
|
70 |
},
|
71 |
"fever": {
|