violetch24 commited on
Commit
2b36f9f
·
2 Parent(s): 72a6c5c 5ecb03b

Merge branch 'main' of https://huggingface.co/Intel/bert-base-uncased-CoLA-int8 into main

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -22,14 +22,14 @@ 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)** |388|438|
33
 
34
  #### Load with optimum:
35
 
 
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:
35