bol20162021 commited on
Commit
2a98158
1 Parent(s): af161f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -32,8 +32,9 @@ def generate_sql(question, schema):
32
  "repetition_penalty": {"type": "float", "value": "1"},
33
  "temperature": {"type": "float", "value": "1"},
34
  "top_k": {"type": "int", "value": "50"},
35
- "top_logprobs": {"type": "int", "value": "0"},
36
  "top_p": {"type": "float", "value": "1"},
 
 
37
  },
38
  }
39
 
 
32
  "repetition_penalty": {"type": "float", "value": "1"},
33
  "temperature": {"type": "float", "value": "1"},
34
  "top_k": {"type": "int", "value": "50"},
 
35
  "top_p": {"type": "float", "value": "1"},
36
+ "process_prompt":{"type":"bool","value":"false"},
37
+ "select_expert":{"type":"str","value":"SambaCoder-nsql-llama-2-70b"}
38
  },
39
  }
40