gururise commited on
Commit
2c46054
·
1 Parent(s): 457d299
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -212,10 +212,10 @@ def chat(
212
  examples = [
213
  [
214
  # Question Answering
215
- '''What are some good plans to collect all mosquitoes''', "Q/A - EQHA", 256, 1.0, 0.85, -999, "<|endoftext|>"],
216
  [
217
  # Question Answering
218
- '''What are some good plans to collect all mosquitoes''', "Q/A - AE", 256, 1.0, 0.85, -999, "<|endoftext|>"],
219
  [
220
  # Question Answering
221
  '''What is the capital of Germany?''', "Q/A - AE", 25, 0.2, 0.8, 0, "<|endoftext|>,\\n"],
 
212
  examples = [
213
  [
214
  # Question Answering
215
+ '''What are some good plans to collect all mosquitoes?''', "Q/A - EQHA", 256, 1.0, 0.85, -999, "<|endoftext|>"],
216
  [
217
  # Question Answering
218
+ '''What are some good plans to collect all mosquitoes?''', "Q/A - AE", 256, 1.0, 0.85, -999, "<|endoftext|>"],
219
  [
220
  # Question Answering
221
  '''What is the capital of Germany?''', "Q/A - AE", 25, 0.2, 0.8, 0, "<|endoftext|>,\\n"],