Commit
•
1e0dfef
1
Parent(s):
6cdda05
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (9b4c4fa0330b81ebc88008cafd8ba242de6e2c0d)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
pipeline_tag: conversational
|
4 |
datasets:
|
5 |
- fnlp/moss-003-sft-data
|
|
|
|
|
6 |
---
|
7 |
|
8 |
<div align="center">
|
|
|
1 |
---
|
2 |
library_name: peft
|
|
|
3 |
datasets:
|
4 |
- fnlp/moss-003-sft-data
|
5 |
+
pipeline_tag: conversational
|
6 |
+
base_model: meta-llama/Llama-2-7b-hf
|
7 |
---
|
8 |
|
9 |
<div align="center">
|