manuu01 commited on
Commit
1ba0a42
·
1 Parent(s): 4100561

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,torch_dtype=torch.float16)
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