BigSalmon commited on
Commit
21ee0e4
1 Parent(s): 9677df9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,7 +16,8 @@ def get_model():
16
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/MediumInformalToFormalLincoln2")
17
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/MediumInformalToFormalLincoln3")
18
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPT2Neo1.3BPoints2")
19
- model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPT2Neo1.3BPoints3")
 
20
  tokenizer = AutoTokenizer.from_pretrained("BigSalmon/Points2")
21
  return model, tokenizer
22
 
 
16
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/MediumInformalToFormalLincoln2")
17
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/MediumInformalToFormalLincoln3")
18
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPT2Neo1.3BPoints2")
19
+ #model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPT2Neo1.3BPoints3")
20
+ model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln40")
21
  tokenizer = AutoTokenizer.from_pretrained("BigSalmon/Points2")
22
  return model, tokenizer
23