shanchen commited on
Commit
4c66b11
·
verified ·
1 Parent(s): bafd1cd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: concept_code
5
+ dtype: int64
6
+ - name: variation_id
7
+ dtype: int64
8
+ - name: input
9
+ dtype: string
10
+ - name: output
11
+ dtype: string
12
+ - name: choices
13
+ struct:
14
+ - name: A
15
+ dtype: string
16
+ - name: B
17
+ dtype: string
18
+ - name: C
19
+ dtype: string
20
+ - name: D
21
+ dtype: string
22
+ - name: correct_choice
23
+ dtype: string
24
+ splits:
25
+ - name: test
26
+ num_bytes: 595224
27
+ num_examples: 3670
28
+ download_size: 141235
29
+ dataset_size: 595224
30
+ ---
31
+ # Dataset Card for "cancer_drug_bvg"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)