Delta-Vector commited on
Commit
c1eaadc
·
verified ·
1 Parent(s): 026e449

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
+ - NewEden/MistralAI-Nemo-Instruct-ChatML
4
+ - NewEden/daring-mango-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
+ # mag-se
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 [NewEden/MistralAI-Nemo-Instruct-ChatML](https://huggingface.co/NewEden/MistralAI-Nemo-Instruct-ChatML) + [NewEden/daring-mango-r1](https://huggingface.co/NewEden/daring-mango-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: NewEden/MistralAI-Nemo-Instruct-ChatML+NewEden/daring-mango-r1
36
+ dtype: bfloat16
37
+ merge_method: passthrough
38
+ models:
39
+ - model: NewEden/MistralAI-Nemo-Instruct-ChatML+NewEden/daring-mango-r1
40
+ ```