Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,8 @@ A roberta-base-squad2 extractive Question Answering model fine-tuned on the SQuA
|
|
10 |
- π Fine-tuned on SQuAD v2.0 (or your custom QA dataset)
|
11 |
- β‘ Supports extractive question answering finds precise answers from context passages
|
12 |
- πΎ Suitable for real-time inference with minimal latency on both CPU and GPU
|
13 |
-
|
14 |
-
|
15 |
|
16 |
---
|
17 |
|
|
|
10 |
- π Fine-tuned on SQuAD v2.0 (or your custom QA dataset)
|
11 |
- β‘ Supports extractive question answering finds precise answers from context passages
|
12 |
- πΎ Suitable for real-time inference with minimal latency on both CPU and GPU
|
13 |
+
- π οΈ Easily integrable into web apps, enterprise tools, and virtual assistants
|
14 |
+
- π Handles unanswerable questions gracefully with no-answer detection (if trained on SQuAD v2)
|
15 |
|
16 |
---
|
17 |
|