AnnyNguyen commited on
Commit
112ee78
·
verified ·
1 Parent(s): 80252b6

Upload config.json with huggingface_hub

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