thepolymerguy commited on
Commit
917814e
·
1 Parent(s): 4af4063

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,8 +27,8 @@ extra_stopwords = ['ii', 'iii'] # Can add extra stopwords to be removed from dat
27
  all_stopwords.extend(extra_stopwords)
28
 
29
  ########### GET CLAIMED TRAINED MODEL ###########
30
- auth_token = os.environ.get("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")
31
- #model_path = os.environ.get("EmicoBinsfinder/CapybaraProper")
32
 
33
  model = LlamaForCausalLM.from_pretrained(
34
  "EmicoBinsfinder/CapybaraProper", use_auth_token=auth_token,
 
27
  all_stopwords.extend(extra_stopwords)
28
 
29
  ########### GET CLAIMED TRAINED MODEL ###########
30
+ auth_token = os.environ.get("AUTH_TOKEN_SECRET")
31
+ #model_path = os.environ.get("MODEL_PATH")
32
 
33
  model = LlamaForCausalLM.from_pretrained(
34
  "EmicoBinsfinder/CapybaraProper", use_auth_token=auth_token,