Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
---
|
2 |
-
library_name: peft
|
3 |
-
license: apache-2.0
|
4 |
-
datasets:
|
5 |
-
- hipnologo/Ecommerce-FAQ-Chatbot-Dataset
|
6 |
language:
|
7 |
- en
|
8 |
-
|
|
|
9 |
tags:
|
10 |
- text-generation-inference
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# Falcon 7B LLM Fine Tune Model
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: peft
|
6 |
tags:
|
7 |
- text-generation-inference
|
8 |
+
datasets:
|
9 |
+
- hipnologo/Ecommerce-FAQ-Chatbot-Dataset
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
base_model: tiiuae/falcon-7b
|
12 |
---
|
13 |
|
14 |
# Falcon 7B LLM Fine Tune Model
|