echarlaix HF staff commited on
Commit
f95ca0e
·
verified ·
1 Parent(s): 638cf93

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,11 +1,14 @@
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,7 +42,7 @@ widget:
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
 
 
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