merve HF staff commited on
Commit
c43db9e
1 Parent(s): 149e6c5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
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 👆 ).