BoDong commited on
Commit
7962e92
1 Parent(s): f6cc5f3

add the comparsion

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -9,7 +9,7 @@ The model is a pruned version of the [BERT mini model](https://huggingface.co/pr
9
 
10
  ## Intended Use
11
 
12
- The model can be used for inference with sparsity optimisztion.
13
  For further details on the model and its usage will be soon available.
14
 
15
  ## Evaluation Results
@@ -18,3 +18,5 @@ We get the following results on the sst2 tasks development set:
18
  | Task | SST-2 (Acc) |
19
  |------|-------------|
20
  | | 87.2 |
 
 
9
 
10
  ## Intended Use
11
 
12
+ The model can be used for inference with sparsity optimization.
13
  For further details on the model and its usage will be soon available.
14
 
15
  ## Evaluation Results
18
  | Task | SST-2 (Acc) |
19
  |------|-------------|
20
  | | 87.2 |
21
+
22
+ Better than dense [bert mini](https://huggingface.co/M-FAC/bert-mini-finetuned-sst2) which is 84.74%.