system HF staff commited on
Commit
f757bd5
1 Parent(s): 8ebd7d2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +33 -0
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attn_pdrop": 0.1,
3
+ "embd_pdrop": 0.1,
4
+ "finetuning_task": null,
5
+ "id2label": {
6
+ "0": "LABEL_0"
7
+ },
8
+ "initializer_range": 0.02,
9
+ "is_decoder": false,
10
+ "label2id": {
11
+ "LABEL_0": 0
12
+ },
13
+ "layer_norm_epsilon": 1e-05,
14
+ "n_ctx": 1024,
15
+ "n_embd": 768,
16
+ "n_head": 12,
17
+ "n_layer": 6,
18
+ "n_positions": 1024,
19
+ "num_labels": 1,
20
+ "output_attentions": false,
21
+ "output_hidden_states": false,
22
+ "output_past": true,
23
+ "pruned_heads": {},
24
+ "resid_pdrop": 0.1,
25
+ "summary_activation": null,
26
+ "summary_first_dropout": 0.1,
27
+ "summary_proj_to_labels": true,
28
+ "summary_type": "cls_index",
29
+ "summary_use_proj": true,
30
+ "torchscript": false,
31
+ "use_bfloat16": false,
32
+ "vocab_size": 50257
33
+ }