Commit
•
96982d8
1
Parent(s):
7a81353
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (b6441a219f1e83ef2a06164cc414a2982cdf8ca8)
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 |
# LLAMA2 7B Guanaco Pico Adapter
|
5 |
This is a 8Bit Quantized adapter over llama2-7b-chat-hf checkpoint.
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
base_model: meta-llama/Llama-2-7b-chat-hf
|
4 |
---
|
5 |
# LLAMA2 7B Guanaco Pico Adapter
|
6 |
This is a 8Bit Quantized adapter over llama2-7b-chat-hf checkpoint.
|