BlinkDL commited on
Commit
0c727cb
·
1 Parent(s): 014e025

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def evaluate(
88
  yield out_str.strip()
89
 
90
  examples = [
91
- ["Tell me about ravens.", "", 300, 1.2, 0.5, 0.4, 0.4],
92
  ["Write a python function to mine 1 BTC, with details and comments.", "", 300, 1.2, 0.5, 0.4, 0.4],
93
  ["Write a song about ravens.", "", 300, 1.2, 0.5, 0.4, 0.4],
94
  ["Explain the following metaphor: Life is like cats.", "", 300, 1.2, 0.5, 0.4, 0.4],
 
88
  yield out_str.strip()
89
 
90
  examples = [
91
+ ["東京で訪れるべき素晴らしい場所とその紹介をいくつか挙げてください。", "", 300, 1.2, 0.5, 0.4, 0.4],
92
  ["Write a python function to mine 1 BTC, with details and comments.", "", 300, 1.2, 0.5, 0.4, 0.4],
93
  ["Write a song about ravens.", "", 300, 1.2, 0.5, 0.4, 0.4],
94
  ["Explain the following metaphor: Life is like cats.", "", 300, 1.2, 0.5, 0.4, 0.4],