Walmart-the-bag commited on
Commit
b5c17df
·
1 Parent(s): 5dc47a3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pipeline_tag: text-generation
5
+ ---
6
+ ## This is currently not tested and can fail easily. Will be public when tested.
7
+
8
+ YAML:
9
+ ```
10
+ models:
11
+ - model: KoboldAI/LLaMA2-13B-Tiefighter
12
+ parameters:
13
+ weight: 0.3
14
+ - model: NeverSleep/Noromaid-13b-v0.1.1
15
+ parameters:
16
+ weight: 0.5
17
+ - model: lmsys/vicuna-13b-v1.5
18
+ parameters:
19
+ weight: 0.2
20
+ merge_method: linear
21
+ dtype: float16
22
+ ```