AlexKoff88
commited on
Commit
•
994a4c4
1
Parent(s):
9795db4
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
-
# Quantized BERT-base model with 90% of
|
5 |
-
The pruned and quantized model in the OpenVINO IR. The pruned model was taken from this source and quantized with the code below using HF Optimum for OpenVINO:
|
6 |
|
7 |
```python
|
8 |
from functools import partial
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
# Quantized BERT-base MNLI model with 90% of usntructured sparsity
|
5 |
+
The pruned and quantized model in the OpenVINO IR. The pruned model was taken from this [source](https://huggingface.co/neuralmagic/oBERT-12-downstream-pruned-unstructured-90-mnli) and quantized with the code below using HF Optimum for OpenVINO:
|
6 |
|
7 |
```python
|
8 |
from functools import partial
|