HusnaManakkot commited on
Commit
02badcd
·
verified ·
1 Parent(s): 4333327

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 Spider dataset
6
- spider_dataset = load_dataset("HusnaManakkot/updated-dataset", split='train') # Load a subset of the dataset
7
  # Extract schema information from the Spider dataset
8
  table_names = set()
9
  column_names = set()
 
3
  from datasets import load_dataset
4
 
5
  # Load the Spider dataset
6
+ spider_dataset = load_dataset("HusnaManakkot/haispider", split='train') # Load a subset of the dataset
7
  # Extract schema information from the Spider dataset
8
  table_names = set()
9
  column_names = set()