Update README.md
Browse files
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"
|