Commit ·
2472394
1
Parent(s): 50300a3
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (4b7c561f6814d087d0bee3c272b53a9535e9af11)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
|
|
|
| 3 |
---
|
| 4 |
## title
|
| 5 |
a recipe classify from https://github.com/OpenPipe/OpenPipe
|
|
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
+
base_model: NousResearch/Llama-2-7b-hf
|
| 4 |
---
|
| 5 |
## title
|
| 6 |
a recipe classify from https://github.com/OpenPipe/OpenPipe
|