thomasgauthier commited on
Commit
aa2f9f0
1 Parent(s): cf7b767

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -20,9 +20,9 @@ The following named weight correspondance was used:
20
 
21
  | Mistral weight | Mixtral weight |
22
  |----------------|------------------------------|
23
- | `gate_proj` | `experts.{layer_num}.w1` |
24
- | `down_proj` | `experts.{layer_num}.w2` |
25
- | `up_proj` | `experts.{layer_num}.w3` |
26
 
27
  This mergekit configuration was used to merge the experts:
28
 
 
20
 
21
  | Mistral weight | Mixtral weight |
22
  |----------------|------------------------------|
23
+ | `gate_proj` | `experts.{expert_num}.w1` |
24
+ | `down_proj` | `experts.{expert_num}.w2` |
25
+ | `up_proj` | `experts.{expert_num}.w3` |
26
 
27
  This mergekit configuration was used to merge the experts:
28