Triangle104 commited on
Commit
baecb47
1 Parent(s): ce692e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -12,6 +12,30 @@ tags:
12
  This model was converted to GGUF format from [`nbeerbower/Mahou-1.5-mistral-nemo-12B-lorablated`](https://huggingface.co/nbeerbower/Mahou-1.5-mistral-nemo-12B-lorablated) 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/nbeerbower/Mahou-1.5-mistral-nemo-12B-lorablated) 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 [`nbeerbower/Mahou-1.5-mistral-nemo-12B-lorablated`](https://huggingface.co/nbeerbower/Mahou-1.5-mistral-nemo-12B-lorablated) 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/nbeerbower/Mahou-1.5-mistral-nemo-12B-lorablated) for more details on the model.
14
 
15
+ ---
16
+ Model details:
17
+ -
18
+ This model was merged using the task arithmetic merge method using flammenai/Mahou-1.5-mistral-nemo-12B + nbeerbower/Mistral-Nemo-12B-abliterated-LORA as a base.
19
+ Models Merged
20
+
21
+ The following models were included in the merge:
22
+ Configuration
23
+
24
+ The following YAML configuration was used to produce this model:
25
+
26
+ base_model: flammenai/Mahou-1.5-mistral-nemo-12B+nbeerbower/Mistral-Nemo-12B-abliterated-LORA
27
+ dtype: bfloat16
28
+ merge_method: task_arithmetic
29
+ parameters:
30
+ normalize: false
31
+ slices:
32
+ - sources:
33
+ - layer_range: [0, 32]
34
+ model: flammenai/Mahou-1.5-mistral-nemo-12B+nbeerbower/Mistral-Nemo-12B-abliterated-LORA
35
+ parameters:
36
+ weight: 1.0
37
+
38
+ ---
39
  ## Use with llama.cpp
40
  Install llama.cpp through brew (works on Mac and Linux)
41