hotchpotch commited on
Commit
5d363e9
1 Parent(s): 27cd743

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,7 +13,7 @@ The model was quantized using the [optimum](https://github.com/huggingface/optim
13
 
14
  **Notice**: FP16 works well with Vespa versions `8.325.46` and above.
15
 
16
- ```
17
  <component id="bge_m3" type="hugging-face-embedder">
18
  <transformer-model
19
  url="https://huggingface.co/hotchpotch/vespa-onnx-BAAI-bge-m3-only-dense/resolve/main/BAAI-bge-m3_fp16.onnx" />
@@ -23,7 +23,7 @@ The model was quantized using the [optimum](https://github.com/huggingface/optim
23
  />
24
  -->
25
  <tokenizer-model
26
- url="https://huggingface.co/hotchpotch/vespa-onnx-BAAI-bge-m3-only-dense/raw/main/tokenizer.json" />
27
  <normalize>true</normalize>
28
  <pooling-strategy>cls</pooling-strategy>
29
  </component>
 
13
 
14
  **Notice**: FP16 works well with Vespa versions `8.325.46` and above.
15
 
16
+ ```xml
17
  <component id="bge_m3" type="hugging-face-embedder">
18
  <transformer-model
19
  url="https://huggingface.co/hotchpotch/vespa-onnx-BAAI-bge-m3-only-dense/resolve/main/BAAI-bge-m3_fp16.onnx" />
 
23
  />
24
  -->
25
  <tokenizer-model
26
+ url="https://huggingface.co/hotchpotch/vespa-onnx-BAAI-bge-m3-only-dense/resolve/main/tokenizer.json" />
27
  <normalize>true</normalize>
28
  <pooling-strategy>cls</pooling-strategy>
29
  </component>