WRX020510 commited on
Commit
c25ac28
·
verified ·
1 Parent(s): 34cf25b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
  import numpy as np
5
 
6
  # Testing with the saved model
7
- model2 = AutoModelForSequenceClassification.from_pretrained("CustomModel_yelp",
8
  num_labels=5)
9
  tokenizer = AutoTokenizer.from_pretrained("distilbert-base-uncased")
10
 
 
4
  import numpy as np
5
 
6
  # Testing with the saved model
7
+ model2 = AutoModelForSequenceClassification.from_pretrained("WRX020510/CustomModel_yelp",
8
  num_labels=5)
9
  tokenizer = AutoTokenizer.from_pretrained("distilbert-base-uncased")
10