Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
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 |
---
|
12 |
+
|
13 |
+
A model that classifies a text like "I am feelingn vomiting, breathlessness, and sweating" into it's disease.
|
14 |
+
Basically a symptoms to disease classification. It's a baseline for a chatbot I am working on that will classify user's symptoms into diseases in a natural language environment.
|