singhjagpreet commited on
Commit
e6d1457
·
verified ·
1 Parent(s): fdcad46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -9,6 +9,10 @@ base_model: google/gemma-2b
9
  model-index:
10
  - name: gemma-2b_text_to_sql
11
  results: []
 
 
 
 
12
  widget:
13
  - text: "CREATE TABLE stadium (\n stadium_id number,\n location text,\n name text,\n capacity number,\n)\n\n-- Using valid SQLite, answer the following questions for the tables provided above.\n\n-- how many stadiums in total?\n\nSELECT"
14
  example_title: "Number stadiums"
 
9
  model-index:
10
  - name: gemma-2b_text_to_sql
11
  results: []
12
+ inference:
13
+ parameters:
14
+ do_sample: false
15
+ max_length: 200
16
  widget:
17
  - text: "CREATE TABLE stadium (\n stadium_id number,\n location text,\n name text,\n capacity number,\n)\n\n-- Using valid SQLite, answer the following questions for the tables provided above.\n\n-- how many stadiums in total?\n\nSELECT"
18
  example_title: "Number stadiums"