amphora commited on
Commit
eacd0e4
1 Parent(s): 3e45252

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: test_name
5
+ dtype: string
6
+ - name: question_number
7
+ dtype: int64
8
+ - name: context
9
+ dtype: string
10
+ - name: question
11
+ dtype: string
12
+ - name: gold
13
+ dtype: int64
14
+ - name: option#1
15
+ dtype: string
16
+ - name: option#2
17
+ dtype: string
18
+ - name: option#3
19
+ dtype: string
20
+ - name: option#4
21
+ dtype: string
22
+ - name: option#5
23
+ dtype: string
24
+ - name: Category
25
+ dtype: string
26
+ - name: Human_Peformance
27
+ dtype: float64
28
+ - name: __index_level_0__
29
+ dtype: int64
30
+ splits:
31
+ - name: train
32
+ num_bytes: 4220807
33
+ num_examples: 936
34
+ download_size: 1076028
35
+ dataset_size: 4220807
36
+ ---
37
+ # Dataset Card for "CSAT-QA"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)