nttwt1597 commited on
Commit
5ce4cca
·
verified ·
1 Parent(s): f81b95a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ import gradio as gr
18
 
19
  # For getting tokenizer()
20
  model_id = "meta-llama/Meta-Llama-3-8B-Instruct"
21
- peft_model_adapter_id = "nttwt1597/test_v2"
22
 
23
  # model_directory = "./model/"
24
 
 
18
 
19
  # For getting tokenizer()
20
  model_id = "meta-llama/Meta-Llama-3-8B-Instruct"
21
+ peft_model_adapter_id = "nttwt1597/test_v2_cancer_v3"
22
 
23
  # model_directory = "./model/"
24