BigSalmon commited on
Commit
e64a5c2
1 Parent(s): 292fc01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -21,11 +21,12 @@ def get_model():
21
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/MediumInformalToFormalLincoln2")
22
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/MediumInformalToFormalLincoln3")
23
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/MediumInformalToFormalLincoln4")
 
24
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPT2Neo1.3BPoints2")
25
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPT2Neo1.3BPoints3")
26
  #model = AutoModelForCausalLM.from_pretrained("facebook/opt-125m")
27
- model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln50")
28
- tokenizer = AutoTokenizer.from_pretrained("BigSalmon/InformalToFormalLincoln46")
29
  return model, tokenizer
30
 
31
  model, tokenizer = get_model()
 
21
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/MediumInformalToFormalLincoln2")
22
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/MediumInformalToFormalLincoln3")
23
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/MediumInformalToFormalLincoln4")
24
+ #model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln50")
25
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPT2Neo1.3BPoints2")
26
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPT2Neo1.3BPoints3")
27
  #model = AutoModelForCausalLM.from_pretrained("facebook/opt-125m")
28
+ model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPTNeo350MInformalToFormalLincoln8")
29
+ tokenizer = AutoTokenizer.from_pretrained("BigSalmon/GPTNeo350MInformalToFormalLincoln8")
30
  return model, tokenizer
31
 
32
  model, tokenizer = get_model()