kr-manish commited on
Commit
c4c9688
1 Parent(s): ab64bfa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -39,7 +39,7 @@ base_model: NousResearch/Llama-2-7b-chat-hf
39
 
40
  #code
41
 
42
- '''python
43
 
44
  #testing and loading model
45
 
@@ -110,7 +110,7 @@ answer_test
110
 
111
  #How to own a plane in the United States?\n\nIn the United States, owning a plane is a significant investment and requires careful planning and research. Here are
112
 
113
- '''
114
  ### Direct Use
115
 
116
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
 
39
 
40
  #code
41
 
42
+ ```python
43
 
44
  #testing and loading model
45
 
 
110
 
111
  #How to own a plane in the United States?\n\nIn the United States, owning a plane is a significant investment and requires careful planning and research. Here are
112
 
113
+ ```
114
  ### Direct Use
115
 
116
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->