AnnyNguyen commited on
Commit
4137982
·
verified ·
1 Parent(s): c5dfaed

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +43 -0
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "T5ForConditionalGeneration"
4
+ ],
5
+ "classifier_dropout": 0.0,
6
+ "d_ff": 3072,
7
+ "d_kv": 64,
8
+ "d_model": 768,
9
+ "decoder_start_token_id": 0,
10
+ "dense_act_fn": "relu",
11
+ "dropout_rate": 0.1,
12
+ "dtype": "float32",
13
+ "eos_token_id": 1,
14
+ "feed_forward_proj": "relu",
15
+ "id2label": {
16
+ "0": "NO-SPAM",
17
+ "1": "SPAM-1",
18
+ "2": "SPAM-2",
19
+ "3": "SPAM-3"
20
+ },
21
+ "initializer_factor": 1.0,
22
+ "is_encoder_decoder": true,
23
+ "is_gated_act": false,
24
+ "label2id": {
25
+ "NO-SPAM": 0,
26
+ "SPAM-1": 1,
27
+ "SPAM-2": 2,
28
+ "SPAM-3": 3
29
+ },
30
+ "layer_norm_epsilon": 1e-06,
31
+ "model_type": "t5",
32
+ "n_positions": 512,
33
+ "num_decoder_layers": 12,
34
+ "num_heads": 12,
35
+ "num_layers": 12,
36
+ "output_past": true,
37
+ "pad_token_id": 0,
38
+ "relative_attention_max_distance": 128,
39
+ "relative_attention_num_buckets": 32,
40
+ "transformers_version": "4.57.1",
41
+ "use_cache": true,
42
+ "vocab_size": 36096
43
+ }