AxionLab-official commited on
Commit
7fda93e
·
verified ·
1 Parent(s): a02d332

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -132,6 +132,15 @@ if __name__ == "__main__":
132
 
133
  ## 💬 Sample Outputs
134
 
 
 
 
 
 
 
 
 
 
135
  **User:** What is AI?<br>
136
  **Supra-50M Instruct:**:<br>
137
  AI refers to the simulation of human intelligence and creativity in machines, which are designed to mimic or surpass human cognition and reasoning. It is the process by which AI systems can solve problems, make predictions, or automate processes that typically require human-level thinking and problem solving. AI technology has been rapidly growing and evolving over time, with many potential benefits for society as a whole. Some of these include:
@@ -141,7 +150,29 @@ AI refers to the simulation of human intelligence and creativity in machines, wh
141
 
142
  <br>
143
 
144
- See samples.txt for more!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
 
146
  ---
147
 
 
132
 
133
  ## 💬 Sample Outputs
134
 
135
+ **This outputs was generated with this samplings:
136
+ <code>temperature=0.7<code>
137
+ <code>top_k=50<code>
138
+ <code>top_p=0.9<code>
139
+ <code>repetition_penalty=1.15<code>**
140
+
141
+ (The model still hallucinates, but can respond a big quantity of questions correctly)
142
+
143
+
144
  **User:** What is AI?<br>
145
  **Supra-50M Instruct:**:<br>
146
  AI refers to the simulation of human intelligence and creativity in machines, which are designed to mimic or surpass human cognition and reasoning. It is the process by which AI systems can solve problems, make predictions, or automate processes that typically require human-level thinking and problem solving. AI technology has been rapidly growing and evolving over time, with many potential benefits for society as a whole. Some of these include:
 
150
 
151
  <br>
152
 
153
+ **User:** What is the capital of Japan?<br>
154
+ **Supra-50M Instruct:**:<br>
155
+ The capital of Japan is Tokyo.
156
+
157
+ <br>
158
+
159
+ **User:** Hi!<br>
160
+ **Supra-50M Instruct:**:<br>
161
+ Hello! How can i help you today?
162
+
163
+ <br>
164
+
165
+ **User:** What is the capital of United States?<br>
166
+ **Supra-50M Instruct:**:<br>
167
+ The capital of United States is New York City.
168
+
169
+ <br>
170
+
171
+ **User:** What is the capital of Russia?<br>
172
+ **Supra-50M Instruct:**:<br>
173
+ The capital of Russia is Moscow.
174
+
175
+ <br>
176
 
177
  ---
178