Asilarknes commited on
Commit
c1a1542
·
verified ·
1 Parent(s): 3ebbba7

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. config.json +3 -3
  3. model.safetensors +2 -2
README.md CHANGED
@@ -7,11 +7,11 @@ tags:
7
  - sft
8
  ---
9
 
10
- # selection-coder (SFT)
11
 
12
- ~210M decoder, only SelectionMixing, no attention. Pretrained on code, then SFT on instruction->script.
13
 
14
- Prompt format:
15
  ```
16
  ### Instruction:
17
  {instr}
 
7
  - sft
8
  ---
9
 
10
+ # selection-coder
11
 
12
+ ~210M decoder, only SelectionMixing (no attention), Muon, seq=1024. SFT on nvidia/OpenCodeInstruct.
13
 
14
+ Prompt:
15
  ```
16
  ### Instruction:
17
  {instr}
config.json CHANGED
@@ -3,11 +3,11 @@
3
  "d": 1024,
4
  "layers": 12,
5
  "heads": 16,
6
- "seq": 512,
7
  "ff": 4,
8
  "arch": "SelectionCoder",
9
  "mixer": "SelectionMixing(no-attention)",
10
- "stage": "sft-instruct",
11
  "prompt_template": "### Instruction:\n{instr}\n\n### Response:\n",
12
- "step": 1161
13
  }
 
3
  "d": 1024,
4
  "layers": 12,
5
  "heads": 16,
6
+ "seq": 1024,
7
  "ff": 4,
8
  "arch": "SelectionCoder",
9
  "mixer": "SelectionMixing(no-attention)",
10
+ "stage": "sft-big",
11
  "prompt_template": "### Instruction:\n{instr}\n\n### Response:\n",
12
+ "step": 1000
13
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dba7629d5370c770d5643ef1bbb5c2d0d605d5e8af15080c62d5b2c9b16c8783
3
- size 488715288
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbf78e88f383aa85e463a07e66f2f612fad52bee95419c12f8e44cf22c81231a
3
+ size 489763872