BigSalmon commited on
Commit
4f4b73c
1 Parent(s): 8fb3d6a

Update app.py

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