yujiepan commited on
Commit
397ff9a
1 Parent(s): 697e64c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -32,9 +32,10 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model conducts unstructured magnitude pruning, quantization and distillation at the same time when finetuning on the GLUE SST2 dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.41159623861312866
36
- - Accuracy: 0.9139908256880734
37
- - Sparsity in transformer block linear layers: 0.8000002260561343
 
38
 
39
  ## Setup
40
 
 
32
 
33
  This model conducts unstructured magnitude pruning, quantization and distillation at the same time when finetuning on the GLUE SST2 dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Torch loss: 0.4116
36
+ - Torch accuracy: 0.9140
37
+ - OpenVINO accuracy: 0.9106
38
+ - Sparsity in transformer block linear layers: 0.80
39
 
40
  ## Setup
41