ofirzaf commited on
Commit
49d5ae7
1 Parent(s): 6f69e1c

Add README

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ ---
4
+
5
+ # Sparse BERT base model (uncased)
6
+
7
+ Pretrained model pruned to 70% sparsity.
8
+ The model is a pruned version of the [BERT base model](https://huggingface.co/bert-base-uncased).
9
+
10
+ ## Intended Use
11
+
12
+ The model can be used for fine-tuning to downstream tasks with sparsity already embeded to the model.
13
+ To keep the sparsity a mask should be added to each sparse weight blocking the optimizer from updating the zeros.