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