Commit
·
206c6b3
1
Parent(s):
66a6079
[add]: trying to add inference API
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
base_model: tiiuae/falcon-7b-instruct
|
4 |
license: apache-2.0
|
5 |
language:
|
@@ -12,7 +12,10 @@ tags:
|
|
12 |
- zero-shot
|
13 |
- llm
|
14 |
- falcon
|
15 |
-
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
# Model Card for the Query Parser LLM using Falcon-7B-Instruct
|
|
|
1 |
---
|
2 |
+
library_name: transformers, pytorch
|
3 |
base_model: tiiuae/falcon-7b-instruct
|
4 |
license: apache-2.0
|
5 |
language:
|
|
|
12 |
- zero-shot
|
13 |
- llm
|
14 |
- falcon
|
15 |
+
inference:
|
16 |
+
parameters:
|
17 |
+
temperature: 0.05
|
18 |
+
do_sample: False
|
19 |
---
|
20 |
|
21 |
# Model Card for the Query Parser LLM using Falcon-7B-Instruct
|