Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,20 @@
|
|
1 |
---
|
2 |
tags:
|
|
|
3 |
- fastai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Amazing!
|
|
|
1 |
---
|
2 |
tags:
|
3 |
+
- image-classification
|
4 |
- fastai
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
|
8 |
+
model-index:
|
9 |
+
- name: room-classifier
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: Image Classification
|
13 |
+
type: image-classification
|
14 |
+
metrics:
|
15 |
+
- name: Accuracy
|
16 |
+
type: accuracy
|
17 |
+
value: 0.9142857193946838
|
18 |
---
|
19 |
|
20 |
# Amazing!
|