jonathanagustin commited on
Commit
510e87e
1 Parent(s): 1cbb039

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -28,7 +28,6 @@ paperswithcode_id: ddxplus
28
  configs:
29
  - config_name: default
30
 
31
-
32
  dataset_info:
33
  features:
34
  - name: AGE
@@ -38,16 +37,20 @@ dataset_info:
38
  - name: PATHOLOGY
39
  dtype: string
40
  - name: EVIDENCES
41
- dtype: list[string]
 
 
42
  - name: INITIAL_EVIDENCE
43
  dtype: string
44
  - name: DIFFERENTIAL_DIAGNOSIS
45
- dtype: list[Value("class")]
 
 
46
  config_name: default
47
  splits:
48
  - name: train
49
  num_bytes: UNKNOWN
50
- num_examples: UNKNOWN
51
  - name: validate
52
  num_bytes: UNKNOWN
53
  num_examples: UNKNOWN
 
28
  configs:
29
  - config_name: default
30
 
 
31
  dataset_info:
32
  features:
33
  - name: AGE
 
37
  - name: PATHOLOGY
38
  dtype: string
39
  - name: EVIDENCES
40
+ sequence:
41
+ - name: evidence
42
+ dtype: string
43
  - name: INITIAL_EVIDENCE
44
  dtype: string
45
  - name: DIFFERENTIAL_DIAGNOSIS
46
+ sequence:
47
+ - name: diagnosis
48
+ dtype: string
49
  config_name: default
50
  splits:
51
  - name: train
52
  num_bytes: UNKNOWN
53
+ num_examples: 1025602
54
  - name: validate
55
  num_bytes: UNKNOWN
56
  num_examples: UNKNOWN