Benjamin CHAZELLE commited on
Commit
0804dc5
·
1 Parent(s): 864a83b

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ The [**camembert-base**](https://huggingface.co/camembert-base] model) converted
8
  <script type="module">
9
  import { pipeline } from 'https://cdn.jsdelivr.net/npm/@xenova/[email protected]';
10
 
11
- const unmasker = await pipeline('fill-mask', 'benjaminchazelle/camembert-base-onnx', { quantized: false })
12
 
13
  console.log(await unmasker('La capitale de la France est<mask>'))
14
 
 
8
  <script type="module">
9
  import { pipeline } from 'https://cdn.jsdelivr.net/npm/@xenova/[email protected]';
10
 
11
+ const unmasker = await pipeline('fill-mask', 'benjaminchazelle/camembert-onnx', { quantized: false })
12
 
13
  console.log(await unmasker('La capitale de la France est<mask>'))
14