Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- beans
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
library_name: transformers
|
8 |
+
pipeline_tag: image-classification
|
9 |
+
---
|
10 |
+
### ResNet Distilled to MobileNetv2
|
11 |
+
|
12 |
+
This repository contains the MobileNetv2 model trained using distilling Resnet-50.
|
13 |
+
It is trained for educational purposes, on beans dataset. 🫘
|
14 |
+
It contains TensorBoard logs from training (find it on the tab above 👆 ).
|