BigSalmon commited on
Commit
fbe6573
·
1 Parent(s): 269cc39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,7 +26,8 @@ def get_model():
26
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPT2Neo1.3BPoints3")
27
  #model = AutoModelForCausalLM.from_pretrained("facebook/opt-125m")
28
  tokenizer = AutoTokenizer.from_pretrained("BigSalmon/InformalToFormalLincoln63Paraphrase")
29
- model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln63Paraphrase")
 
30
  return model, tokenizer
31
 
32
  model, tokenizer = get_model()
 
26
  #model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPT2Neo1.3BPoints3")
27
  #model = AutoModelForCausalLM.from_pretrained("facebook/opt-125m")
28
  tokenizer = AutoTokenizer.from_pretrained("BigSalmon/InformalToFormalLincoln63Paraphrase")
29
+ model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln68Paraphrase")
30
+ #model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln63Paraphrase")
31
  return model, tokenizer
32
 
33
  model, tokenizer = get_model()