flan-t5-xl-t2s / README.md
adithyabhaskar's picture
Update README.md
4b2e331
|
raw
history blame contribute delete
No virus
744 Bytes
---
tags:
- generated_from_trainer
model-index:
- name: flan-t5-xl-t2s
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# 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.