Upload understanding_good_stuff.json with huggingface_hub
Browse files
understanding_good_stuff.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"arc": {
|
| 3 |
+
"num_heads": 8,
|
| 4 |
+
"attention_dim": 768,
|
| 5 |
+
"vocab_size": 16384,
|
| 6 |
+
"num_blocks": 8,
|
| 7 |
+
"ff_dim": 3072
|
| 8 |
+
},
|
| 9 |
+
"attn": {
|
| 10 |
+
"attn_chunks": 4,
|
| 11 |
+
"gqa_repeats": 2,
|
| 12 |
+
"theeta": 10000
|
| 13 |
+
},
|
| 14 |
+
"moe": {
|
| 15 |
+
"num_experts": 1,
|
| 16 |
+
"top_k": 1,
|
| 17 |
+
"capacity": 1.25
|
| 18 |
+
},
|
| 19 |
+
"dropout_rate": 0.03
|
| 20 |
+
}
|