ssunggun2 commited on
Commit
4324ffe
·
verified ·
1 Parent(s): f2cbde3

Add README with dataset_info

Browse files
Files changed (1) hide show
  1. README.md +92 -0
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: uuid
7
+ dtype: string
8
+ - name: scenario_name
9
+ dtype: string
10
+ - name: difficulty
11
+ dtype: string
12
+ - name: rules
13
+ dtype: string
14
+ - name: is_realistic
15
+ dtype: bool
16
+ - name: plan
17
+ dtype: string
18
+ - name: metadata
19
+ dtype: string
20
+ - name: q0_1_type
21
+ dtype: string
22
+ - name: q0_1_question
23
+ dtype: string
24
+ - name: q0_1_options
25
+ list: string
26
+ - name: q0_1_metadata_reference
27
+ dtype: string
28
+ - name: q0_1_correct_answers
29
+ list: int64
30
+ - name: q0_1_correct_answer
31
+ dtype: string
32
+ - name: q0_1_is_multiselect
33
+ dtype: bool
34
+ - name: q0_2_type
35
+ dtype: string
36
+ - name: q0_2_question
37
+ dtype: string
38
+ - name: q0_2_options
39
+ list: string
40
+ - name: q0_2_metadata_reference
41
+ dtype: string
42
+ - name: q0_2_correct_answers
43
+ list: int64
44
+ - name: q0_2_correct_answer
45
+ dtype: string
46
+ - name: q0_2_is_multiselect
47
+ dtype: bool
48
+ - name: q1_type
49
+ dtype: string
50
+ - name: q1_question
51
+ dtype: string
52
+ - name: q1_options
53
+ list: string
54
+ - name: q1_metadata_reference
55
+ dtype: string
56
+ - name: q1_correct_answers
57
+ list: int64
58
+ - name: q1_is_multiselect
59
+ dtype: bool
60
+ - name: q2_type
61
+ dtype: string
62
+ - name: q2_question
63
+ dtype: string
64
+ - name: q2_metadata_reference
65
+ dtype: string
66
+ - name: q2_correct_answer
67
+ dtype: string
68
+ - name: q3_type
69
+ dtype: string
70
+ - name: q3_question
71
+ dtype: string
72
+ - name: q3_options
73
+ list: string
74
+ - name: q3_correct_answers
75
+ list: int64
76
+ - name: q3_is_multiselect
77
+ dtype: bool
78
+ - name: objects_path
79
+ dtype: string
80
+ - name: video
81
+ dtype: video
82
+ - name: source
83
+ dtype: string
84
+ splits:
85
+ - name: test
86
+ num_examples: 600
87
+ configs:
88
+ - config_name: default
89
+ data_files:
90
+ - split: test
91
+ path: data/test-*
92
+ ---