s3nh commited on
Commit
7f8e61e
1 Parent(s): bcd3ddf

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - TinyLlama/TinyLlama-1.1B-Chat-v1.0
4
+ - 78health/TinyLlama_1.1B-function-calling
5
+ - phanerozoic/Tiny-Pirate-1.1b-v0.1
6
+ - Tensoic/TinyLlama-1.1B-3T-openhermes
7
+ tags:
8
+ - mergekit
9
+ - merge
10
+
11
+ ---
12
+
13
+
14
+
15
+ This model was created by tremendous work of mergekit developers. I decided to merge tinyLlama models to
16
+ create mixture of experts.
17
+ Config used as below:
18
+
19
+
20
+ ```
21
+ """base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
22
+ experts:
23
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
24
+ positive_prompts:
25
+ - "chat"
26
+ - "assistant"
27
+ - "tell me"
28
+ - "explain"
29
+ - source_model: 78health/TinyLlama_1.1B-function-calling
30
+ positive_prompts:
31
+ - "code"
32
+ - "python"
33
+ - "javascript"
34
+ - "programming"
35
+ - "algorithm"
36
+ - source_model: phanerozoic/Tiny-Pirate-1.1b-v0.1
37
+ positive_prompts:
38
+ - "storywriting"
39
+ - "write"
40
+ - "scene"
41
+ - "story"
42
+ - "character"
43
+ - source_model: Tensoic/TinyLlama-1.1B-3T-openhermes
44
+ positive_prompts:
45
+ - "reason"
46
+ - "provide"
47
+ - "instruct"
48
+ - "summarize"
49
+ - "count"
50
+ """
51
+ ```