system HF staff commited on
Commit
a2cd0d5
1 Parent(s): 1925722

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -27
config.json CHANGED
@@ -1,55 +1,30 @@
1
  {
 
2
  "architectures": [
3
  "AlbertForSequenceClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0,
6
- "bos_token_id": null,
7
  "classifier_dropout_prob": 0.1,
8
- "do_sample": false,
9
  "down_scale_factor": 1,
10
  "embedding_size": 128,
 
11
  "eos_token_ids": null,
12
- "finetuning_task": null,
13
  "gap_size": 0,
14
  "hidden_act": "gelu_new",
15
  "hidden_dropout_prob": 0,
16
  "hidden_size": 1024,
17
- "id2label": {
18
- "0": "LABEL_0",
19
- "1": "LABEL_1"
20
- },
21
  "initializer_range": 0.02,
22
  "inner_group_num": 1,
23
  "intermediate_size": 4096,
24
- "is_decoder": false,
25
- "label2id": {
26
- "LABEL_0": 0,
27
- "LABEL_1": 1
28
- },
29
  "layer_norm_eps": 1e-12,
30
- "length_penalty": 1.0,
31
- "max_length": 20,
32
  "max_position_embeddings": 512,
33
  "model_type": "albert",
34
  "net_structure_type": 0,
35
  "num_attention_heads": 16,
36
- "num_beams": 1,
37
  "num_hidden_groups": 1,
38
  "num_hidden_layers": 24,
39
- "num_labels": 13,
40
  "num_memory_blocks": 0,
41
- "num_return_sequences": 1,
42
- "output_attentions": false,
43
- "output_hidden_states": false,
44
  "output_past": true,
45
- "pad_token_id": null,
46
- "pruned_heads": {},
47
- "repetition_penalty": 1.0,
48
- "temperature": 1.0,
49
- "top_k": 50,
50
- "top_p": 1.0,
51
- "torchscript": false,
52
  "type_vocab_size": 2,
53
- "use_bfloat16": false,
54
  "vocab_size": 30000
55
  }
1
  {
2
+ "_num_labels": 13,
3
  "architectures": [
4
  "AlbertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0,
 
7
  "classifier_dropout_prob": 0.1,
 
8
  "down_scale_factor": 1,
9
  "embedding_size": 128,
10
+ "eos_token_id": 3,
11
  "eos_token_ids": null,
 
12
  "gap_size": 0,
13
  "hidden_act": "gelu_new",
14
  "hidden_dropout_prob": 0,
15
  "hidden_size": 1024,
 
 
 
 
16
  "initializer_range": 0.02,
17
  "inner_group_num": 1,
18
  "intermediate_size": 4096,
 
 
 
 
 
19
  "layer_norm_eps": 1e-12,
 
 
20
  "max_position_embeddings": 512,
21
  "model_type": "albert",
22
  "net_structure_type": 0,
23
  "num_attention_heads": 16,
 
24
  "num_hidden_groups": 1,
25
  "num_hidden_layers": 24,
 
26
  "num_memory_blocks": 0,
 
 
 
27
  "output_past": true,
 
 
 
 
 
 
 
28
  "type_vocab_size": 2,
 
29
  "vocab_size": 30000
30
  }