OctoMed commited on
Commit
a1c73f6
·
verified ·
1 Parent(s): fbe2aa5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md CHANGED
@@ -1,3 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # NEJM - New England Journal of Medicine Image Challenge
2
 
3
  ## Description
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_id
5
+ dtype: int64
6
+ - name: date
7
+ dtype: string
8
+ - name: question
9
+ dtype: string
10
+ - name: relevant_context
11
+ dtype: string
12
+ - name: option_A_votes
13
+ dtype: string
14
+ - name: option_B_votes
15
+ dtype: string
16
+ - name: option_C_votes
17
+ dtype: string
18
+ - name: option_D_votes
19
+ dtype: string
20
+ - name: option_E_votes
21
+ dtype: string
22
+ - name: total_number_votes
23
+ dtype: string
24
+ - name: brier_score
25
+ dtype: float64
26
+ - name: image
27
+ dtype: image
28
+ - name: image_hash
29
+ dtype: string
30
+ - name: options
31
+ sequence: string
32
+ - name: answer
33
+ dtype: string
34
+ splits:
35
+ - name: test
36
+ num_bytes: 69947825.0
37
+ num_examples: 947
38
+ download_size: 69646346
39
+ dataset_size: 69947825.0
40
+ configs:
41
+ - config_name: default
42
+ data_files:
43
+ - split: test
44
+ path: data/test-*
45
+ ---
46
+
47
  # NEJM - New England Journal of Medicine Image Challenge
48
 
49
  ## Description