violetch24 commited on
Commit
5ecb03b
·
1 Parent(s): 5f1155e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -22,13 +22,13 @@ metrics:
22
 
23
  This is an INT8 PyTorch model quantized with [huggingface/optimum-intel](https://github.com/huggingface/optimum-intel) through the usage of [Intel® Neural Compressor](https://github.com/intel/neural-compressor).
24
 
25
- The original fp32 model comes from the fine-tuned model [Intel/bert-base-uncased-mrpc](https://huggingface.co/textattack/bert-base-uncased-CoLA).
26
 
27
  #### Test result
28
 
29
  | |INT8|FP32|
30
  |---|:---:|:---:|
31
- | **Accuracy (eval-f1)** |0.5451|0.5339|
32
  | **Model size (MB)** |112|438|
33
 
34
  #### Load with optimum:
 
22
 
23
  This is an INT8 PyTorch model quantized with [huggingface/optimum-intel](https://github.com/huggingface/optimum-intel) through the usage of [Intel® Neural Compressor](https://github.com/intel/neural-compressor).
24
 
25
+ The original fp32 model comes from the fine-tuned model [textattack/bert-base-uncased-CoLA](https://huggingface.co/textattack/bert-base-uncased-CoLA).
26
 
27
  #### Test result
28
 
29
  | |INT8|FP32|
30
  |---|:---:|:---:|
31
+ | **Accuracy (eval-f1)** |0.6336|0.6335|
32
  | **Model size (MB)** |112|438|
33
 
34
  #### Load with optimum: