Spaces:
Runtime error
Runtime error
Update app.py
Browse filesreplaced dataset name
app.py
CHANGED
@@ -3,7 +3,7 @@ from datasets import load_dataset
|
|
3 |
from transformers import AutoTokenizer, AutoModelForQuestionAnswering, TrainingArguments, Trainer, pipeline
|
4 |
|
5 |
# Load your dataset
|
6 |
-
dataset = load_dataset("
|
7 |
|
8 |
# Load a pre-trained model and tokenizer
|
9 |
model_name = "distilbert-base-uncased-distilled-squad"
|
|
|
3 |
from transformers import AutoTokenizer, AutoModelForQuestionAnswering, TrainingArguments, Trainer, pipeline
|
4 |
|
5 |
# Load your dataset
|
6 |
+
dataset = load_dataset("karthikmns/eval_testing_mns")
|
7 |
|
8 |
# Load a pre-trained model and tokenizer
|
9 |
model_name = "distilbert-base-uncased-distilled-squad"
|