BigSalmon commited on
Commit
3d73dee
1 Parent(s): df899db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -10,7 +10,8 @@ def get_model():
10
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln21")
11
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/Points3")
12
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPTNeo1.3BPointsLincolnFormalInformal")
13
- model = AutoModelForCausalLM.from_pretrained("BigSalmon/MediumInformalToFormalLincoln")
 
14
  tokenizer = AutoTokenizer.from_pretrained("BigSalmon/Points2")
15
  return model, tokenizer
16
 
 
10
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln21")
11
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/Points3")
12
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPTNeo1.3BPointsLincolnFormalInformal")
13
+ #model = AutoModelForCausalLM.from_pretrained("BigSalmon/MediumInformalToFormalLincoln")
14
+ model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPTNeo350MInformalToFormalLincoln7")
15
  tokenizer = AutoTokenizer.from_pretrained("BigSalmon/Points2")
16
  return model, tokenizer
17