[metadata] specify base_model (#1)
Browse files- [metadata] specify base_model (2ef4474f0730aa60cedef40d002326f28d1f0a9a)
Co-authored-by: Julien Chaumond <julien-c@users.noreply.huggingface.co>
README.md
CHANGED
@@ -4,6 +4,7 @@ inference:
|
|
4 |
parameters:
|
5 |
do_sample: false
|
6 |
max_length: 200
|
|
|
7 |
widget:
|
8 |
- text: "### Instruction:\nYour task is to generate valid duckdb SQL to answer the following question.\n\n### Input:\n\n### Question:\ncreate a new table called tmp from test.csv\n\n### Response (use duckdb shorthand if possible):"
|
9 |
example_title: "read test.csv"
|
|
|
4 |
parameters:
|
5 |
do_sample: false
|
6 |
max_length: 200
|
7 |
+
base_model: meta-llama/Llama-2-7b
|
8 |
widget:
|
9 |
- text: "### Instruction:\nYour task is to generate valid duckdb SQL to answer the following question.\n\n### Input:\n\n### Question:\ncreate a new table called tmp from test.csv\n\n### Response (use duckdb shorthand if possible):"
|
10 |
example_title: "read test.csv"
|