AIChenKai commited on
Commit
0b106bf
1 Parent(s): 71fa042

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ Config:
6
+ '''
7
+ base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
8
+ gate_mode: hidden
9
+ dtype: bfloat16
10
+ experts:
11
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
12
+ positive_prompts: [""]
13
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
14
+ positive_prompts: [""]
15
+ '''