uisikdag commited on
Commit
74af119
·
verified ·
1 Parent(s): 9349e97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ prepared with mergekit
9
 
10
  quantized 4 bits with bitsandbytes
11
 
12
- '''python
13
  base_model: meta-llama/Llama-2-7b-chat-hf
14
  gate_mode: cheap_embed
15
  experts:
@@ -17,4 +17,4 @@ experts:
17
  positive_prompts: ["You are an helpful assistant."]
18
  - source_model: TheTravellingEngineer/llama2-7b-hf-guanaco
19
  positive_prompts: ["You are an helpful general-pupose assistant"]
20
- '''
 
9
 
10
  quantized 4 bits with bitsandbytes
11
 
12
+ ```python
13
  base_model: meta-llama/Llama-2-7b-chat-hf
14
  gate_mode: cheap_embed
15
  experts:
 
17
  positive_prompts: ["You are an helpful assistant."]
18
  - source_model: TheTravellingEngineer/llama2-7b-hf-guanaco
19
  positive_prompts: ["You are an helpful general-pupose assistant"]
20
+ ```