Commit
•
fbe692b
1
Parent(s):
613ae91
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (b519f6042a90a4cffb9ded0c7cb729673174e3c7)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
library_name: peft
|
|
|
3 |
---
|
4 |
## Examples
|
5 |
As you can see from examples bellow the output is far from ideal, and far from simple GPT/LLama2 prompt without finetuning.
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
base_model: meta-llama/Llama-2-70b-chat-hf
|
4 |
---
|
5 |
## Examples
|
6 |
As you can see from examples bellow the output is far from ideal, and far from simple GPT/LLama2 prompt without finetuning.
|