Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,11 +1,14 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
datasets:
|
4 |
- squad
|
5 |
language: en
|
6 |
license: apache-2.0
|
7 |
tags:
|
8 |
- openvino
|
|
|
|
|
|
|
9 |
widget:
|
10 |
- text: Which name is also used to describe the Amazon rainforest in English?
|
11 |
context: 'The Amazon rainforest (Portuguese: Floresta Amazônica or Amazônia; Spanish:
|
@@ -39,7 +42,7 @@ widget:
|
|
39 |
species.'
|
40 |
---
|
41 |
|
42 |
-
This model is a quantized version of [`
|
43 |
|
44 |
First make sure you have `optimum-intel` installed:
|
45 |
|
|
|
1 |
---
|
2 |
+
base_model: echarlaix/distilbert-base-uncased-distilled-squad-openvino
|
3 |
datasets:
|
4 |
- squad
|
5 |
language: en
|
6 |
license: apache-2.0
|
7 |
tags:
|
8 |
- openvino
|
9 |
+
- openvino
|
10 |
+
- nncf
|
11 |
+
- 8-bit
|
12 |
widget:
|
13 |
- text: Which name is also used to describe the Amazon rainforest in English?
|
14 |
context: 'The Amazon rainforest (Portuguese: Floresta Amazônica or Amazônia; Spanish:
|
|
|
42 |
species.'
|
43 |
---
|
44 |
|
45 |
+
This model is a quantized version of [`echarlaix/distilbert-base-uncased-distilled-squad-openvino`](https://huggingface.co/echarlaix/distilbert-base-uncased-distilled-squad-openvino) and is converted to the OpenVINO format. This model was obtained via the [nncf-quantization](https://huggingface.co/spaces/echarlaix/nncf-quantization) space with [optimum-intel](https://github.com/huggingface/optimum-intel).
|
46 |
|
47 |
First make sure you have `optimum-intel` installed:
|
48 |
|