Commit
•
6b7c3c2
1
Parent(s):
7754dc4
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (bf939105564d98725a3ceb1f679a517d79765342)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
library_name: peft
|
3 |
license: apache-2.0
|
|
|
4 |
tags:
|
5 |
- llama2
|
6 |
- quantization
|
@@ -12,6 +12,7 @@ tags:
|
|
12 |
- causal-lm
|
13 |
datasets:
|
14 |
- timdettmers/openassistant-guanaco
|
|
|
15 |
---
|
16 |
|
17 |
## Overview
|
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
+
library_name: peft
|
4 |
tags:
|
5 |
- llama2
|
6 |
- quantization
|
|
|
12 |
- causal-lm
|
13 |
datasets:
|
14 |
- timdettmers/openassistant-guanaco
|
15 |
+
base_model: TinyPixel/Llama-2-7B-bf16-sharded
|
16 |
---
|
17 |
|
18 |
## Overview
|