swith to our model
Browse files
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 = "
|
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)
|