Commit
·
cc4eee0
1
Parent(s):
f9d043a
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (ffc2da5e298be1625e10357ff2c08503e5c99de4)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
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
|