shanover commited on
Commit
4f5d5f5
1 Parent(s): e8fab4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ pipeline_tag: text-classification
7
+ tags:
8
+ - bert-base-uncased
9
+ - disease
10
+ - medical
11
+ widget:
12
+ - text: "I am having itching, skin rash, and nodal skin eruptions"
13
+ example_title: "Fungal infection example"
14
+ - text: "I feel like vomiting, breathlessness, and sweating"
15
+ example_title: "Heart Attack example"
16
+ - text: "I am feeling fatigue, weight loss, restlessness and also lethargy."
17
+ example_title: "Diabetes example"
18
+ ---