Angry-Wizard commited on
Commit
3d789d0
·
1 Parent(s): 45c1b65

Added config and model information for AI textgen and pipelines

Browse files
Files changed (2) hide show
  1. config.json +29 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "attn_pdrop": 0.1,
4
+ "bos_token_id": 50256,
5
+ "embd_pdrop": 0.1,
6
+ "eos_token_id": 50256,
7
+ "initializer_range": 0.02,
8
+ "layer_norm_epsilon": 1e-05,
9
+ "model_type": "gpt2",
10
+ "n_ctx": 1024,
11
+ "n_embd": 768,
12
+ "n_head": 12,
13
+ "n_inner": null,
14
+ "n_layer": 12,
15
+ "n_positions": 1024,
16
+ "n_vocab": 50257,
17
+ "reorder_and_upcast_attn": false,
18
+ "resid_pdrop": 0.1,
19
+ "scale_attn_by_inverse_layer_idx": false,
20
+ "scale_attn_weights": true,
21
+ "summary_activation": null,
22
+ "summary_first_dropout": 0.1,
23
+ "summary_proj_to_labels": true,
24
+ "summary_type": "cls_index",
25
+ "summary_use_proj": true,
26
+ "transformers_version": "4.26.1",
27
+ "use_cache": true,
28
+ "vocab_size": 50257
29
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d663fbcf40b777a30481026e953e2428aca767e81c2151c244fa165f69955917
3
+ size 510399293