a-bab commited on
Commit
a4afae5
1 Parent(s): 4619ecf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import json
2
  from pathlib import Path
3
  from datasets import 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:
 
1
  import json
2
  from pathlib import Path
3
  from datasets import Dataset
 
4
 
5
  # Load the Dataset
6
  with open('./Arabic-SQuAD.json', 'r', encoding='utf-8') as file: