Metin commited on
Commit
2e989cc
1 Parent(s): 6093dea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -4
README.md CHANGED
@@ -164,14 +164,27 @@ Testing the model with a single example is not an accurate method. However, an e
164
 
165
  #### Input
166
 
167
- ```plaintext
168
- TODO
 
 
 
169
  ```
170
 
171
  #### Output
172
 
173
  ```plaintext
174
- TODO
 
 
 
 
 
 
 
 
 
 
175
  ```
176
 
177
  ### Model: LLaMA-3-8B-Instruct
@@ -179,6 +192,14 @@ TODO
179
  #### Input
180
 
181
  ```plaintext
182
- TODO
 
 
 
 
 
 
 
 
183
  ```
184
 
 
164
 
165
  #### Input
166
 
167
+ ```Python
168
+ messages = [
169
+ {"role": "system", "content": "You are a helpful assistant."},
170
+ {"role": "user", "content": "Gökyüzü neden mavi?"},
171
+ ]
172
  ```
173
 
174
  #### Output
175
 
176
  ```plaintext
177
+ A classic question!
178
+
179
+ Gökyüzü (the sky) neden mavi (blue) sorusu, Türkçe'de "Why is the sky blue?" olarak çevrilebilir. Bu soruya cevap vermek için, ilk olarak, gökyüzünün mavi olmasının nedenini açıklamak gerekir.
180
+
181
+ Gökyüzünün mavi olmasının nedeni, ışığın farklı uzunluklarındaki yayılımına dayanır. Işık, gökyüzüne ulaşmadan önce, atmosferde bulunan gaz moleküllerine çarpınır. Bu çarpma, ışığın farklı uzunluklarındaki yayılımına neden olur.
182
+
183
+ Gökyüzünün mavi olmasının nedeni, ışığın kısa dalga boyunda (yaklaşık 450-495 nm) yayılımına dayanır. Bu dalga boyunda ışığın, gökyüzüne ulaşmadan önce, atmosferde bulunan gaz moleküllerine çarpınır. Bu çarpma, ışığın mavi renkini oluşturur.
184
+
185
+ Diğer renkler, farklı dalga boyunda yayılımına neden olur. Örneğin, kırmızı renk, ışığın uzun dalga boyunda (yaklaşık 620-750 nm) yayılımına neden olur. Bu nedenle, gökyüzünün mavi olmasının nedeni, ışığın kısa dalga boyunda yayılımına dayanır.
186
+
187
+ Bu cevap, gökyüzünün mavi olmasının nedenini açıklamaktadır.
188
  ```
189
 
190
  ### Model: LLaMA-3-8B-Instruct
 
192
  #### Input
193
 
194
  ```plaintext
195
+ A question that has puzzled humans for centuries!
196
+
197
+ The short answer is that the sky appears blue because of a phenomenon called Rayleigh scattering. This is the scattering of light by small particles or molecules in the atmosphere, such as nitrogen (N2) and oxygen (O2).
198
+
199
+ When sunlight enters the Earth's atmosphere, it encounters these tiny molecules and scatters in all directions. However, shorter (blue) wavelengths are scattered more than longer (red) wavelengths. This is because the smaller molecules are more effective at scattering the shorter wavelengths.
200
+
201
+ As a result, our eyes perceive the blue light as being more abundant, giving the sky its blue appearance. The color of the sky can vary depending on the time of day, atmospheric conditions, and other factors, but Rayleigh scattering is the main reason why the sky appears blue.
202
+
203
+ In Turkish, the phrase "Gökyüzü neden mavi" can be translated to "Why is the sky blue?" or "What makes the sky blue?"
204
  ```
205