File size: 453 Bytes
bc48076
 
16df28f
 
 
 
 
 
 
 
bc48076
16df28f
93c4ee0
16df28f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
license: mit
language:
- en
library_name: transformers
pipeline_tag: text-classification
tags:
- bert-base-uncased
- disease
- medical
---

A model that classifies a text like "I am feeling vomiting,  breathlessness,  and sweating" into it's disease (2 - 'Heart attack').
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.