Update README.md
Browse files
README.md
CHANGED
@@ -21,6 +21,13 @@ model-index:
|
|
21 |
- name: NER F Score
|
22 |
type: f_score
|
23 |
value: 0.9995527061
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
BioBERT based NER model for medical symptoms
|
26 |
|
|
|
21 |
- name: NER F Score
|
22 |
type: f_score
|
23 |
value: 0.9995527061
|
24 |
+
widget:
|
25 |
+
- text: "Patient X reported coughing and sneezing."
|
26 |
+
example_title: "Example 1"
|
27 |
+
- text: "There was a case of rash and inflammation."
|
28 |
+
example_title: "Example 2"
|
29 |
+
- text: "He complained of dizziness during the trip."
|
30 |
+
example_title: "Example 3"
|
31 |
---
|
32 |
BioBERT based NER model for medical symptoms
|
33 |
|