lhoestq HF Staff commited on
Commit
7b07ffd
·
verified ·
1 Parent(s): 2ba8f75

Add 'physician' config data files

Browse files
README.md CHANGED
@@ -354,6 +354,14 @@ configs:
354
  path: operating_system/val-*
355
  - split: dev
356
  path: operating_system/dev-*
 
 
 
 
 
 
 
 
357
  dataset_info:
358
  - config_name: accountant
359
  features:
@@ -1645,6 +1653,36 @@ dataset_info:
1645
  num_examples: 5
1646
  download_size: 39873
1647
  dataset_size: 37002
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1648
  ---
1649
 
1650
  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.
 
354
  path: operating_system/val-*
355
  - split: dev
356
  path: operating_system/dev-*
357
+ - config_name: physician
358
+ data_files:
359
+ - split: test
360
+ path: physician/test-*
361
+ - split: val
362
+ path: physician/val-*
363
+ - split: dev
364
+ path: physician/dev-*
365
  dataset_info:
366
  - config_name: accountant
367
  features:
 
1653
  num_examples: 5
1654
  download_size: 39873
1655
  dataset_size: 37002
1656
+ - config_name: physician
1657
+ features:
1658
+ - name: id
1659
+ dtype: int32
1660
+ - name: question
1661
+ dtype: string
1662
+ - name: A
1663
+ dtype: string
1664
+ - name: B
1665
+ dtype: string
1666
+ - name: C
1667
+ dtype: string
1668
+ - name: D
1669
+ dtype: string
1670
+ - name: answer
1671
+ dtype: string
1672
+ - name: explanation
1673
+ dtype: string
1674
+ splits:
1675
+ - name: test
1676
+ num_bytes: 89801
1677
+ num_examples: 443
1678
+ - name: val
1679
+ num_bytes: 8710
1680
+ num_examples: 49
1681
+ - name: dev
1682
+ num_bytes: 2033
1683
+ num_examples: 5
1684
+ download_size: 91373
1685
+ dataset_size: 100544
1686
  ---
1687
 
1688
  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.
physician/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3e3dbcd3b90af86df746d23c03bb59570766f0d681c1fbec79b2d5705f52543
3
+ size 8635
physician/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eab3b8d151cc9085660a34ca374d5491f9fd0a3eef316c6f730535dd22035ab
3
+ size 70942
physician/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edc55a74f63c3c417da5a394ec0b1441f365946f3f226ec8959449d19e2c93ec
3
+ size 11796