File size: 1,266 Bytes
b5a178d
 
 
 
 
 
 
 
 
12ba63e
 
 
 
 
 
b5a178d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f47d9ed
b5a178d
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "_name_or_path": "zhibinlu/vgcn-distilbert-base-uncased",
  "activation": "gelu",
  "architectures": [
    "VGCNBertModel"
  ],
  "attention_dropout": 0.1,
  "auto_map": {
    "AutoConfig": "configuration_vgcn_bert.VGCNBertConfig",
    "AutoModel": "modeling_vgcn_bert.VGCNBertModel",
    "AutoModelForMaskedLM": "modeling_vgcn_bert.VGCNBertForMaskedLM",
    "AutoModelForSequenceClassification": "modeling_vgcn_bert.VGCNBertForSequenceClassification",
    "AutoModelForQuestionAnswering": "modeling_vgcn_bert.VGCNBertForQuestionAnswering",
    "AutoModelForTokenClassification": "modeling_vgcn_bert.VGCNBertForTokenClassification",
    "AutoModelForMultipleChoice": "modeling_vgcn_bert.VGCNBertForMultipleChoice"
  },
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "initializer_range": 0.02,
  "max_position_embeddings": 512,
  "model_type": "vgcn-bert",
  "n_heads": 12,
  "n_layers": 6,
  "pad_token_id": 0,
  "qa_dropout": 0.1,
  "seq_classif_dropout": 0.2,
  "sinusoidal_pos_embds": false,
  "tie_weights_": true,
  "torch_dtype": "float32",
  "transformers_version": "4.30",
  "vgcn_activation": null,
  "vgcn_dropout": 0.1,
  "vgcn_graph_embds_dim": 16,
  "vgcn_hidden_dim": 128,
  "vgcn_weight_init_mode": "transparent",
  "vocab_size": 30522
}