WICKED4950 commited on
Commit
275e85c
·
verified ·
1 Parent(s): 57052c5

Upload understanding_good_stuff.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. understanding_good_stuff.json +20 -0
understanding_good_stuff.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arc": {
3
+ "num_heads": 8,
4
+ "attention_dim": 512,
5
+ "vocab_size": 16384,
6
+ "num_blocks": 8,
7
+ "ff_dim": 1536
8
+ },
9
+ "attn": {
10
+ "attn_chunks": 2,
11
+ "gqa_repeats": 2
12
+ },
13
+ "moe": {
14
+ "num_experts": 2,
15
+ "top_k": 1,
16
+ "chunk_size": 1536,
17
+ "pad": 1536
18
+ },
19
+ "dropout_rate": 0.05
20
+ }