lucyknada commited on
Commit
61cc34b
·
verified ·
1 Parent(s): bae2c9b

Upload ./README.md with huggingface_hub

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