liujqian commited on
Commit
a43cb44
·
1 Parent(s): 058269f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: question
7
+ dtype: string
8
+ - name: question_concept
9
+ dtype: string
10
+ - name: choices
11
+ sequence:
12
+ - name: label
13
+ dtype: string
14
+ - name: text
15
+ dtype: string
16
+ - name: answerKey
17
+ dtype: string
18
+ - name: question_content_words
19
+ sequence: string
20
+ - name: choice_0_content_words
21
+ sequence: string
22
+ - name: choice_1_content_words
23
+ sequence: string
24
+ - name: choice_2_content_words
25
+ sequence: string
26
+ - name: choice_3_content_words
27
+ sequence: string
28
+ - name: choice_4_content_words
29
+ sequence: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 3538662
33
+ num_examples: 9741
34
+ - name: validation
35
+ num_bytes: 438928
36
+ num_examples: 1221
37
+ - name: test
38
+ num_bytes: 413780
39
+ num_examples: 1140
40
+ download_size: 2327304
41
+ dataset_size: 4391370
42
+ ---
43
+ # Dataset Card for "commonsenseqa_with_content_words"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)