Sanjay002 commited on
Commit
be9ce65
Β·
verified Β·
1 Parent(s): 723e950

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
4
  from peft import PeftModel
5
 
6
 
7
- base_model = "mrm8488/tinyllama-1.1b-chat"
8
  adapter_model = "Sanjay002/falcon-7b-mental-health-finetuned"
9
 
10
  device = "cuda" if torch.cuda.is_available() else "cpu"
 
4
  from peft import PeftModel
5
 
6
 
7
+ base_model = "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
8
  adapter_model = "Sanjay002/falcon-7b-mental-health-finetuned"
9
 
10
  device = "cuda" if torch.cuda.is_available() else "cpu"