v000000 commited on
Commit
f1cdf76
1 Parent(s): 355b342

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md CHANGED
@@ -8,7 +8,58 @@ tags:
8
  - llama-cpp
9
  ---
10
 
 
 
11
  # v000000/L3-8B-UGI-DontPlanToEnd-test-FP16-GGUF
12
  This model was converted to GGUF format from [`v000000/L3-8B-UGI-DontPlanToEnd-test`](https://huggingface.co/v000000/L3-8B-UGI-DontPlanToEnd-test) using llama.cpp
13
  Refer to the [original model card](https://huggingface.co/v000000/L3-8B-UGI-DontPlanToEnd-test) for more details on the model.'
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - llama-cpp
9
  ---
10
 
11
+ # FP16 in .GGUF format for llama.cpp inference.
12
+
13
  # v000000/L3-8B-UGI-DontPlanToEnd-test-FP16-GGUF
14
  This model was converted to GGUF format from [`v000000/L3-8B-UGI-DontPlanToEnd-test`](https://huggingface.co/v000000/L3-8B-UGI-DontPlanToEnd-test) using llama.cpp
15
  Refer to the [original model card](https://huggingface.co/v000000/L3-8B-UGI-DontPlanToEnd-test) for more details on the model.'
16
 
17
+ # FP16 in .GGUF format for llama.cpp inference.
18
+
19
+ ### test-test-test-test request
20
+
21
+ # merge
22
+
23
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
24
+
25
+ ## Merge Details
26
+ ### Merge Method
27
+
28
+ This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [tannedbum/L3-Nymeria-8B](https://huggingface.co/tannedbum/L3-Nymeria-8B) as a base.
29
+
30
+ ### Models Merged
31
+
32
+ The following models were included in the merge:
33
+ * [PJMixers/LLaMa-3-CursedStock-v1.8-8B](https://huggingface.co/PJMixers/LLaMa-3-CursedStock-v1.8-8B)
34
+ * [bluuwhale/L3-SthenoMaidBlackroot-8B-V1](https://huggingface.co/bluuwhale/L3-SthenoMaidBlackroot-8B-V1)
35
+ * [v000000/L3-8B-Poppy-Sunspice](https://huggingface.co/v000000/L3-8B-Poppy-Sunspice)
36
+ * [Nitral-AI/Hathor_RP-v.01-L3-8B](https://huggingface.co/Nitral-AI/Hathor_RP-v.01-L3-8B)
37
+
38
+ ### Configuration
39
+
40
+ The following YAML configuration was used to produce this model:
41
+
42
+ ```yaml
43
+ models:
44
+ - model: PJMixers/LLaMa-3-CursedStock-v1.8-8B
45
+ parameters:
46
+ weight: 0.15
47
+ density: 0.57
48
+ - model: v000000/L3-8B-Poppy-Sunspice
49
+ parameters:
50
+ weight: 0.20
51
+ density: 0.69
52
+ - model: Nitral-AI/Hathor_RP-v.01-L3-8B
53
+ parameters:
54
+ weight: 0.30
55
+ density: 0.8
56
+ - model: bluuwhale/L3-SthenoMaidBlackroot-8B-V1
57
+ parameters:
58
+ weight: 0.35
59
+ density: 0.85
60
+ merge_method: dare_ties
61
+ base_model: tannedbum/L3-Nymeria-8B
62
+ parameters:
63
+ int8_mask: true
64
+ dtype: bfloat16
65
+ ```