BigSalmon commited on
Commit
247a8b1
·
1 Parent(s): f851efc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ def get_model():
36
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln44")
37
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln46")
38
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/Points4")
39
- tokenizer = AutoTokenizer.from_pretrained("BigSalmon/GPTNeo350MInformalToFormalLincoln")
40
- model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln50")
41
  return model, tokenizer
42
 
43
  model, tokenizer = get_model()
 
36
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln44")
37
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln46")
38
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/Points4")
39
+ tokenizer = AutoTokenizer.from_pretrained("BigSalmon/InformalToFormalLincoln52")
40
+ model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln52")
41
  return model, tokenizer
42
 
43
  model, tokenizer = get_model()