PEFT
English
dylanalloy commited on
Commit
077a451
β€’
1 Parent(s): 289337b

πŸ“ feat(docs): README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ from transformers import (
59
  )
60
  import torch
61
 
62
- PEFT_MODEL = "dylanalloy/ehc-contrived-financial"
63
 
64
  config = PeftConfig.from_pretrained(PEFT_MODEL)
65
 
 
59
  )
60
  import torch
61
 
62
+ PEFT_MODEL = "dylanalloy/falcon-ehc-contrived-financial-7b"
63
 
64
  config = PeftConfig.from_pretrained(PEFT_MODEL)
65