Update config.json
Browse files- config.json +63 -0
config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_num_labels": 2,
|
3 |
+
"architectures": null,
|
4 |
+
"attn_type": "bi",
|
5 |
+
"bi_data": false,
|
6 |
+
"bos_token_id": 1,
|
7 |
+
"clamp_len": -1,
|
8 |
+
"d_head": 64,
|
9 |
+
"d_inner": 4096,
|
10 |
+
"d_model": 1024,
|
11 |
+
"decoder_start_token_id": null,
|
12 |
+
"do_sample": false,
|
13 |
+
"dropout": 0.1,
|
14 |
+
"early_stopping": false,
|
15 |
+
"end_n_top": 5,
|
16 |
+
"eos_token_id": 2,
|
17 |
+
"ff_activation": "relu",
|
18 |
+
"finetuning_task": null,
|
19 |
+
"id2label": {
|
20 |
+
"0": "LABEL_0",
|
21 |
+
"1": "LABEL_1"
|
22 |
+
},
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"is_decoder": false,
|
25 |
+
"is_encoder_decoder": false,
|
26 |
+
"label2id": {
|
27 |
+
"LABEL_0": 0,
|
28 |
+
"LABEL_1": 1
|
29 |
+
},
|
30 |
+
"layer_norm_eps": 1e-12,
|
31 |
+
"length_penalty": 1.0,
|
32 |
+
"max_length": 20,
|
33 |
+
"mem_len": null,
|
34 |
+
"min_length": 0,
|
35 |
+
"model_type": "xlnet",
|
36 |
+
"n_head": 16,
|
37 |
+
"n_layer": 30,
|
38 |
+
"no_repeat_ngram_size": 0,
|
39 |
+
"num_beams": 1,
|
40 |
+
"num_return_sequences": 1,
|
41 |
+
"output_attentions": false,
|
42 |
+
"output_hidden_states": false,
|
43 |
+
"output_past": true,
|
44 |
+
"pad_token_id": 5,
|
45 |
+
"prefix": null,
|
46 |
+
"pruned_heads": {},
|
47 |
+
"repetition_penalty": 1.0,
|
48 |
+
"reuse_len": null,
|
49 |
+
"same_length": false,
|
50 |
+
"start_n_top": 5,
|
51 |
+
"summary_activation": "tanh",
|
52 |
+
"summary_last_dropout": 0.1,
|
53 |
+
"summary_type": "last",
|
54 |
+
"summary_use_proj": true,
|
55 |
+
"task_specific_params": null,
|
56 |
+
"temperature": 1.0,
|
57 |
+
"top_k": 50,
|
58 |
+
"top_p": 1.0,
|
59 |
+
"torchscript": false,
|
60 |
+
"untie_r": true,
|
61 |
+
"use_bfloat16": false,
|
62 |
+
"vocab_size": 37
|
63 |
+
}
|