add the comparsion
Browse files
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
|
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%.
|