zeroshot commited on
Commit
1d5e691
·
1 Parent(s): f3ad8a5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - distilbert
4
+ - sparsity
5
+ - pruning
6
+ - compression
7
+ language: en
8
+ datasets: sst2
9
+ ---
10
+ # Sparse Transfer 80% VNNI Pruned DistilBERT
11
+
12
+ This model is the result of pruning the DistilBERT model to 80% using the VNNI blocking (semi-structured), followed by fine-tuning and quantization on the SST2 dataset. Pruning is performed with the GMP algorithm and using the masked language modeling task based on the BookCorpus and Wikipedia datasets. It achieves 90.5% accuracy on the validation dataset, recovering over 99% of the accuracy of the baseline model. See the included recipe for training instructions.