shahrukhx01 commited on
Commit
937614f
1 Parent(s): 26632ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -5,7 +5,6 @@ tokenizer = BartTokenizer.from_pretrained('shahrukhx01/schema-aware-distilbart-c
5
  ## add NL query with table schema
6
  question = '<col0> Player : text <col1> No. : text <col2> Nationality : text <col3> Position : text <col4> Years in Toronto : text <col5> \ School/Club Team : text </s> What is terrence ross' nationality'
7
 
8
- '
9
  inputs = tokenizer([question], max_length=1024, return_tensors='pt')
10
 
11
  # Generate SQL
 
5
  ## add NL query with table schema
6
  question = '<col0> Player : text <col1> No. : text <col2> Nationality : text <col3> Position : text <col4> Years in Toronto : text <col5> \ School/Club Team : text </s> What is terrence ross' nationality'
7
 
 
8
  inputs = tokenizer([question], max_length=1024, return_tensors='pt')
9
 
10
  # Generate SQL