a-bab commited on
Commit
4619ecf
·
1 Parent(s): 3a93ef8

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 Dataset
4
  from transformers import AutoTokenizer, AutoModelForQuestionAnswering, TrainingArguments, Trainer, pipeline
5
 
6
  # Load the Dataset
7
- with open('./data/Arabic-SQuAD.json', 'r', encoding='utf-8') as file:
8
  soqal_dataset = json.load(file)
9
 
10
  # Convert JSON to Hugging Face Dataset
 
4
  from transformers import AutoTokenizer, AutoModelForQuestionAnswering, TrainingArguments, Trainer, pipeline
5
 
6
  # Load the Dataset
7
+ with open('./Arabic-SQuAD.json', 'r', encoding='utf-8') as file:
8
  soqal_dataset = json.load(file)
9
 
10
  # Convert JSON to Hugging Face Dataset