AnnyNguyen commited on
Commit
29a6ec0
·
verified ·
1 Parent(s): 5ef06fc

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +35 -0
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaModel"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "auto_map": {
7
+ "AutoModel": "models.TransformerForABSA",
8
+ "AutoModelForSequenceClassification": "models.TransformerForABSA"
9
+ },
10
+ "bos_token_id": 0,
11
+ "classifier_dropout": null,
12
+ "custom_model_type": "TransformerForABSA",
13
+ "dtype": "float32",
14
+ "eos_token_id": 2,
15
+ "gradient_checkpointing": false,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.1,
18
+ "hidden_size": 768,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "layer_norm_eps": 1e-05,
22
+ "max_position_embeddings": 258,
23
+ "model_type": "roberta",
24
+ "num_aspects": 10,
25
+ "num_attention_heads": 12,
26
+ "num_hidden_layers": 12,
27
+ "num_sentiments": 3,
28
+ "pad_token_id": 1,
29
+ "position_embedding_type": "absolute",
30
+ "tokenizer_class": "PhobertTokenizer",
31
+ "transformers_version": "4.57.1",
32
+ "type_vocab_size": 1,
33
+ "use_cache": true,
34
+ "vocab_size": 64001
35
+ }