This dataset is a reformatting of the sql_questions_triplets dataset by @sergeyvi4ev, such that the dataset can be directly used to train Sentence Transformer models.
Dataset Subsets
pair subset
Columns: "query", "positive"
Column types: str, str
Examples:{
'query': 'How many zip codes are under Barre, VT?',
'positive': '"Barre, VT" is the CBSA_name',
}