sileod commited on
Commit
f850006
1 Parent(s): 4362cde

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -2
README.md CHANGED
@@ -1,12 +1,68 @@
1
  ---
 
 
2
  license: apache-2.0
3
  task_categories:
4
  - text-classification
5
  - multiple-choice
6
- language:
7
- - en
8
  tags:
9
  - medical
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
  ```bib
12
  @inproceedings{sileo-etal-2024-generating-multiple,
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
  task_categories:
6
  - text-classification
7
  - multiple-choice
 
 
8
  tags:
9
  - medical
10
+ dataset_info:
11
+ config_name: medwiki
12
+ features:
13
+ - name: text
14
+ dtype: string
15
+ - name: option_0
16
+ dtype: string
17
+ - name: option_1
18
+ dtype: string
19
+ - name: option_2
20
+ dtype: string
21
+ - name: option_3
22
+ dtype: string
23
+ - name: option_4
24
+ dtype: string
25
+ - name: option_5
26
+ dtype: string
27
+ - name: option_6
28
+ dtype: string
29
+ - name: option_7
30
+ dtype: string
31
+ - name: label
32
+ dtype:
33
+ class_label:
34
+ names:
35
+ '0': '0'
36
+ '1': '1'
37
+ '2': '2'
38
+ '3': '3'
39
+ '4': '4'
40
+ '5': '5'
41
+ '6': '6'
42
+ '7': '7'
43
+ - name: idx
44
+ dtype: int32
45
+ splits:
46
+ - name: train
47
+ num_bytes: 109074930
48
+ num_examples: 67608
49
+ - name: validation
50
+ num_bytes: 6130956
51
+ num_examples: 3756
52
+ - name: test
53
+ num_bytes: 6076558
54
+ num_examples: 3757
55
+ download_size: 73225366
56
+ dataset_size: 121282444
57
+ configs:
58
+ - config_name: medwiki
59
+ data_files:
60
+ - split: train
61
+ path: medwiki/train-*
62
+ - split: validation
63
+ path: medwiki/validation-*
64
+ - split: test
65
+ path: medwiki/test-*
66
  ---
67
  ```bib
68
  @inproceedings{sileo-etal-2024-generating-multiple,