ClementP commited on
Commit
6d5834d
1 Parent(s): 7ee23eb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -13,7 +13,34 @@ datasets:
13
  library: timm
14
  model-index:
15
  - name: convnext_small
16
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
  # Fundus DR Grading
19
 
 
13
  library: timm
14
  model-index:
15
  - name: convnext_small
16
+ results:
17
+ - task:
18
+ type: image-classification
19
+ dataset:
20
+ name: EYEPACS
21
+ type: EYEPACS
22
+ metrics:
23
+ - type: kappa
24
+ value: 0.789091944694519
25
+ name: Quadratic Kappa
26
+ - task:
27
+ type: image-classification
28
+ dataset:
29
+ name: IDRID
30
+ type: IDRID
31
+ metrics:
32
+ - type: kappa
33
+ value: 0.7588151097297668
34
+ name: Quadratic Kappa
35
+ - task:
36
+ type: image-classification
37
+ dataset:
38
+ name: DDR
39
+ type: DDR
40
+ metrics:
41
+ - type: kappa
42
+ value: 0.8041317462921143
43
+ name: Quadratic Kappa
44
  ---
45
  # Fundus DR Grading
46