xinhe commited on
Commit
54b72a0
·
1 Parent(s): d8b0e3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ license: apache-2.0
4
  tags:
5
  - text-classfication
6
  - int8
7
- - Neural Compressor
8
  - QuantizationAwareTraining
9
  datasets:
10
  - mrpc
@@ -27,7 +27,7 @@ The original fp32 model comes from the fine-tuned model [Intel/bert-base-uncased
27
  | **Accuracy (eval-f1)** |0.9142|0.9042|
28
  | **Model size (MB)** |107|418|
29
 
30
- ### Load with Intel® Neural Compressor (build from source):
31
 
32
  ```python
33
  from neural_compressor.utils.load_huggingface import OptimizedModel
 
4
  tags:
5
  - text-classfication
6
  - int8
7
+ - Intel® Neural Compressor
8
  - QuantizationAwareTraining
9
  datasets:
10
  - mrpc
 
27
  | **Accuracy (eval-f1)** |0.9142|0.9042|
28
  | **Model size (MB)** |107|418|
29
 
30
+ ### Load with Intel® Neural Compressor:
31
 
32
  ```python
33
  from neural_compressor.utils.load_huggingface import OptimizedModel