Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
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-7b
|
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-7b
|
9 |
- prompt answering
|
10 |
- peft
|
11 |
+
pipeline_tag: text-generation
|
12 |
+
base_model: tiiuae/falcon-7b
|
13 |
---
|
14 |
|
15 |
## Model Card for Model ID
|