HusnaManakkot commited on
Commit
a970b77
1 Parent(s): def0c54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from datasets import load_dataset
4
  from difflib import get_close_matches
5
 
6
  # Load the WikiSQL dataset
7
- wikisql_dataset = load_dataset("wikisql", split='train[:100]') # Increase the number of examples for better matching
8
 
9
  # Load tokenizer and model
10
  tokenizer = AutoTokenizer.from_pretrained("mrm8488/t5-base-finetuned-wikiSQL")
 
4
  from difflib import get_close_matches
5
 
6
  # Load the WikiSQL dataset
7
+ wikisql_dataset = load_dataset("wikisql", split='train') # Increase the number of examples for better matching
8
 
9
  # Load tokenizer and model
10
  tokenizer = AutoTokenizer.from_pretrained("mrm8488/t5-base-finetuned-wikiSQL")