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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -7,6 +7,9 @@ tags:
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.
 
7
  language: en
8
  datasets: sst2
9
  ---
10
+
11
+ This model was sparsified using the [SparsML](https://github.com/neuralmagic/sparseml) library.
12
+
13
  # Sparse Transfer 80% VNNI Pruned DistilBERT
14
 
15
  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.