jwalanthi commited on
Commit
e0240cd
·
1 Parent(s): ccb6ea2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def predict (Word, Sentence, LLM, Norm, Layer):
17
  lm = cwe.CWE(models[LLM])
18
 
19
  repo_id = "jwalanthi/semantic-feature-classifiers"
20
- subfolder = "{model_name_hf}_models_all"
21
  name_hf = f"{model_name_hf}_to_{norm_name_hf}_layer{Layer}"
22
 
23
  model_path = hf_hub_download(repo_id = repo_id, subfolder=subfolder, filename=f"{name_hf}.ckpt", use_auth_token=os.environ['TOKEN'])
 
17
  lm = cwe.CWE(models[LLM])
18
 
19
  repo_id = "jwalanthi/semantic-feature-classifiers"
20
+ subfolder = f"{model_name_hf}_models_all"
21
  name_hf = f"{model_name_hf}_to_{norm_name_hf}_layer{Layer}"
22
 
23
  model_path = hf_hub_download(repo_id = repo_id, subfolder=subfolder, filename=f"{name_hf}.ckpt", use_auth_token=os.environ['TOKEN'])