akameswa commited on
Commit
386c7b0
1 Parent(s): 64df610

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -19,4 +19,17 @@ mixtral-4x7b-instruct-code is a MoE of the following models using [mergekit](htt
19
 
20
  ## 🧩 Configuration
21
 
22
- ```yaml```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  ## 🧩 Configuration
21
 
22
+ ```yaml
23
+ base_model: akameswa/mistral-7b-instruct-v0.2-bnb-16bit
24
+ gate_mode: hidden
25
+ dtype: float16
26
+ experts:
27
+ - source_model: akameswa/mistral-7b-instruct-javascript-16bit
28
+ positive_prompts: ["You are helpful a coding assistant good at javascript"]
29
+ - source_model: akameswa/mistral-7b-instruct-java-16bit
30
+ positive_prompts: ["You are helpful a coding assistant good at java"]
31
+ - source_model: akameswa/mistral-7b-instruct-cpp-16bit
32
+ positive_prompts: ["You are helpful a coding assistant good at cpp"]
33
+ - source_model: akameswa/mistral-7b-instruct-python-16bit
34
+ positive_prompts: ["You are helpful a coding assistant good at python"]
35
+ ```