miguelvictor commited on
Commit
c8abba5
1 Parent(s): 954ce78

added model checkpoint

Browse files
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "architectures": [
4
+ "GPT2LMHeadModel"
5
+ ],
6
+ "attn_pdrop": 0.1,
7
+ "bos_token_id": 2,
8
+ "embd_pdrop": 0.1,
9
+ "eos_token_id": 3,
10
+ "gradient_checkpointing": true,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_ctx": 1024,
15
+ "n_embd": 768,
16
+ "n_head": 12,
17
+ "n_inner": null,
18
+ "n_layer": 12,
19
+ "n_positions": 512,
20
+ "pad_token_id": 0,
21
+ "resid_pdrop": 0.1,
22
+ "summary_activation": null,
23
+ "summary_first_dropout": 0.1,
24
+ "summary_proj_to_labels": true,
25
+ "summary_type": "cls_index",
26
+ "summary_use_proj": true,
27
+ "tokenizer": "default",
28
+ "transformers_version": "4.5.1",
29
+ "use_cache": false,
30
+ "vocab_size": 16000
31
+ }
events.out.tfevents.1619065074.77e6015800e0.1145.0 ADDED
Binary file (570 kB). View file
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:583403eac75e023eaf96fd61b0b085989d53b337bfc2b451ce208e4f5eae646f
3
+ size 403597947
spm-default-16k.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5682bb73fbe4efee67a087751ce4d2bc801e0fec4f0753bc5a871a4ef725bb25
3
+ size 10521992
spm-default-16k.vocab ADDED
The diff for this file is too large to render. See raw diff
 
training.logs ADDED
The diff for this file is too large to render. See raw diff