amiguel commited on
Commit
7f4f4d3
·
verified ·
1 Parent(s): 980181a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -14,7 +14,8 @@ st.set_page_config(
14
  layout="centered"
15
  )
16
 
17
- MODEL_NAME = "amiguel/optimizedModelListing6.1"
 
18
  #"amiguel/LoraPEFT"
19
  # "amiguel/classItem-FT-llama-3-1-8b-instruct"
20
 
 
14
  layout="centered"
15
  )
16
 
17
+ MODEL_NAME = "amiguel/promptTuning"
18
+ #"amiguel/optimizedModelListing6.1"
19
  #"amiguel/LoraPEFT"
20
  # "amiguel/classItem-FT-llama-3-1-8b-instruct"
21