Chrisneverdie commited on
Commit
5f89740
1 Parent(s): 2405ee6

Upload config (1).json

Browse files
Files changed (1) hide show
  1. config (1).json +26 -0
config (1).json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "adam",
3
+ "architectures": [
4
+ "RWKV-6"
5
+ ],
6
+ "attn_pdrop": 0.1,
7
+ "embd_pdrop": 0.1,
8
+ "initializer_range": 0.02,
9
+ "layer_norm_epsilon": 1e-05,
10
+ "model_type": "RWKV-6",
11
+ "ctx_len": 1024,
12
+ "n_embd": 768,
13
+ "n_layer": 12,
14
+ "resid_pdrop": 0.1,
15
+ "summary_activation": null,
16
+ "summary_first_dropout": 0.1,
17
+ "summary_proj_to_labels": true,
18
+ "summary_use_proj": true,
19
+ "task_specific_params": {
20
+ "text-generation": {
21
+ "do_sample": true,
22
+ "max_length": 50
23
+ }
24
+ },
25
+ "vocab_size": 65536
26
+ }