Chaitanya14 commited on
Commit
b432786
·
verified ·
1 Parent(s): 041cb3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ Use the code below to get started with the model.
11
  from peft import PeftModel, PeftConfig
12
  from transformers import AutoModelForCausalLM, AutoTokenizer
13
 
14
- peft_model_id = "Chaitanya14/FinBloom_7B_Agent"
15
 
16
  config = PeftConfig.from_pretrained(peft_model_id)
17
 
 
11
  from peft import PeftModel, PeftConfig
12
  from transformers import AutoModelForCausalLM, AutoTokenizer
13
 
14
+ peft_model_id = "Chaitanya14/Financial_Agent"
15
 
16
  config = PeftConfig.from_pretrained(peft_model_id)
17