momo commited on
Commit
adb7fe7
1 Parent(s): ab7bf6d
Files changed (1) hide show
  1. config.json +9 -2
config.json CHANGED
@@ -13,9 +13,13 @@
13
  "n_ctx": 1024,
14
  "n_embd": 768,
15
  "n_head": 12,
 
16
  "n_layer": 12,
17
  "n_positions": 1024,
 
18
  "resid_pdrop": 0.1,
 
 
19
  "summary_activation": null,
20
  "summary_first_dropout": 0.1,
21
  "summary_proj_to_labels": true,
@@ -27,5 +31,8 @@
27
  "max_length": 50
28
  }
29
  },
30
- "vocab_size": 50257
31
- }
 
 
 
 
13
  "n_ctx": 1024,
14
  "n_embd": 768,
15
  "n_head": 12,
16
+ "n_inner": null,
17
  "n_layer": 12,
18
  "n_positions": 1024,
19
+ "reorder_and_upcast_attn": false,
20
  "resid_pdrop": 0.1,
21
+ "scale_attn_by_inverse_layer_idx": false,
22
+ "scale_attn_weights": true,
23
  "summary_activation": null,
24
  "summary_first_dropout": 0.1,
25
  "summary_proj_to_labels": true,
 
31
  "max_length": 50
32
  }
33
  },
34
+ "torch_dtype": "float16",
35
+ "transformers_version": "4.16.2",
36
+ "use_cache": true,
37
+ "vocab_size": 50261
38
+ }