You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to generate queries using the defog/sqlcoder-7b-2 model, but I must be doing something wrong ' I have formatted the metadata.sql to look like the provided example
CREATE TABLE books (
id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, -- unique id for the work-book
dewey_number TEXT, -- dewey number of the work-book
[...]
translated_titles TEXT, -- titles of the work-book in other languages
);
And used the default prompt.md file, yet even the simplest of questions "I am looking for book XYZ" always returns "SELECT 'I do not know' AS answer;"
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered:
I have been trying to generate queries using the defog/sqlcoder-7b-2 model, but I must be doing something wrong ' I have formatted the metadata.sql to look like the provided example
CREATE TABLE books (
id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, -- unique id for the work-book
dewey_number TEXT, -- dewey number of the work-book
[...]
translated_titles TEXT, -- titles of the work-book in other languages
);
And used the default prompt.md file, yet even the simplest of questions "I am looking for book XYZ" always returns "SELECT 'I do not know' AS answer;"
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered: