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 |
- PostTrainingStatic
|
9 |
datasets:
|
10 |
- sst2
|
@@ -30,7 +30,7 @@ The calibration dataloader is the train dataloader. The default calibration samp
|
|
30 |
| **Accuracy (eval-accuracy)** |0.9037|0.9106|
|
31 |
| **Model size (MB)** |65|255|
|
32 |
|
33 |
-
### Load with Intel® Neural Compressor
|
34 |
|
35 |
```python
|
36 |
from neural_compressor.utils.load_huggingface import OptimizedModel
|
|
|
4 |
tags:
|
5 |
- text-classfication
|
6 |
- int8
|
7 |
+
- Intel® Neural Compressor
|
8 |
- PostTrainingStatic
|
9 |
datasets:
|
10 |
- sst2
|
|
|
30 |
| **Accuracy (eval-accuracy)** |0.9037|0.9106|
|
31 |
| **Model size (MB)** |65|255|
|
32 |
|
33 |
+
### Load with Intel® Neural Compressor:
|
34 |
|
35 |
```python
|
36 |
from neural_compressor.utils.load_huggingface import OptimizedModel
|