mihalca commited on
Commit
98d98df
·
verified ·
1 Parent(s): 793515b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -3
README.md CHANGED
@@ -1,3 +1,61 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Model Card for Disease Symptom Recognition Model
2
+
3
+ ## Model Details
4
+
5
+ ### Model Description
6
+
7
+ This model is a fine-tuned BERT-based architecture designed to recognize and classify symptoms of diseases. It has been trained on a curated dataset containing labeled descriptions of various disease symptoms and converted to ONNX for efficient inference.
8
+
9
+ - **Developed by:** Mihi
10
+ - **Funded by:** Self-funded
11
+ - **Shared by:** Mihi
12
+ - **Model type:** NLP Classification
13
+ - **Language(s):** English
14
+ - **License:** MIT
15
+ - **Finetuned from model:** BERT base uncased
16
+
17
+ ### Model Sources
18
+
19
+ - **Repository:** [GitHub Repository Link] (replace with actual link)
20
+ - **Demo:** [Demo Link] (replace with actual link)
21
+
22
+ ---
23
+
24
+ ## Uses
25
+
26
+ ### Direct Use
27
+
28
+ This model can be used directly for symptom classification in applications like:
29
+
30
+ - Symptom checkers for healthcare applications
31
+ - Medical chatbots for triage
32
+ - Data analysis in public health studies
33
+
34
+ ### Downstream Use
35
+
36
+ The model may be fine-tuned further or integrated into larger healthcare solutions involving disease diagnosis or prediction.
37
+
38
+ ### Out-of-Scope Use
39
+
40
+ - The model is not designed for diagnosing diseases.
41
+ - It should not be used as a substitute for professional medical advice.
42
+
43
+ ---
44
+
45
+ ## Bias, Risks, and Limitations
46
+
47
+ - The model's performance is limited to the scope and quality of the training data. It may not perform well on symptoms outside its training domain.
48
+ - Potential biases in the training data can lead to inaccurate predictions for underrepresented diseases or symptoms.
49
+
50
+ ### Recommendations
51
+
52
+ - Ensure proper pre-screening of the output by medical professionals before clinical application.
53
+ - Perform further fine-tuning or retraining if applied in domains outside the original dataset.
54
+
55
+ ---
56
+
57
+ ## How to Get Started with the Model
58
+
59
+ Install the required dependencies:
60
+ ```bash
61
+ pip install transformers onnxruntime