Vijayendra
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ library_name: peft
|
|
34 |
- **Demo [optional]:** [More Information Needed]
|
35 |
|
36 |
## How to Use
|
37 |
-
|
38 |
# Install required libraries
|
39 |
!pip install unsloth peft bitsandbytes accelerate transformers
|
40 |
|
@@ -89,7 +89,7 @@ answer_text = response.split("### Answer:")[1].strip() if "### Answer:" in respo
|
|
89 |
|
90 |
print(f"Question: {medical_question}")
|
91 |
print(f"Answer: {answer_text}")
|
92 |
-
|
93 |
|
94 |
|
95 |
[More Information Needed]
|
|
|
34 |
- **Demo [optional]:** [More Information Needed]
|
35 |
|
36 |
## How to Use
|
37 |
+
```python
|
38 |
# Install required libraries
|
39 |
!pip install unsloth peft bitsandbytes accelerate transformers
|
40 |
|
|
|
89 |
|
90 |
print(f"Question: {medical_question}")
|
91 |
print(f"Answer: {answer_text}")
|
92 |
+
```
|
93 |
|
94 |
|
95 |
[More Information Needed]
|