Skip to content

Commit 1617a2e

Browse files
committed
changed cascade model pasth
1 parent 5b699f1 commit 1617a2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/classifier_model.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ def download_model(file_id, output_name):
1919
url = f"https://drive.google.com/uc?id={file_id}"
2020
gdown.download(url, output_path, quiet=False)
2121

22-
2322
# Model file IDs from Google Drive
2423
bert_model_id = "14OBJIgUtGLujlCzEaBb2Mxc5eUsAMZk5"
25-
cascade_bert_model_id = "14Shk7Yt6ilSrzFvppjSsqqZBv2RM1qwt"
24+
cascade_bert_model_id = "14dRuqUSqWVd0fbdYUUJOtguxxl4PRftn"
2625

2726
# Download models
2827
download_model(bert_model_id, "bert_model.pth")

0 commit comments

Comments
 (0)