QiaoyuZheng commited on
Commit
2025708
·
verified ·
1 Parent(s): 12e360b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -16,6 +16,10 @@ There are totally 4 json files:
16
  3. **disorder_label_dict.json**: For disorder granularity. There are totally 5569 ( 5568 abnormal and 1 noraml) label. There disorders are sorted in descending order based on the corresponding case number for evaluation.
17
  4. **icd10_label_dict.json**: For ICD-10-CM granularity. There are totally 931 ( 930 abnormal and 1 noraml) label. There disorders are sorted in descending order based on the corresponding case number for evaluation.
18
 
 
 
 
 
19
  ## About Model Checkpoint
20
 
21
  Please refer to [RP3D-DiagModel](https://huggingface.co/QiaoyuZheng/RP3D-DiagModel)
 
16
  3. **disorder_label_dict.json**: For disorder granularity. There are totally 5569 ( 5568 abnormal and 1 noraml) label. There disorders are sorted in descending order based on the corresponding case number for evaluation.
17
  4. **icd10_label_dict.json**: For ICD-10-CM granularity. There are totally 931 ( 930 abnormal and 1 noraml) label. There disorders are sorted in descending order based on the corresponding case number for evaluation.
18
 
19
+ """
20
+ Pay attention that: in RP3D_{train/test}.json file. A 'url' key corresponds to a 'Case', and there maybe multiple 'samples' in a 'Case' under the 'Samples' key
21
+ """
22
+
23
  ## About Model Checkpoint
24
 
25
  Please refer to [RP3D-DiagModel](https://huggingface.co/QiaoyuZheng/RP3D-DiagModel)