Commit
·
3b8ef86
1
Parent(s):
3fef804
[ref]: update tags
Browse files
README.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1 |
---
|
2 |
-
library_name: peft
|
3 |
base_model: tiiuae/falcon-7b-instruct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for the Query Parser LLM using Falcon-7B-Instruct
|
|
|
1 |
---
|
2 |
+
library_name: peft, trl, bitsandbytes
|
3 |
base_model: tiiuae/falcon-7b-instruct
|
4 |
+
license: apache-2.0
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
tags:
|
9 |
+
- search-queries
|
10 |
+
- instruct-fine-tuned
|
11 |
+
- search-queries-parser
|
12 |
+
- zero-shot
|
13 |
+
- llm
|
14 |
---
|
15 |
|
16 |
# Model Card for the Query Parser LLM using Falcon-7B-Instruct
|