Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
license: mit
|
3 |
language:
|
4 |
- en
|
5 |
-
library_name: adapter-transformers
|
6 |
pipeline_tag: text-generation
|
7 |
tags:
|
8 |
- finance
|
@@ -14,20 +13,22 @@ tags:
|
|
14 |
model_name: Llama 2 7B Chat
|
15 |
base_model: cxllin/Llama2-7b-Finance
|
16 |
widget:
|
17 |
-
- text:
|
18 |
model_type: llama
|
19 |
-
prompt_template:
|
|
|
20 |
|
21 |
-
You are a helpful, respectful and honest assistant. Always answer as helpfully
|
22 |
-
possible, while being safe. Your answers should not include any harmful,
|
23 |
-
racist, sexist, toxic, dangerous, or illegal content. Please ensure
|
24 |
-
are socially unbiased and positive in nature. If a
|
25 |
-
or is not factually coherent, explain why
|
26 |
-
If you don'
|
|
|
27 |
|
28 |
<</SYS>>
|
29 |
|
30 |
-
{prompt}[/INST]
|
31 |
quantized_by: herMaster
|
32 |
---
|
33 |
# Llama2 7b Finance f16 - GGUF
|
@@ -92,5 +93,4 @@ These quantised GGUFv2 files are compatible with llama.cpp from August 27th onwa
|
|
92 |
|
93 |
They are also compatible with many third-party UIs and libraries - please see the list at the top of this README.
|
94 |
|
95 |
-
- **Developed by:** [[email protected]]
|
96 |
-
|
|
|
2 |
license: mit
|
3 |
language:
|
4 |
- en
|
|
|
5 |
pipeline_tag: text-generation
|
6 |
tags:
|
7 |
- finance
|
|
|
13 |
model_name: Llama 2 7B Chat
|
14 |
base_model: cxllin/Llama2-7b-Finance
|
15 |
widget:
|
16 |
+
- text: what is finance?
|
17 |
model_type: llama
|
18 |
+
prompt_template: >-
|
19 |
+
[INST] <<SYS>>
|
20 |
|
21 |
+
You are a helpful, respectful and honest assistant. Always answer as helpfully
|
22 |
+
as possible, while being safe. Your answers should not include any harmful,
|
23 |
+
unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure
|
24 |
+
that your responses are socially unbiased and positive in nature. If a
|
25 |
+
question does not make any sense, or is not factually coherent, explain why
|
26 |
+
instead of answering something not correct. If you don't know the answer to a
|
27 |
+
question, please don't share false information.
|
28 |
|
29 |
<</SYS>>
|
30 |
|
31 |
+
{prompt}[/INST]
|
32 |
quantized_by: herMaster
|
33 |
---
|
34 |
# Llama2 7b Finance f16 - GGUF
|
|
|
93 |
|
94 |
They are also compatible with many third-party UIs and libraries - please see the list at the top of this README.
|
95 |
|
96 |
+
- **Developed by:** [[email protected]]
|
|