aldigobbler commited on
Commit
8ea3818
·
verified ·
1 Parent(s): 113a101

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -9,8 +9,14 @@ tags:
9
  - model_hub_mixin
10
  - pytorch_model_hub_mixin
11
  ---
 
 
12
 
13
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
14
- - Code: https://github.com/PramaLLC/BEN2
15
- - Paper: [More Information Needed]
16
- - Docs: [More Information Needed]
 
 
 
 
 
9
  - model_hub_mixin
10
  - pytorch_model_hub_mixin
11
  ---
12
+ # BEN2 pruning test # 1 - distillation
13
+ Original parameters: 94,134,658
14
 
15
+ Pruned parameters: 36,275,254
16
+
17
+ Parameter reduction: 61.5%
18
+
19
+ - Swin Transformer depths: [2, 2, 18, 2] → [2, 2, 6, 2]
20
+ - Swin Transformer heads: [4, 8, 16, 32] → [3, 6, 12, 24]
21
+
22
+ distill loss: 0.0008