Triangle104 commited on
Commit
d119f30
1 Parent(s): f6bae63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -12,6 +12,39 @@ tags:
12
  This model was converted to GGUF format from [`crestf411/MN-SlushoMix`](https://huggingface.co/crestf411/MN-SlushoMix) 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/crestf411/MN-SlushoMix) for more details on the model.
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ## Use with llama.cpp
16
  Install llama.cpp through brew (works on Mac and Linux)
17
 
 
12
  This model was converted to GGUF format from [`crestf411/MN-SlushoMix`](https://huggingface.co/crestf411/MN-SlushoMix) 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/crestf411/MN-SlushoMix) for more details on the model.
14
 
15
+ ---
16
+ Model details:
17
+ -
18
+ MN-Slush + NemoMix Unleashed.
19
+
20
+ models:
21
+ - model: slush-stage1
22
+ parameters:
23
+ weight: 1
24
+ density: 1
25
+ - model: slush-stage2
26
+ parameters:
27
+ weight: 0.7
28
+ density: 1
29
+ - model: MarinaraSpaghetti/NemoMix-Unleashed-12B
30
+ parameters:
31
+ weight: 0.9
32
+ density: 1
33
+ - model: mistralai/Mistral-Nemo-Instruct-2407
34
+ parameters:
35
+ weight: 1
36
+ density: 1
37
+ merge_method: ties
38
+ base_model: mistralai/Mistral-Nemo-Base-2407
39
+ parameters:
40
+ weight: 1
41
+ density: 1
42
+ normalize: true
43
+ int8_mask: true
44
+ tokenizer_source: mistralai/Mistral-Nemo-Instruct-2407
45
+ dtype: bfloat16
46
+
47
+ ---
48
  ## Use with llama.cpp
49
  Install llama.cpp through brew (works on Mac and Linux)
50