Alan Joshua commited on
Commit
d6c690b
·
verified ·
1 Parent(s): c10b8b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -7
README.md CHANGED
@@ -52,14 +52,29 @@ response = generated_text.replace(prompt, "").strip()
52
  print(response)
53
  ```
54
 
 
 
55
  ## Model Details
56
 
57
- - **Developed by:** Alan Joshua
58
- - **Model type:** Text-Generation
59
- - **Language(s) (NLP):** English
60
- - **License:** MIT
61
- - **Finetuned from model:** unsloth/mistral-7b-bnb-4bit
62
- - **Dataset:** ruslanmv/ai-medical-chatbot
 
 
 
 
 
 
 
 
63
 
 
 
 
 
 
64
 
65
- ### Model Description
 
52
  print(response)
53
  ```
54
 
55
+ ---
56
+
57
  ## Model Details
58
 
59
+ * **Developed by:** Alan Joshua
60
+ * **Model type:** Text-Generation
61
+ * **Language(s):** English
62
+ * **License:** MIT
63
+ * **Finetuned from model:** unsloth/mistral-7b-instruct-v0.2-bnb-4bit
64
+ * **Dataset:** ruslanmv/ai-medical-chatbot
65
+
66
+ ---
67
+
68
+ ## Model Description
69
+
70
+ This model is a **medical chatbot** fine-tuned on the `ruslanmv/ai-medical-chatbot` dataset using LoRA adapters on the Mistral 7B instruct model (4-bit). It is designed to provide **accurate, easy-to-understand medical information** in English.
71
+
72
+ Key features of this model include:
73
 
74
+ * **Structured Markdown responses:** Answers are formatted using bullets, numbered lists, tables, and horizontal lines for readability.
75
+ * **Clear explanations:** Medical terms are explained in simple words for users of all backgrounds.
76
+ * **Emojis:** Used to highlight key points and make responses more engaging.
77
+ * **No links or images:** Ensures responses remain text-only for safe, direct answers.
78
+ * **Complete answers:** Designed to generate full, coherent responses without cutting off mid-sentence.
79
 
80
+ This model is suitable for educational purposes, healthcare awareness, and interactive Q&A applications. **It is not a substitute for professional medical advice.** Always verify information with a qualified healthcare provider.