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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,7 +11,8 @@ def get_model():
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
 
 
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
+ model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincolnConciseWordy")
16
  tokenizer = AutoTokenizer.from_pretrained("BigSalmon/Points2")
17
  return model, tokenizer
18