jestevesv commited on
Commit
af7861e
·
verified ·
1 Parent(s): 5702f0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -21,6 +21,11 @@ Spanish DistilBERT model fine-tuned for question answering on the MLQA dataset,
21
  - `vocab.txt`
22
  - `onnx/model_quantized.onnx`
23
 
 
 
 
 
 
24
  ## Usage in Transformers.js
25
  ```javascript
26
  import { pipeline } from '@xenova/transformers';
@@ -32,9 +37,4 @@ pipeline('question-answering', 'jestevesv/distilbert-base-spanish-uncased-finetu
32
  'La capital de Francia es París.'
33
  ))
34
  .then(result => console.log(result))
35
- .catch(err => console.error(err));
36
-
37
- ## Live demo
38
- This model is in active use on https://plaudere.com/spaces as part of a bilingual Question Answering system.
39
- Visitors can select either the Spanish QnA model (this one) or an English QnA model via the website’s language selector.
40
- You can try it out and see the models working in real time by requesting support directly on the site.
 
21
  - `vocab.txt`
22
  - `onnx/model_quantized.onnx`
23
 
24
+ ## Model Description
25
+ This model is in active use on https://plaudere.com/spaces as part of a bilingual Question Answering system.
26
+ Visitors can select either the Spanish QnA model (this one) or an English QnA model via the website’s language selector.
27
+ You can try it out and see the models working in real time by requesting support directly on the site.
28
+
29
  ## Usage in Transformers.js
30
  ```javascript
31
  import { pipeline } from '@xenova/transformers';
 
37
  'La capital de Francia es París.'
38
  ))
39
  .then(result => console.log(result))
40
+ .catch(err => console.error(err));