jonathanagustin commited on
Commit
45d594f
1 Parent(s): 3777762

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -11
README.md CHANGED
@@ -38,25 +38,29 @@ dataset_info:
38
  dtype: string
39
  - name: EVIDENCES
40
  dtype: list
41
- sequence:
42
- - name: evidence-name
43
- dtype: string
44
- - name: evidence-value
45
- dtype: string
 
 
46
  - name: INITIAL_EVIDENCE
47
  dtype: string
48
  - name: DIFFERENTIAL_DIAGNOSIS
49
  dtype: list
50
- sequence:
51
- - name: pathology
52
- dtype: string
53
- - name: probability
54
- dtype: float
 
 
55
  config_name: default
56
  splits:
57
  - name: train
58
  num_bytes: UNKNOWN
59
- num_examples: UNKNOWN
60
  - name: validate
61
  num_bytes: UNKNOWN
62
  num_examples: UNKNOWN
 
38
  dtype: string
39
  - name: EVIDENCES
40
  dtype: list
41
+ element:
42
+ dtype: class
43
+ class_type:
44
+ name:
45
+ dtype: string
46
+ value:
47
+ dtype: string
48
  - name: INITIAL_EVIDENCE
49
  dtype: string
50
  - name: DIFFERENTIAL_DIAGNOSIS
51
  dtype: list
52
+ element:
53
+ dtype: class
54
+ class_type:
55
+ pathology:
56
+ dtype: string
57
+ probability:
58
+ dtype: float
59
  config_name: default
60
  splits:
61
  - name: train
62
  num_bytes: UNKNOWN
63
+ num_examples: 1025602
64
  - name: validate
65
  num_bytes: UNKNOWN
66
  num_examples: UNKNOWN