Update Model Card
Browse files
README.md
CHANGED
@@ -1,3 +1,48 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- finetuned
|
4 |
+
- quantized
|
5 |
+
- 4-bit
|
6 |
+
- AWQ
|
7 |
+
- transformers
|
8 |
+
- pytorch
|
9 |
+
- mistral
|
10 |
+
- instruct
|
11 |
+
- text-generation
|
12 |
+
- conversational
|
13 |
+
- license:apache-2.0
|
14 |
+
- autotrain_compatible
|
15 |
+
- endpoints_compatible
|
16 |
+
- text-generation-inference
|
17 |
+
- finetune
|
18 |
+
- chatml
|
19 |
+
- generated_from_trainer
|
20 |
+
model-index:
|
21 |
+
- name: Neural-Story-7B-instruct-v0.2
|
22 |
+
results: []
|
23 |
license: apache-2.0
|
24 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
25 |
+
datasets:
|
26 |
+
- NeuralNovel/Neural-Story-v1
|
27 |
+
language:
|
28 |
+
- en
|
29 |
+
quantized_by: Suparious
|
30 |
+
pipeline_tag: text-generation
|
31 |
+
model_creator: NeuralNovel
|
32 |
+
model_name: Neural-Story-7B Instruct 0.2
|
33 |
+
inference: false
|
34 |
+
prompt_template: '<|im_start|>system
|
35 |
+
|
36 |
+
{system_message}<|im_end|>
|
37 |
+
|
38 |
+
<|im_start|>user
|
39 |
+
|
40 |
+
{prompt}<|im_end|>
|
41 |
+
|
42 |
+
<|im_start|>assistant
|
43 |
+
|
44 |
+
'
|
45 |
---
|
46 |
+
|
47 |
+
# Neural Story 7B instruct 0.2
|
48 |
+
|