HusnaManakkot commited on
Commit
6e41bb7
·
verified ·
1 Parent(s): 0d4f969

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
3
  from datasets import load_dataset
4
 
5
  # Load the WikiSQL dataset
6
- wikisql_dataset = load_dataset("spider", split='train') # Load a subset of the dataset
7
 
8
  # Extract schema information from the dataset
9
  table_names = set()
 
3
  from datasets import load_dataset
4
 
5
  # Load the WikiSQL dataset
6
+ wikisql_dataset = load_dataset("wikisql", split='train') # Load a subset of the dataset
7
 
8
  # Extract schema information from the dataset
9
  table_names = set()