kainatq commited on
Commit
9644c2f
·
verified ·
1 Parent(s): e8965eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -46
README.md CHANGED
@@ -1,53 +1,47 @@
1
  ---
2
- base_model: kainatq/Kaiden-Sakura-Violet-Square-Azura-crimson-12B
 
 
 
 
 
3
  library_name: transformers
4
  tags:
5
  - mergekit
6
  - merge
7
- - llama-cpp
8
- - gguf-my-repo
9
  ---
 
 
10
 
11
- # kainatq/Kaiden-Sakura-Violet-Square-Azura-crimson-12B-Q5_K_M-GGUF
12
- This model was converted to GGUF format from [`kainatq/Kaiden-Sakura-Violet-Square-Azura-crimson-12B`](https://huggingface.co/kainatq/Kaiden-Sakura-Violet-Square-Azura-crimson-12B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
13
- Refer to the [original model card](https://huggingface.co/kainatq/Kaiden-Sakura-Violet-Square-Azura-crimson-12B) for more details on the model.
14
-
15
- ## Use with llama.cpp
16
- Install llama.cpp through brew (works on Mac and Linux)
17
-
18
- ```bash
19
- brew install llama.cpp
20
-
21
- ```
22
- Invoke the llama.cpp server or the CLI.
23
-
24
- ### CLI:
25
- ```bash
26
- llama-cli --hf-repo kainatq/Kaiden-Sakura-Violet-Square-Azura-crimson-12B-Q5_K_M-GGUF --hf-file kaiden-sakura-violet-square-azura-crimson-12b-q5_k_m.gguf -p "The meaning to life and the universe is"
27
- ```
28
-
29
- ### Server:
30
- ```bash
31
- llama-server --hf-repo kainatq/Kaiden-Sakura-Violet-Square-Azura-crimson-12B-Q5_K_M-GGUF --hf-file kaiden-sakura-violet-square-azura-crimson-12b-q5_k_m.gguf -c 2048
32
- ```
33
-
34
- Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
35
-
36
- Step 1: Clone llama.cpp from GitHub.
37
- ```
38
- git clone https://github.com/ggerganov/llama.cpp
39
- ```
40
-
41
- Step 2: Move into the llama.cpp folder and build it with `LLAMA_CURL=1` flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).
42
- ```
43
- cd llama.cpp && LLAMA_CURL=1 make
44
- ```
45
-
46
- Step 3: Run inference through the main binary.
47
- ```
48
- ./llama-cli --hf-repo kainatq/Kaiden-Sakura-Violet-Square-Azura-crimson-12B-Q5_K_M-GGUF --hf-file kaiden-sakura-violet-square-azura-crimson-12b-q5_k_m.gguf -p "The meaning to life and the universe is"
49
- ```
50
- or
51
- ```
52
- ./llama-server --hf-repo kainatq/Kaiden-Sakura-Violet-Square-Azura-crimson-12B-Q5_K_M-GGUF --hf-file kaiden-sakura-violet-square-azura-crimson-12b-q5_k_m.gguf -c 2048
53
- ```
 
1
  ---
2
+ base_model:
3
+ - Epiculous/Azure_Dusk-v0.2
4
+ - Nitral-AI/Captain-Eris_Violet-V0.420-12B
5
+ - Epiculous/Violet_Twilight-v0.2
6
+ - PocketDoc/Dans-SakuraKaze-V1.0.0-12b
7
+ - Epiculous/Crimson_Dawn-v0.2
8
  library_name: transformers
9
  tags:
10
  - mergekit
11
  - merge
12
+ license: apache-2.0
 
13
  ---
14
+ # merge
15
+ ![](https://huggingface.co/kainatq/Kaiden-Sakura-Violet-Square-Azura-crimson-12B/resolve/main/image%20(11).png)
16
 
17
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
18
+
19
+ ## Merge Details
20
+ ### Merge Method
21
+
22
+ This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [PocketDoc/Dans-SakuraKaze-V1.0.0-12b](https://huggingface.co/PocketDoc/Dans-SakuraKaze-V1.0.0-12b) as a base.
23
+
24
+ ### Models Merged
25
+
26
+ The following models were included in the merge:
27
+ * [Epiculous/Azure_Dusk-v0.2](https://huggingface.co/Epiculous/Azure_Dusk-v0.2)
28
+ * [Nitral-AI/Captain-Eris_Violet-V0.420-12B](https://huggingface.co/Nitral-AI/Captain-Eris_Violet-V0.420-12B)
29
+ * [Epiculous/Violet_Twilight-v0.2](https://huggingface.co/Epiculous/Violet_Twilight-v0.2)
30
+ * [Epiculous/Crimson_Dawn-v0.2](https://huggingface.co/Epiculous/Crimson_Dawn-v0.2)
31
+
32
+ ### Configuration
33
+
34
+ The following YAML configuration was used to produce this model:
35
+
36
+ ```yaml
37
+ merge_method: model_stock
38
+ base_model: PocketDoc/Dans-SakuraKaze-V1.0.0-12b
39
+ parameters:
40
+ models:
41
+ - model: Nitral-AI/Captain-Eris_Violet-V0.420-12B
42
+ - model: Epiculous/Violet_Twilight-v0.2
43
+ - model: Epiculous/Azure_Dusk-v0.2
44
+ - model: Epiculous/Crimson_Dawn-v0.2
45
+ dtype: bfloat16
46
+
47
+ ```