system HF staff commited on
Commit
3547faa
1 Parent(s): 585bd06

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -34
config.json CHANGED
@@ -4,18 +4,20 @@
4
  "BertForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": null,
8
- "decoder_start_token_id": null,
9
- "do_sample": false,
10
- "early_stopping": false,
11
- "eos_token_id": null,
12
- "finetuning_task": null,
13
  "hidden_act": "gelu",
14
  "hidden_dropout_prob": 0.1,
15
  "hidden_size": 768,
16
  "id2label": {
17
  "0": "O",
18
  "1": "_",
 
 
 
 
 
 
 
 
19
  "10": "CPRED.CD",
20
  "11": "CPRED.SUJ",
21
  "12": "CREG",
@@ -26,21 +28,11 @@
26
  "17": "PASS",
27
  "18": "PUNC",
28
  "19": "ROOT",
29
- "2": "ATR",
30
  "20": "SUJ",
31
- "21": "VOC",
32
- "3": "ATR.d",
33
- "4": "CAG",
34
- "5": "CC",
35
- "6": "CD",
36
- "7": "CD.Q",
37
- "8": "CI",
38
- "9": "CPRED"
39
  },
40
  "initializer_range": 0.02,
41
  "intermediate_size": 3072,
42
- "is_decoder": false,
43
- "is_encoder_decoder": false,
44
  "label2id": {
45
  "ATR": 2,
46
  "ATR.d": 3,
@@ -66,29 +58,12 @@
66
  "_": 1
67
  },
68
  "layer_norm_eps": 1e-12,
69
- "length_penalty": 1.0,
70
- "max_length": 20,
71
  "max_position_embeddings": 512,
72
- "min_length": 0,
73
  "model_type": "bert",
74
- "no_repeat_ngram_size": 0,
75
  "num_attention_heads": 12,
76
- "num_beams": 1,
77
  "num_hidden_layers": 12,
78
- "num_return_sequences": 1,
79
- "output_attentions": false,
80
- "output_hidden_states": false,
81
  "output_past": true,
82
  "pad_token_id": 1,
83
- "prefix": null,
84
- "pruned_heads": {},
85
- "repetition_penalty": 1.0,
86
- "task_specific_params": null,
87
- "temperature": 1.0,
88
- "top_k": 50,
89
- "top_p": 1.0,
90
- "torchscript": false,
91
  "type_vocab_size": 2,
92
- "use_bfloat16": false,
93
  "vocab_size": 31002
94
  }
 
4
  "BertForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
 
 
 
 
 
7
  "hidden_act": "gelu",
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
  "0": "O",
12
  "1": "_",
13
+ "2": "ATR",
14
+ "3": "ATR.d",
15
+ "4": "CAG",
16
+ "5": "CC",
17
+ "6": "CD",
18
+ "7": "CD.Q",
19
+ "8": "CI",
20
+ "9": "CPRED",
21
  "10": "CPRED.CD",
22
  "11": "CPRED.SUJ",
23
  "12": "CREG",
 
28
  "17": "PASS",
29
  "18": "PUNC",
30
  "19": "ROOT",
 
31
  "20": "SUJ",
32
+ "21": "VOC"
 
 
 
 
 
 
 
33
  },
34
  "initializer_range": 0.02,
35
  "intermediate_size": 3072,
 
 
36
  "label2id": {
37
  "ATR": 2,
38
  "ATR.d": 3,
 
58
  "_": 1
59
  },
60
  "layer_norm_eps": 1e-12,
 
 
61
  "max_position_embeddings": 512,
 
62
  "model_type": "bert",
 
63
  "num_attention_heads": 12,
 
64
  "num_hidden_layers": 12,
 
 
 
65
  "output_past": true,
66
  "pad_token_id": 1,
 
 
 
 
 
 
 
 
67
  "type_vocab_size": 2,
 
68
  "vocab_size": 31002
69
  }