Commit
·
3e0bc1d
1
Parent(s):
363928b
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (aebb728b99ffc3bef1b52014848c7fd88d1e087f)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
license: llama2
|
|
|
4 |
datasets:
|
5 |
- ehartford/wizard_vicuna_70k_unfiltered
|
6 |
-
language:
|
7 |
-
- en
|
8 |
pipeline_tag: text-generation
|
|
|
9 |
---
|
10 |
## Training procedure
|
11 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: llama2
|
5 |
+
library_name: peft
|
6 |
datasets:
|
7 |
- ehartford/wizard_vicuna_70k_unfiltered
|
|
|
|
|
8 |
pipeline_tag: text-generation
|
9 |
+
base_model: meta-llama/Llama-2-7b-chat-hf
|
10 |
---
|
11 |
## Training procedure
|
12 |
|