Update app.py
Browse files
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 |
-
|
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="🤗")
|