Triangle104 commited on
Commit
942d7e1
·
verified ·
1 Parent(s): 8b06b71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -12,6 +12,34 @@ 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 is a merge of pre-trained language models created using mergekit.
19
+ Merge Details
20
+ Merge Method
21
+
22
+ 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.
23
+ Models Merged
24
+
25
+ The following models were included in the merge:
26
+ Configuration
27
+
28
+ The following YAML configuration was used to produce this model:
29
+
30
+ base_model: flammenai/Mahou-1.5-mistral-nemo-12B+nbeerbower/Mistral-Nemo-12B-abliterated-LORA
31
+ dtype: bfloat16
32
+ merge_method: task_arithmetic
33
+ parameters:
34
+ normalize: false
35
+ slices:
36
+ - sources:
37
+ - layer_range: [0, 32]
38
+ model: flammenai/Mahou-1.5-mistral-nemo-12B+nbeerbower/Mistral-Nemo-12B-abliterated-LORA
39
+ parameters:
40
+ weight: 1.0
41
+
42
+ ---
43
  ## Use with llama.cpp
44
  Install llama.cpp through brew (works on Mac and Linux)
45