Triangle104 commited on
Commit
94ccb73
1 Parent(s): 43a88b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -12,6 +12,45 @@ tags:
12
  This model was converted to GGUF format from [`SzilviaB/Guanaco-Frank-Jordan-13B-uncensored`](https://huggingface.co/SzilviaB/Guanaco-Frank-Jordan-13B-uncensored) 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/SzilviaB/Guanaco-Frank-Jordan-13B-uncensored) 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 [`SzilviaB/Guanaco-Frank-Jordan-13B-uncensored`](https://huggingface.co/SzilviaB/Guanaco-Frank-Jordan-13B-uncensored) 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/SzilviaB/Guanaco-Frank-Jordan-13B-uncensored) 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
+
20
+ Merge Method
21
+ -
22
+ This model was merged using the TIES merge method using Fredithefish/Guanaco-13B-Uncensored as a base.
23
+ Models Merged
24
+
25
+ The following models were included in the merge:
26
+
27
+ ajibawa-2023/Uncensored-Jordan-13B
28
+ ajibawa-2023/Uncensored-Frank-13B
29
+
30
+ Configuration
31
+ -
32
+ The following YAML configuration was used to produce this model:
33
+
34
+ models:
35
+ - model: Fredithefish/Guanaco-13B-Uncensored
36
+ #no parameters necessary for base model
37
+ - model: ajibawa-2023/Uncensored-Frank-13B
38
+ parameters:
39
+ density: 0.5
40
+ weight: 0.5
41
+ - model: ajibawa-2023/Uncensored-Jordan-13B
42
+ parameters:
43
+ density: 0.5
44
+ weight: 0.5
45
+
46
+ merge_method: ties
47
+ base_model: Fredithefish/Guanaco-13B-Uncensored
48
+ parameters:
49
+ normalize: false
50
+ int8_mask: true
51
+ dtype: float16
52
+
53
+ ---
54
  ## Use with llama.cpp
55
  Install llama.cpp through brew (works on Mac and Linux)
56