rajj0 commited on
Commit
a0fbc1b
·
verified ·
1 Parent(s): d3770a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ model = AutoModelForCausalLM.from_pretrained(
25
  token=token,
26
  trust_remote_code=True,
27
  )
28
- tok = AutoTokenizer.from_pretrained("microsoft/Phi-3-mini-128k-instruct", token=token)
29
  terminators = [
30
  tok.eos_token_id,
31
  ]
 
25
  token=token,
26
  trust_remote_code=True,
27
  )
28
+ tok = AutoTokenizer.from_pretrained("rajj0/autotrain-phi3-midium-4k-godsent-orpo-6", token=token)
29
  terminators = [
30
  tok.eos_token_id,
31
  ]