Vijayendra commited on
Commit
9291534
·
verified ·
1 Parent(s): 74446e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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]