lhoestq HF Staff commited on
Commit
1577cea
·
verified ·
1 Parent(s): 3923b51

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -9,6 +9,46 @@ language:
9
  pretty_name: C-Eval
10
  size_categories:
11
  - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  C-Eval is a comprehensive Chinese evaluation suite for foundation models. It consists of 13948 multi-choice questions spanning 52 diverse disciplines and four difficulty levels. Please visit our [website](https://cevalbenchmark.com/) and [GitHub](https://github.com/SJTU-LIT/ceval/tree/main) or check our [paper](https://arxiv.org/abs/2305.08322) for more details.
 
9
  pretty_name: C-Eval
10
  size_categories:
11
  - 10K<n<100K
12
+ configs:
13
+ - config_name: accountant
14
+ data_files:
15
+ - split: test
16
+ path: accountant/test-*
17
+ - split: val
18
+ path: accountant/val-*
19
+ - split: dev
20
+ path: accountant/dev-*
21
+ dataset_info:
22
+ config_name: accountant
23
+ features:
24
+ - name: id
25
+ dtype: int32
26
+ - name: question
27
+ dtype: string
28
+ - name: A
29
+ dtype: string
30
+ - name: B
31
+ dtype: string
32
+ - name: C
33
+ dtype: string
34
+ - name: D
35
+ dtype: string
36
+ - name: answer
37
+ dtype: string
38
+ - name: explanation
39
+ dtype: string
40
+ splits:
41
+ - name: test
42
+ num_bytes: 176917
43
+ num_examples: 443
44
+ - name: val
45
+ num_bytes: 19549
46
+ num_examples: 49
47
+ - name: dev
48
+ num_bytes: 3414
49
+ num_examples: 5
50
+ download_size: 151233
51
+ dataset_size: 199880
52
  ---
53
 
54
  C-Eval is a comprehensive Chinese evaluation suite for foundation models. It consists of 13948 multi-choice questions spanning 52 diverse disciplines and four difficulty levels. Please visit our [website](https://cevalbenchmark.com/) and [GitHub](https://github.com/SJTU-LIT/ceval/tree/main) or check our [paper](https://arxiv.org/abs/2305.08322) for more details.
accountant/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8968397b45ecc259ef5378c57cbd1ad27c2801e63cd79dffd073684761174de9
3
+ size 9944
accountant/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4824634ede95964cbc0d8f60f7a1be9945dc3e194af1421c67dacd6f25cca58d
3
+ size 120743
accountant/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f99296e281ce47302c8fe49d5d1b3dc870677a0d926a7bef8bcbbfcee16128bd
3
+ size 20546