Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- psmathur/orca_mini_v1_dataset
|
5 |
- ehartford/dolphin
|
|
|
|
|
6 |
inference: false
|
7 |
-
language:
|
8 |
-
- en
|
9 |
-
library_name: transformers
|
10 |
-
license: other
|
11 |
model_creator: Pankaj Mathur
|
12 |
-
model_name: Orca Mini v3 7B
|
13 |
model_type: llama
|
14 |
pipeline_tag: text-generation
|
15 |
prompt_template: '### System:
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: other
|
5 |
+
library_name: transformers
|
6 |
datasets:
|
7 |
- psmathur/orca_mini_v1_dataset
|
8 |
- ehartford/dolphin
|
9 |
+
model_name: Orca Mini v3 7B
|
10 |
+
base_model: psmathur/orca_mini_v3_7b
|
11 |
inference: false
|
|
|
|
|
|
|
|
|
12 |
model_creator: Pankaj Mathur
|
|
|
13 |
model_type: llama
|
14 |
pipeline_tag: text-generation
|
15 |
prompt_template: '### System:
|