eren23 commited on
Commit
460bd76
1 Parent(s): e26d2b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  pneumonia-bielefeld-dl-course
2
  This registry contains the model for making pneumonia predictions and was prepared for Bielefeld University Deep Learning course homework.
3
 
 
1
+
2
+ ---
3
+ tags:
4
+ - image-classification
5
+ - pytorch
6
+ - huggingpics
7
+ metrics:
8
+ - accuracy
9
+
10
+ model-index:
11
+ - name: pneumonia_test_attempt
12
+ results:
13
+ - task:
14
+ name: Image Classification
15
+ type: image-classification
16
+ metrics:
17
+ - name: Accuracy
18
+ type: accuracy
19
+ value: 0.9783163070678711
20
+ ---
21
+
22
  pneumonia-bielefeld-dl-course
23
  This registry contains the model for making pneumonia predictions and was prepared for Bielefeld University Deep Learning course homework.
24