Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
metrics:
|
| 3 |
+
- accuracy
|
| 4 |
+
base_model:
|
| 5 |
+
- facebook/dinov2-small
|
| 6 |
+
- microsoft/resnet-18
|
| 7 |
+
pipeline_tag: image-classification
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
This repository contains the trained model weights for my doodle recognition project: https://github.com/arjunphanse/doodle-recognition
|