BigSalmon commited on
Commit
df899db
1 Parent(s): b1f03fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,7 +9,8 @@ def get_model():
9
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPTNeo350MInformalToFormalLincoln2")
10
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln21")
11
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/Points3")
12
- model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPTNeo1.3BPointsLincolnFormalInformal")
 
13
  tokenizer = AutoTokenizer.from_pretrained("BigSalmon/Points2")
14
  return model, tokenizer
15
 
 
9
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPTNeo350MInformalToFormalLincoln2")
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