Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
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 |
|