Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ checkpoint="manuu01/DeBERTa-SeagullStory"
|
|
7 |
|
8 |
|
9 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|
10 |
-
model=AutoModelForSequenceClassification.from_pretrained(checkpoint
|
11 |
answers=['Yes',"Doesn't matter","No"]
|
12 |
f=open("Questions.txt","a")
|
13 |
|
|
|
7 |
|
8 |
|
9 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|
10 |
+
model=AutoModelForSequenceClassification.from_pretrained(checkpoint)
|
11 |
answers=['Yes',"Doesn't matter","No"]
|
12 |
f=open("Questions.txt","a")
|
13 |
|