Update base_model formatting
Browse files
README.md
CHANGED
|
@@ -1,11 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
datasets:
|
| 4 |
- bavest/fin-llama-dataset
|
|
|
|
|
|
|
| 5 |
inference: false
|
| 6 |
-
license: other
|
| 7 |
model_creator: Bavest
|
| 8 |
-
model_name: Fin Llama 33B
|
| 9 |
model_type: llama
|
| 10 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
| 11 |
that appropriately completes the request.
|
|
@@ -20,11 +25,6 @@ prompt_template: 'Below is an instruction that describes a task. Write a respons
|
|
| 20 |
|
| 21 |
'
|
| 22 |
quantized_by: TheBloke
|
| 23 |
-
tags:
|
| 24 |
-
- finance
|
| 25 |
-
- llm
|
| 26 |
-
- llama
|
| 27 |
-
- trading
|
| 28 |
---
|
| 29 |
|
| 30 |
<!-- header start -->
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
+
tags:
|
| 4 |
+
- finance
|
| 5 |
+
- llm
|
| 6 |
+
- llama
|
| 7 |
+
- trading
|
| 8 |
datasets:
|
| 9 |
- bavest/fin-llama-dataset
|
| 10 |
+
model_name: Fin Llama 33B
|
| 11 |
+
base_model: bavest/fin-llama-33b-merged
|
| 12 |
inference: false
|
|
|
|
| 13 |
model_creator: Bavest
|
|
|
|
| 14 |
model_type: llama
|
| 15 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
| 16 |
that appropriately completes the request.
|
|
|
|
| 25 |
|
| 26 |
'
|
| 27 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
---
|
| 29 |
|
| 30 |
<!-- header start -->
|