pmaitra commited on
Commit
53a3252
1 Parent(s): c9ae4be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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