schuler commited on
Commit
9913420
·
verified ·
1 Parent(s): 36f0fce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ from transformers import AutoTokenizer, AutoModelForCausalLM, GenerationConfig,
6
  import streamlit as st
7
 
8
  # Define the model repository
9
- # REPO_NAME = 'schuler/experimental-JP47D20'
10
- REPO_NAME = 'schuler/experimental-JP47D21-KPhi-3-micro-4k-instruct'
11
 
12
  # Configure the Streamlit app
13
  st.set_page_config(page_title="Experimental KPhi3 Model - Currently in Training", page_icon="🤗")
 
6
  import streamlit as st
7
 
8
  # Define the model repository
9
+ REPO_NAME = 'schuler/experimental-JP47D20'
10
+ # REPO_NAME = 'schuler/experimental-JP47D21-KPhi-3-micro-4k-instruct'
11
 
12
  # Configure the Streamlit app
13
  st.set_page_config(page_title="Experimental KPhi3 Model - Currently in Training", page_icon="🤗")