Update README.md
Browse files
README.md
CHANGED
@@ -21,16 +21,6 @@ Spanish DistilBERT model fine-tuned for question answering on the MLQA dataset,
|
|
21 |
- `vocab.txt`
|
22 |
- `onnx/model_quantized.onnx`
|
23 |
|
24 |
-
## Live Demo
|
25 |
-
This model is deployed in production at [plaudere.com](https://plaudere.com/spaces) as part of a bilingual Question Answering system.
|
26 |
-
Visitors can seamlessly switch between the Spanish QnA model (this one) and an English QnA model via the website’s language selector.
|
27 |
-
You can see both models in action by requesting support directly on the site.
|
28 |
-
|
29 |
-
For a guided experience, explore this Plaudere article:
|
30 |
-
[AI Assistance with QnA Models](https://plaudere.com/spaces/plaudere-engineering-9a39cf/ai-assistance-with-qna-models-c40255)
|
31 |
-
It demonstrates how the author integrated QnA models into a real-world application on the Plaudere website.
|
32 |
-
Here, you can interact with the agent, ask questions in English about the article itself, and watch it respond in real time.
|
33 |
-
|
34 |
## Usage in Transformers.js
|
35 |
```javascript
|
36 |
import { pipeline } from '@xenova/transformers';
|
|
|
21 |
- `vocab.txt`
|
22 |
- `onnx/model_quantized.onnx`
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
## Usage in Transformers.js
|
25 |
```javascript
|
26 |
import { pipeline } from '@xenova/transformers';
|