echarlaix HF staff commited on
Commit
f1062f6
1 Parent(s): ef94a1c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -1,12 +1,11 @@
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
  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 [`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).
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