Upload folder using huggingface_hub
Browse files- README.md +3 -3
- config.json +3 -3
- model.safetensors +2 -2
README.md
CHANGED
|
@@ -7,11 +7,11 @@ tags:
|
|
| 7 |
- sft
|
| 8 |
---
|
| 9 |
|
| 10 |
-
# selection-coder
|
| 11 |
|
| 12 |
-
~210M decoder, only SelectionMixing
|
| 13 |
|
| 14 |
-
Prompt
|
| 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":
|
| 7 |
"ff": 4,
|
| 8 |
"arch": "SelectionCoder",
|
| 9 |
"mixer": "SelectionMixing(no-attention)",
|
| 10 |
-
"stage": "sft-
|
| 11 |
"prompt_template": "### Instruction:\n{instr}\n\n### Response:\n",
|
| 12 |
-
"step":
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbf78e88f383aa85e463a07e66f2f612fad52bee95419c12f8e44cf22c81231a
|
| 3 |
+
size 489763872
|