Nathan12 commited on
Commit
6c99d42
·
verified ·
1 Parent(s): c1f9400

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - classification
5
+ - pruning
6
+ datasets:
7
+ - ImageNet
8
+ ---
9
+
10
+ # densenet161_50
11
+
12
+ A 50% pruned torchvision model
13
+
14
+ ## Model Details
15
+
16
+ - **Architecture**: densenet161
17
+ - **Framework**: PyTorch
18
+ - **Task**: Classification
19
+ - **Datasets**: ImageNet
20
+
21
+ ## Metrics
22
+
23
+ | Metric | Value |
24
+ |--------|-------|
25
+ | Compression Ratio | 3.63 |
26
+
27
+ ## Usage
28
+
29
+ Usage example not provided.
30
+
31
+ ## Licensing
32
+
33
+ This model is shared under the mit license.