rajj0 commited on
Commit
7acd060
·
verified ·
1 Parent(s): 078b240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ token = os.environ["HF_TOKEN"]
17
 
18
 
19
  model = AutoModelForCausalLM.from_pretrained(
20
- "rajj0/autotrain-phi3-mini-4k-abstract-lora-sft",
21
  token=token,
22
  trust_remote_code=True,
23
  )
 
17
 
18
 
19
  model = AutoModelForCausalLM.from_pretrained(
20
+ "rajj0/autotrain-phi3-mini-4k-abstract-lora-full",
21
  token=token,
22
  trust_remote_code=True,
23
  )