Update README.md
Browse files
README.md
CHANGED
|
@@ -33,3 +33,8 @@ pipeline('question-answering', 'jestevesv/distilbert-base-spanish-uncased-finetu
|
|
| 33 |
))
|
| 34 |
.then(result => console.log(result))
|
| 35 |
.catch(err => console.error(err));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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鈥檚 language selector.
|
| 40 |
+
You can try it out and see the models working in real time by requesting support directly on the site.
|