murathankurfali commited on
Commit
f66924b
·
verified ·
1 Parent(s): 744e32f

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +35 -0
  2. flax_model.msgpack +3 -0
  3. generation_config.json +7 -0
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gpt_base_config.json",
3
+ "activation_function": "gelu",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50000,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50001,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_ctx": 512,
15
+ "n_embd": 768,
16
+ "n_head": 12,
17
+ "n_inner": 3072,
18
+ "n_layer": 12,
19
+ "n_positions": 512,
20
+ "pad_token_id": 50002,
21
+ "prefix": "[CLS]",
22
+ "reorder_and_upcast_attn": false,
23
+ "resid_pdrop": 0.1,
24
+ "scale_attn_by_inverse_layer_idx": false,
25
+ "scale_attn_weights": true,
26
+ "summary_activation": null,
27
+ "summary_first_dropout": 0.1,
28
+ "summary_proj_to_labels": true,
29
+ "summary_type": "cls_index",
30
+ "summary_use_proj": true,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.45.2",
33
+ "use_cache": true,
34
+ "vocab_size": 51200
35
+ }
flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35afa346c34c3dc905c688ed0b21ffaf07ceaad2e1d8a60770f165e53251973e
3
+ size 499088152
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50000,
4
+ "eos_token_id": 50001,
5
+ "pad_token_id": 50002,
6
+ "transformers_version": "4.45.2"
7
+ }