gpucce commited on
Commit
21f924e
1 Parent(s): 57f74cd

swith to our model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ with open("tag_map.json") as tag_map_file:
7
 
8
  reverse_map = {j: i for i, j in tag_map.items()}
9
 
10
- model_name_or_path = "roberta-base"
11
 
12
  config = AutoConfig.from_pretrained(model_name_or_path)
13
  config.num_classes = len(tag_map)
 
7
 
8
  reverse_map = {j: i for i, j in tag_map.items()}
9
 
10
+ model_name_or_path = "gpucce/ProSolAdv_full_train"
11
 
12
  config = AutoConfig.from_pretrained(model_name_or_path)
13
  config.num_classes = len(tag_map)