system HF staff commited on
Commit
8d0b482
1 Parent(s): d0f99fb

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +44 -0
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "AlbertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0,
6
+ "bos_token_id": 2,
7
+ "classifier_dropout_prob": 0.1,
8
+ "down_scale_factor": 1,
9
+ "embedding_size": 128,
10
+ "eos_token_id": 3,
11
+ "finetuning_task": "deepsentipers",
12
+ "gap_size": 0,
13
+ "hidden_act": "gelu_new",
14
+ "hidden_dropout_prob": 0,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "furious",
18
+ "1": "angry",
19
+ "2": "neutral",
20
+ "3": "happy",
21
+ "4": "delighted"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "inner_group_num": 1,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "angry": 1,
28
+ "delighted": 4,
29
+ "furious": 0,
30
+ "happy": 3,
31
+ "neutral": 2
32
+ },
33
+ "layer_norm_eps": 1e-12,
34
+ "max_position_embeddings": 512,
35
+ "model_type": "albert",
36
+ "net_structure_type": 0,
37
+ "num_attention_heads": 12,
38
+ "num_hidden_groups": 1,
39
+ "num_hidden_layers": 12,
40
+ "num_memory_blocks": 0,
41
+ "pad_token_id": 0,
42
+ "type_vocab_size": 2,
43
+ "vocab_size": 80000
44
+ }