Delta-Vector commited on
Commit
3ddecd5
·
verified ·
1 Parent(s): 57ff7d9

Upload ./README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - PocketDoc/Dans-PersonalityEngine-V1.1.0-12b
4
+ - NewEden/control-dan-12b-r1
5
+ library_name: transformers
6
+ tags:
7
+ - mergekit
8
+ - merge
9
+
10
+ ---
11
+ ### exl2 quant (measurement.json in main branch)
12
+ ---
13
+ ### check revisions for quants
14
+ ---
15
+
16
+ # control-nemo-v3
17
+
18
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
19
+
20
+ ## Merge Details
21
+ ### Merge Method
22
+
23
+ This model was merged using the passthrough merge method using [PocketDoc/Dans-PersonalityEngine-V1.1.0-12b](https://huggingface.co/PocketDoc/Dans-PersonalityEngine-V1.1.0-12b) + [NewEden/control-dan-12b-r1](https://huggingface.co/NewEden/control-dan-12b-r1) as a base.
24
+
25
+ ### Models Merged
26
+
27
+ The following models were included in the merge:
28
+
29
+
30
+ ### Configuration
31
+
32
+ The following YAML configuration was used to produce this model:
33
+
34
+ ```yaml
35
+ base_model: PocketDoc/Dans-PersonalityEngine-V1.1.0-12b+NewEden/control-dan-12b-r1
36
+ dtype: bfloat16
37
+ merge_method: passthrough
38
+ models:
39
+ - model: PocketDoc/Dans-PersonalityEngine-V1.1.0-12b+NewEden/control-dan-12b-r1
40
+ ```