system HF staff commited on
Commit
3ec35ab
1 Parent(s): c7d51a6

Update config.json

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