Delta-Vector commited on
Commit
6adf78e
·
verified ·
1 Parent(s): 985c84a

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
+ - Delta-Vector/Francois-PE-12B
4
+ - NewEden/francois-PE-kto-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
+ # kto-francois-nemo-v2
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 [Delta-Vector/Francois-PE-12B](https://huggingface.co/Delta-Vector/Francois-PE-12B) + [NewEden/francois-PE-kto-r1](https://huggingface.co/NewEden/francois-PE-kto-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: Delta-Vector/Francois-PE-12B+NewEden/francois-PE-kto-r1
36
+ dtype: bfloat16
37
+ merge_method: passthrough
38
+ models:
39
+ - model: Delta-Vector/Francois-PE-12B+NewEden/francois-PE-kto-r1
40
+ ```