Update README.md
Browse files
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 |
+
---
|