annikwag commited on
Commit
2827bd5
·
verified ·
1 Parent(s): b761188

Create model_params.cfg

Browse files
Files changed (1) hide show
  1. model_params.cfg +5 -0
model_params.cfg ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # Configuration for the dedicated model
2
+ DEDICATED_MODEL = "meta-llama/Llama-3.1-8B-Instruct"
3
+ DEDICATED_ENDPOINT = "https://qu2d8m6dmsollhly.us-east-1.aws.endpoints.huggingface.cloud"
4
+ # Write access token from the settings
5
+ WRITE_ACCESS_TOKEN = st.secrets["Llama_3_1"]