system HF staff commited on
Commit
4601a33
1 Parent(s): 880c6b1

Update config.json

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