danyaljj commited on
Commit
631c9eb
1 Parent(s): dbc3506
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "architectures": [
4
+ "GPT2LMHeadModel"
5
+ ],
6
+ "attn_pdrop": 0.1,
7
+ "bos_token_id": 50256,
8
+ "embd_pdrop": 0.1,
9
+ "eos_token_id": 50256,
10
+ "finetuning_task": null,
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_layer": 12,
18
+ "n_positions": 1024,
19
+ "num_labels": 1,
20
+ "output_attentions": false,
21
+ "output_hidden_states": false,
22
+ "pruned_heads": {},
23
+ "resid_pdrop": 0.1,
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
+ "task_specific_params": {
30
+ "text-generation": {
31
+ "do_sample": true,
32
+ "max_length": 50
33
+ }
34
+ },
35
+ "torchscript": false,
36
+ "vocab_size": 50257
37
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
metrics.json ADDED
@@ -0,0 +1 @@
 
1
+ {"2000.perplexity": 1.7814306020736694, "4000.perplexity": 1.7171242237091064, "6000.perplexity": 1.7327085733413696, "8000.perplexity": 1.6859264373779297, "10000.perplexity": 1.6911686658859253, "12000.perplexity": 1.7163463830947876, "best_perp": 1.6859264373779297, "best_perp_step": 8000}
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c4da5a849f9d5ef2a993e9645afec4690b6e21e8e15cc93dabf6db2b47d06e2
3
+ size 548125486
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>"}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"do_lower_case": false, "max_len": 1024, "init_inputs": []}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35440027d6241389eb596b90f63548ea8bbdad1971ddfb22b8883dbfbc86f82d
3
+ size 1264
vocab.json ADDED
The diff for this file is too large to render. See raw diff