Commit
•
fd5d15b
1
Parent(s):
051ea88
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (5449a76474805151499c817957346583b3ff42f8)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
---
|
2 |
-
license: other
|
3 |
language:
|
4 |
- en
|
|
|
5 |
library_name: transformers
|
6 |
-
pipeline_tag: text-generation
|
7 |
tags:
|
8 |
- falcon
|
9 |
- falcon-40b
|
10 |
- prompt answering
|
11 |
- peft
|
|
|
|
|
12 |
---
|
13 |
|
14 |
## Model Card for Model ID
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: other
|
5 |
library_name: transformers
|
|
|
6 |
tags:
|
7 |
- falcon
|
8 |
- falcon-40b
|
9 |
- prompt answering
|
10 |
- peft
|
11 |
+
pipeline_tag: text-generation
|
12 |
+
base_model: tiiuae/falcon-40b
|
13 |
---
|
14 |
|
15 |
## Model Card for Model ID
|