netmouse commited on
Commit
4b21ac1
·
verified ·
1 Parent(s): 3868262

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM, AutoConfig
3
  from peft import PeftModel, LoraConfig
4
 
5
  # Define the path where the model and adapters are saved
6
- model_path = "netmouse/Llama-3-Taiwan-8B-Instruct-finetuning-by-promisedchat" # Update this to your model path
7
  adapter_path = "netmouse/Llama-3-Taiwan-8B-Instruct-finetuning-by-promisedchat" # Assuming adapter is stored in the same path
8
 
9
  # Load the tokenizer
 
3
  from peft import PeftModel, LoraConfig
4
 
5
  # Define the path where the model and adapters are saved
6
+ model_path = "yentinglin/Llama-3-Taiwan-8B-Instruct" # Update this to your model path
7
  adapter_path = "netmouse/Llama-3-Taiwan-8B-Instruct-finetuning-by-promisedchat" # Assuming adapter is stored in the same path
8
 
9
  # Load the tokenizer