Baicai003 commited on
Commit
696141f
1 Parent(s): c837127

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +28 -0
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "T5Model"
4
+ ],
5
+ "classifier_dropout": 0.0,
6
+ "d_ff": 1,
7
+ "d_kv": 32,
8
+ "d_model": 1,
9
+ "dense_act_fn": "relu",
10
+ "dropout_rate": 0.1,
11
+ "eos_token_id": 1,
12
+ "feed_forward_proj": "relu",
13
+ "initializer_factor": 1.0,
14
+ "is_encoder_decoder": true,
15
+ "is_gated_act": false,
16
+ "layer_norm_epsilon": 1e-06,
17
+ "model_type": "t5",
18
+ "num_decoder_layers": 1,
19
+ "num_heads": 1,
20
+ "num_layers": 1,
21
+ "pad_token_id": 0,
22
+ "relative_attention_max_distance": 128,
23
+ "relative_attention_num_buckets": 32,
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.33.1",
26
+ "use_cache": true,
27
+ "vocab_size": 32128
28
+ }