lysandre HF staff commited on
Commit
3c85a24
1 Parent(s): 6163e32

Add model and configuration.

Browse files
Files changed (3) hide show
  1. config.json +33 -0
  2. pytorch_model.bin +3 -0
  3. tf_model.h5 +3 -0
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "attention_probs_dropout_prob": 0.1,
4
+ "attn_pdrop": 0.1,
5
+ "bos_token_id": 98,
6
+ "embd_pdrop": 0.1,
7
+ "eos_token_id": 98,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 37,
13
+ "layer_norm_epsilon": 1e-05,
14
+ "model_type": "gpt2",
15
+ "n_ctx": 512,
16
+ "n_embd": 32,
17
+ "n_head": 4,
18
+ "n_inner": null,
19
+ "n_layer": 5,
20
+ "n_positions": 512,
21
+ "pad_token_id": 98,
22
+ "resid_pdrop": 0.1,
23
+ "scale_attn_weights": true,
24
+ "summary_activation": null,
25
+ "summary_first_dropout": 0.1,
26
+ "summary_proj_to_labels": true,
27
+ "summary_type": "cls_index",
28
+ "summary_use_proj": true,
29
+ "transformers_version": "4.10.0.dev0",
30
+ "type_vocab_size": 16,
31
+ "use_cache": true,
32
+ "vocab_size": 99
33
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7d52302e27a003a6fbf214fe91712694f00cb0d49902b301826f7465b06a0bc
3
+ size 3330199
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:324845a3b63ba8f7975c1a49ebd6b6e5fc542fb4326fd639023a59198efd60fd
3
+ size 6962424