Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
---
|
2 |
-
library_name: peft
|
3 |
license: apache-2.0
|
|
|
4 |
datasets:
|
5 |
- timdettmers/openassistant-guanaco
|
6 |
pipeline_tag: text-generation
|
|
|
7 |
---
|
8 |
## Training procedure
|
9 |
|
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
+
library_name: peft
|
4 |
datasets:
|
5 |
- timdettmers/openassistant-guanaco
|
6 |
pipeline_tag: text-generation
|
7 |
+
base_model: TinyPixel/Llama-2-7B-bf16-sharded
|
8 |
---
|
9 |
## Training procedure
|
10 |
|