Commit
·
131b677
1
Parent(s):
4e9df9a
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (f61fb6aac26eae4976576ad42cfc3b3f67ae4a17)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
---
|
|
|
|
|
2 |
library_name: peft
|
3 |
datasets:
|
4 |
- Ngadou/social-engineering-convo
|
5 |
- truthful_qa
|
6 |
-
language:
|
7 |
-
- en
|
8 |
pipeline_tag: text-generation
|
|
|
9 |
---
|
10 |
## Training procedure
|
11 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
library_name: peft
|
5 |
datasets:
|
6 |
- Ngadou/social-engineering-convo
|
7 |
- truthful_qa
|
|
|
|
|
8 |
pipeline_tag: text-generation
|
9 |
+
base_model: vilsonrodrigues/falcon-7b-instruct-sharded
|
10 |
---
|
11 |
## Training procedure
|
12 |
|