Rimi98 commited on
Commit
2519153
·
1 Parent(s): 4b66fc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import onnxruntime
3
  from transformers import AutoTokenizer
4
  import torch, json
5
 
6
- token = AutoTokenizer.from_pretrained('pablocosta/bertabaporu-large-uncased')
7
 
8
  with open("data.json", "r") as fp:
9
  types = json.load(fp)
 
3
  from transformers import AutoTokenizer
4
  import torch, json
5
 
6
+ token = AutoTokenizer.from_pretrained('distilroberta-base')
7
 
8
  with open("data.json", "r") as fp:
9
  types = json.load(fp)