BigSalmon commited on
Commit
33b82a2
·
1 Parent(s): 780c808

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,8 +26,9 @@ def get_model():
26
  #model = AutoModelWithLMHead.from_pretrained("BigSalmon/InformalToFormalLincoln29")
27
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln30")
28
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln31")
 
29
  tokenizer = AutoTokenizer.from_pretrained("BigSalmon/GPTNeo350MInformalToFormalLincoln")
30
- model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln32")
31
  return model, tokenizer
32
 
33
  model, tokenizer = get_model()
 
26
  #model = AutoModelWithLMHead.from_pretrained("BigSalmon/InformalToFormalLincoln29")
27
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln30")
28
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln31")
29
+ #model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln32")
30
  tokenizer = AutoTokenizer.from_pretrained("BigSalmon/GPTNeo350MInformalToFormalLincoln")
31
+ model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln33")
32
  return model, tokenizer
33
 
34
  model, tokenizer = get_model()