Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
---
|
2 |
-
library_name: peft
|
3 |
license: cc-by-nc-4.0
|
|
|
4 |
datasets:
|
5 |
- theblackcat102/evol-codealpaca-v1
|
|
|
6 |
---
|
7 |
## Training procedure
|
8 |
|
|
|
1 |
---
|
|
|
2 |
license: cc-by-nc-4.0
|
3 |
+
library_name: peft
|
4 |
datasets:
|
5 |
- theblackcat102/evol-codealpaca-v1
|
6 |
+
base_model: NousResearch/Llama-2-13b-hf
|
7 |
---
|
8 |
## Training procedure
|
9 |
|