Fixed syntax/grammar/spelling!

#3
Files changed (1) hide show
  1. README.md +1 -9
README.md CHANGED
@@ -133,15 +133,7 @@ if __name__ == "__main__":
133
 
134
  ## πŸ’¬ Sample Outputs
135
 
136
- **This outputs was generated with this samplings:
137
-
138
- <code>temperature=0.7<code>
139
-
140
- <code>top_k=50<code>
141
-
142
- <code>top_p=0.9<code>
143
-
144
- <code>repetition_penalty=1.15<code>**
145
 
146
  (The model still hallucinates, but can respond a big quantity of questions correctly)
147
 
 
133
 
134
  ## πŸ’¬ Sample Outputs
135
 
136
+ **These outputs were generated with these samplings: `temperature=0.7, top_k=50, top_p=0.9, repetition_penalty=1.15`**
 
 
 
 
 
 
 
 
137
 
138
  (The model still hallucinates, but can respond a big quantity of questions correctly)
139