Update README.md
Browse files
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
|
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
|