Edit model card

flan-t5-xl-t2s

Model description

This FLAN-T5-XL model converts a given English question, conditioned on a DB schema, to the corresponding input query. Input format:

semantic parse: <question> | <db_id> | <schema_without_content>

Where <schema_without_content> is of the form <table1>: <col1>, <col2>, ... | <table2>: .... The output format is

<db_id> | <query>

This model is one of the baselines (FLAN-T5-XL) we compared to in our paper.

Downloads last month
10