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

Add 'plant_protection' config data files

Browse files
README.md CHANGED
@@ -362,6 +362,14 @@ configs:
362
  path: physician/val-*
363
  - split: dev
364
  path: physician/dev-*
 
 
 
 
 
 
 
 
365
  dataset_info:
366
  - config_name: accountant
367
  features:
@@ -1683,6 +1691,36 @@ dataset_info:
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.
 
362
  path: physician/val-*
363
  - split: dev
364
  path: physician/dev-*
365
+ - config_name: plant_protection
366
+ data_files:
367
+ - split: test
368
+ path: plant_protection/test-*
369
+ - split: val
370
+ path: plant_protection/val-*
371
+ - split: dev
372
+ path: plant_protection/dev-*
373
  dataset_info:
374
  - config_name: accountant
375
  features:
 
1691
  num_examples: 5
1692
  download_size: 91373
1693
  dataset_size: 100544
1694
+ - config_name: plant_protection
1695
+ features:
1696
+ - name: id
1697
+ dtype: int32
1698
+ - name: question
1699
+ dtype: string
1700
+ - name: A
1701
+ dtype: string
1702
+ - name: B
1703
+ dtype: string
1704
+ - name: C
1705
+ dtype: string
1706
+ - name: D
1707
+ dtype: string
1708
+ - name: answer
1709
+ dtype: string
1710
+ - name: explanation
1711
+ dtype: string
1712
+ splits:
1713
+ - name: test
1714
+ num_bytes: 31877
1715
+ num_examples: 199
1716
+ - name: val
1717
+ num_bytes: 3634
1718
+ num_examples: 22
1719
+ - name: dev
1720
+ num_bytes: 3726
1721
+ num_examples: 5
1722
+ download_size: 42730
1723
+ dataset_size: 39237
1724
  ---
1725
 
1726
  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.
plant_protection/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0740722f4816efd684b9938d9eccf0fefb891ac1340195d2cc3962462e8a2020
3
+ size 9851
plant_protection/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:623adb393b357dd1b63741852b1de877d3ad23336a8424fc9cb2143468d83888
3
+ size 25774
plant_protection/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7db8bdf498cf8049f5ba7c94b468ce2316ac647d1e0cd723d42b42d6bf973f04
3
+ size 7105