huzaifa525
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -47,9 +47,13 @@ pipe = pipeline("text-generation", model="huzaifa525/Doctoraifinetune-3.1-8B")
|
|
47 |
pipe(messages)
|
48 |
```
|
49 |
|
50 |
-
|
51 |
```
|
52 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
53 |
tokenizer = AutoTokenizer.from_pretrained("huzaifa525/Doctoraifinetune-3.1-8B")
|
54 |
model = AutoModelForCausalLM.from_pretrained("huzaifa525/Doctoraifinetune-3.1-8B")
|
55 |
-
```
|
|
|
|
|
|
|
|
|
|
47 |
pipe(messages)
|
48 |
```
|
49 |
|
50 |
+
#### Load model directly
|
51 |
```
|
52 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
53 |
tokenizer = AutoTokenizer.from_pretrained("huzaifa525/Doctoraifinetune-3.1-8B")
|
54 |
model = AutoModelForCausalLM.from_pretrained("huzaifa525/Doctoraifinetune-3.1-8B")
|
55 |
+
```
|
56 |
+
|
57 |
+
## **Planned Updates**
|
58 |
+
- **Full Dataset Training**: The model will be updated with the full **272k rows** of data, which will improve its disease identification, symptom analysis, and treatment recommendations.
|
59 |
+
- **Enhanced Accuracy**: Ongoing improvements based on feedback and further training will continue to refine the model’s performance.
|