AnnyNguyen commited on
Commit
cb0a009
·
verified ·
1 Parent(s): c4c2dd8

Upload checkpoint-94/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. checkpoint-94/config.json +43 -0
checkpoint-94/config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "gelu",
4
+ "architectures": [
5
+ "BartModel"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "auto_map": {
9
+ "AutoModel": "models.BartForABSA",
10
+ "AutoModelForSequenceClassification": "models.BartForABSA"
11
+ },
12
+ "bos_token_id": 0,
13
+ "classifier_dropout": 0.0,
14
+ "custom_model_type": "BartForABSA",
15
+ "d_model": 1024,
16
+ "decoder_attention_heads": 16,
17
+ "decoder_ffn_dim": 4096,
18
+ "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 12,
20
+ "decoder_start_token_id": 2,
21
+ "dropout": 0.1,
22
+ "dtype": "float32",
23
+ "encoder_attention_heads": 16,
24
+ "encoder_ffn_dim": 4096,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 12,
27
+ "eos_token_id": 2,
28
+ "forced_eos_token_id": 2,
29
+ "gradient_checkpointing": false,
30
+ "init_std": 0.02,
31
+ "is_encoder_decoder": true,
32
+ "max_position_embeddings": 1024,
33
+ "model_type": "mbart",
34
+ "num_aspects": 34,
35
+ "num_hidden_layers": 12,
36
+ "num_sentiments": 3,
37
+ "pad_token_id": 1,
38
+ "scale_embedding": false,
39
+ "tokenizer_class": "BartphoTokenizer",
40
+ "transformers_version": "4.57.1",
41
+ "use_cache": true,
42
+ "vocab_size": 40030
43
+ }