skkjodhpur
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -86,20 +86,6 @@ def generate_text(prompt):
|
|
86 |
print("Generated response:")
|
87 |
print(response)
|
88 |
|
89 |
-
|
90 |
-
# Output:
|
91 |
-
Generated response:
|
92 |
-
<s>[INST] I fell on uneven sidewalk on July 3rd and hurt my knee: I had no problem walking and I didn t have much pain just bruising on my knee with tenderness. Now as the bruising is entering the purple/green phase I am starting to get a lot of swelling in my calf and ankle- what should I do ?? [/INST]**
|
93 |
-
|
94 |
-
- You should consult a surgeon and get a consult with the doctor.
|
95 |
-
- In the meantime, you can take a nonsteroidal anti-inflammatory drug such as ibuprofen.
|
96 |
-
- You should avoid walking and exercise until you see the doctor.
|
97 |
-
- Take the pain medication as needed.
|
98 |
-
- You can try icing your knee.
|
99 |
-
- You can use 2-3 pieces of compression stockings to help with the edema.
|
100 |
-
- You should wear a support shoe.
|
101 |
-
|
102 |
-
|
103 |
# Training Details
|
104 |
# Training Data
|
105 |
The training data includes dialogues from the "Doctor-Chat-Dataset," which consists of anonymized conversations between doctors and patients. The dataset was processed to ensure privacy and relevancy.
|
@@ -135,4 +121,17 @@ Libraries: transformers, peft, trl, accelerate, datasets
|
|
135 |
|
136 |
APA:
|
137 |
|
138 |
-
Khanchandani, S. K. (2024). Fine-Tuning GEMMA-2B for Doctor-Patient Interaction: Efficient Model Adaptation Using LoRA and 4-bit Quantization.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
print("Generated response:")
|
87 |
print(response)
|
88 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
# Training Details
|
90 |
# Training Data
|
91 |
The training data includes dialogues from the "Doctor-Chat-Dataset," which consists of anonymized conversations between doctors and patients. The dataset was processed to ensure privacy and relevancy.
|
|
|
121 |
|
122 |
APA:
|
123 |
|
124 |
+
Khanchandani, S. K. (2024). Fine-Tuning GEMMA-2B for Doctor-Patient Interaction: Efficient Model Adaptation Using LoRA and 4-bit Quantization.
|
125 |
+
|
126 |
+
|
127 |
+
# Output:
|
128 |
+
Generated response:
|
129 |
+
<s>[INST] I fell on uneven sidewalk on July 3rd and hurt my knee: I had no problem walking and I didn t have much pain just bruising on my knee with tenderness. Now as the bruising is entering the purple/green phase I am starting to get a lot of swelling in my calf and ankle- what should I do ?? [/INST]**
|
130 |
+
|
131 |
+
- You should consult a surgeon and get a consult with the doctor.
|
132 |
+
- In the meantime, you can take a nonsteroidal anti-inflammatory drug such as ibuprofen.
|
133 |
+
- You should avoid walking and exercise until you see the doctor.
|
134 |
+
- Take the pain medication as needed.
|
135 |
+
- You can try icing your knee.
|
136 |
+
- You can use 2-3 pieces of compression stockings to help with the edema.
|
137 |
+
- You should wear a support shoe.
|