system HF staff commited on
Commit
6590b7f
1 Parent(s): ac19da2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +53 -0
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": null,
3
+ "attention_probs_dropout_prob": 0.1,
4
+ "bos_token_id": 0,
5
+ "do_sample": false,
6
+ "eos_token_ids": 0,
7
+ "finetuning_task": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "is_decoder": false,
18
+ "label2id": {
19
+ "LABEL_0": 0,
20
+ "LABEL_1": 1
21
+ },
22
+ "layer_norm_eps": 1e-12,
23
+ "length_penalty": 1.0,
24
+ "max_length": 20,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 12,
28
+ "num_beams": 1,
29
+ "num_hidden_layers": 12,
30
+ "num_labels": 2,
31
+ "num_polarities": 3,
32
+ "num_return_sequences": 1,
33
+ "num_tags": 4,
34
+ "output_attentions": true,
35
+ "output_hidden_states": true,
36
+ "output_past": true,
37
+ "pad_token_id": 0,
38
+ "pruned_heads": {},
39
+ "repetition_penalty": 1.0,
40
+ "tags": [
41
+ "B",
42
+ "I",
43
+ "E",
44
+ "O"
45
+ ],
46
+ "temperature": 1.0,
47
+ "top_k": 50,
48
+ "top_p": 1.0,
49
+ "torchscript": false,
50
+ "type_vocab_size": 2,
51
+ "use_bfloat16": false,
52
+ "vocab_size": 30522
53
+ }