Commit
·
cbb14f3
1
Parent(s):
c04cc67
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (100971d1a460d92fcf69d55d5023df5b1bcca106)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
pipeline_tag: text-generation
|
|
|
4 |
---
|
5 |
## Training procedure
|
6 |
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
pipeline_tag: text-generation
|
4 |
+
base_model: TheBloke/Llama-2-7B-GPTQ
|
5 |
---
|
6 |
## Training procedure
|
7 |
|