Triangle104 commited on
Commit
6c727a5
·
verified ·
1 Parent(s): a844e1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +93 -0
README.md CHANGED
@@ -22,6 +22,99 @@ tags:
22
  This model was converted to GGUF format from [`PocketDoc/Dans-SakuraKaze-V1.0.0-12b`](https://huggingface.co/PocketDoc/Dans-SakuraKaze-V1.0.0-12b) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
23
  Refer to the [original model card](https://huggingface.co/PocketDoc/Dans-SakuraKaze-V1.0.0-12b) for more details on the model.
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ## Use with llama.cpp
26
  Install llama.cpp through brew (works on Mac and Linux)
27
 
 
22
  This model was converted to GGUF format from [`PocketDoc/Dans-SakuraKaze-V1.0.0-12b`](https://huggingface.co/PocketDoc/Dans-SakuraKaze-V1.0.0-12b) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
23
  Refer to the [original model card](https://huggingface.co/PocketDoc/Dans-SakuraKaze-V1.0.0-12b) for more details on the model.
24
 
25
+ ---
26
+ A model based on Dans-PersonalityEngine-V1.1.0-12b with a focus on character RP, visual novel style group chats, old school text adventures, and co-writing.
27
+
28
+ Key Details
29
+ -
30
+ BASE MODEL: PocketDoc/Dans-PersonalityEngine-V1.1.0-12b
31
+ LICENSE: apache-2.0
32
+ LANGUAGE: English
33
+ CONTEXT LENGTH: 32768 tokens
34
+
35
+ Sponsored by Chub.AI
36
+
37
+ Recommended Settings
38
+ -
39
+ TEMPERATURE: 1.0
40
+ TOP_P: 0.95
41
+ MIN_P: 0.05
42
+
43
+ Prompting Format
44
+ -
45
+ The model uses standard "ChatML" format:
46
+
47
+ <|im_start|>system
48
+ system prompt<|im_end|>
49
+ <|im_start|>user
50
+ Hi there!<|im_end|>
51
+ <|im_start|>assistant
52
+ Nice to meet you!<|im_end|>
53
+
54
+ SillyTavern Templates
55
+ -
56
+ Context Template
57
+ -
58
+ {
59
+ "story_string": "<|im_start|>system\n{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{trim}}<|im_end|>\n",
60
+ "example_separator": "",
61
+ "chat_start": "",
62
+ "use_stop_strings": false,
63
+ "allow_jailbreak": false,
64
+ "always_force_name2": false,
65
+ "trim_sentences": false,
66
+ "include_newline": false,
67
+ "single_line": false,
68
+ "name": "Dan-ChatML"
69
+ }
70
+
71
+ Instruct Template
72
+ -
73
+ {
74
+ "system_prompt": "Write {{char}}'s actions and dialogue, user will write {{user}}'s.",
75
+ "input_sequence": "<|im_start|>user\n",
76
+ "output_sequence": "<|im_start|>assistant\n",
77
+ "first_output_sequence": "",
78
+ "last_output_sequence": "",
79
+ "system_sequence_prefix": "",
80
+ "system_sequence_suffix": "",
81
+ "stop_sequence": "<|im_end|>",
82
+ "wrap": false,
83
+ "macro": true,
84
+ "names": false,
85
+ "names_force_groups": false,
86
+ "activation_regex": "",
87
+ "skip_examples": false,
88
+ "output_suffix": "<|im_end|>\n",
89
+ "input_suffix": "<|im_end|>\n",
90
+ "system_sequence": "<|im_start|>system\n",
91
+ "system_suffix": "<|im_end|>\n",
92
+ "user_alignment_message": "",
93
+ "last_system_sequence": "",
94
+ "system_same_as_user": false,
95
+ "first_input_sequence": "",
96
+ "last_input_sequence": "",
97
+ "name": "Dan-ChatML"
98
+ }
99
+
100
+ A Chub.AI Sponsored Model
101
+
102
+ Sponsored by Chub.AI
103
+
104
+ Character Hub supported this model with 45 hours on a 2x A100 80GB system. This is only some of what they've provided me for training and I am very grateful for their contributions.
105
+
106
+ Character Hub has been supporting model development for quite a while now and they may be interested in your projects! Contact them through this google form.
107
+
108
+ Support Development
109
+ -
110
+ Development is limited by funding and resources. To help support:
111
+
112
+ - Contact on HF
113
+
114
+ - Email: [email protected]
115
+
116
+
117
+ ---
118
  ## Use with llama.cpp
119
  Install llama.cpp through brew (works on Mac and Linux)
120