nileshhanotia commited on
Commit
ea8f76c
1 Parent(s): efb0327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -58,10 +58,10 @@ model = GPT2LMHeadModel.from_pretrained("distilgpt2")
58
  # Step 3: Load Datasets
59
  # Assuming the files are in a directory called `space/dataset`
60
  file_paths = [
61
- "space/dataset/train_others.json",
62
- "space/dataset/dev.json",
63
- "space/dataset/train_spider.json",
64
- "space/dataset/test.json"
65
  ]
66
  train_dataset = SpiderDataset(file_paths, tokenizer)
67
 
 
58
  # Step 3: Load Datasets
59
  # Assuming the files are in a directory called `space/dataset`
60
  file_paths = [
61
+ "text2sql_pepe/train_others.json",
62
+ "text2sql_pepe/dev.json",
63
+ "text2sql_pepe/train_spider.json",
64
+ "text2sql_pepe/test.json"
65
  ]
66
  train_dataset = SpiderDataset(file_paths, tokenizer)
67