Commit
·
c38d876
1
Parent(s):
9becace
Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ The prompt consists of two sub-parts:
|
|
61 |
2. Specific question or instruction based on the text passage
|
62 |
|
63 |
Test sample example: {"context": "CREATE TABLE table_name_34 (season VARCHAR, lost VARCHAR, points VARCHAR)", "question": "Which season did the Minnesota Kicks lose 13 games and score 156 points?", "answer": "SELECT COUNT(season) FROM table_name_34 WHERE lost = 13 AND points = 156"}
|
64 |
-
A subset of test samples are provided in this repo ("
|
65 |
|
66 |
For use in training, the "\<human>" tag would be associated with "context" and "question" statements, while the "\<bot>" tag will be associated with the model's output.
|
67 |
|
|
|
61 |
2. Specific question or instruction based on the text passage
|
62 |
|
63 |
Test sample example: {"context": "CREATE TABLE table_name_34 (season VARCHAR, lost VARCHAR, points VARCHAR)", "question": "Which season did the Minnesota Kicks lose 13 games and score 156 points?", "answer": "SELECT COUNT(season) FROM table_name_34 WHERE lost = 13 AND points = 156"}
|
64 |
+
A subset of test samples are provided in this repo ("sql_test_100_simple_s").
|
65 |
|
66 |
For use in training, the "\<human>" tag would be associated with "context" and "question" statements, while the "\<bot>" tag will be associated with the model's output.
|
67 |
|