Commit
ยท
077a451
1
Parent(s):
289337b
๐ feat(docs): README
Browse files
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 |
|