CoderBak commited on
Commit
1c0877e
1 Parent(s): 890a418

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md CHANGED
@@ -1,3 +1,60 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ configs:
4
+ - config_name: 2010-2013_English_MCQs
5
+ data_files:
6
+ - split: test
7
+ path: "test/2010-2013_English_MCQs.jsonl"
8
+ - config_name: 2010-2022_Biology_MCQs
9
+ data_files:
10
+ - split: test
11
+ path: "test/2010-2022_Biology_MCQs.jsonl"
12
+ - config_name: 2010-2022_Chemistry_MCQs
13
+ data_files:
14
+ - split: test
15
+ path: "test/2010-2022_Chemistry_MCQs.jsonl"
16
+ - config_name: 2010-2022_Chinese_Lang_and_Usage_MCQs
17
+ data_files:
18
+ - split: test
19
+ path: "test/2010-2022_Chinese_Lang_and_Usage_MCQs.jsonl"
20
+ - config_name: 2010-2022_Chinese_Modern_Lit
21
+ data_files:
22
+ - split: test
23
+ path: "test/2010-2022_Chinese_Modern_Lit.jsonl"
24
+ - config_name: 2010-2022_English_Fill_in_Blanks
25
+ data_files:
26
+ - split: test
27
+ path: "test/2010-2022_English_Fill_in_Blanks.jsonl"
28
+ - config_name: 2010-2022_English_Reading_Comp
29
+ data_files:
30
+ - split: test
31
+ path: "test/2010-2022_English_Reading_Comp.jsonl"
32
+ - config_name: 2010-2022_Geography_MCQs
33
+ data_files:
34
+ - split: test
35
+ path: "test/2010-2022_Geography_MCQs.jsonl"
36
+ - config_name: 2010-2022_History_MCQs
37
+ data_files:
38
+ - split: test
39
+ path: "test/2010-2022_History_MCQs.jsonl"
40
+ - config_name: 2010-2022_Math_II_MCQs
41
+ data_files:
42
+ - split: test
43
+ path: "test/2010-2022_Math_II_MCQs.jsonl"
44
+ - config_name: 2010-2022_Math_I_MCQs
45
+ data_files:
46
+ - split: test
47
+ path: "test/2010-2022_Math_I_MCQs.jsonl"
48
+ - config_name: 2010-2022_Physics_MCQs
49
+ data_files:
50
+ - split: test
51
+ path: "test/2010-2022_Physics_MCQs.jsonl"
52
+ - config_name: 2010-2022_Political_Science_MCQs
53
+ data_files:
54
+ - split: test
55
+ path: "test/2010-2022_Political_Science_MCQs.jsonl"
56
+ - config_name: 2012-2022_English_Cloze_Test
57
+ data_files:
58
+ - split: test
59
+ path: "test/2012-2022_English_Cloze_Test.jsonl"
60
  ---