danyaljj commited on
Commit
8734b60
1 Parent(s): df96472
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
+ }
last_eval_metrics.json ADDED
@@ -0,0 +1 @@
 
1
+ perplexity = 7.2947001457214355
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": 7.292267322540283, "4000.perplexity": 7.097239017486572, "6000.perplexity": 7.142581462860107, "8000.perplexity": 7.048605918884277, "10000.perplexity": 7.156882286071777, "12000.perplexity": 7.2921462059021, "best_perp": 7.048605918884277, "best_perp_step": 8000}
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:618ff128afa485a38e371bad5ae728d772b6dcdaf7c9e8ffc9e990b6c3cf7f5a
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:9efc39d5ec8468fd748395dd37847ed0e55645ef43ba7719d86242f746b56334
3
+ size 1264
vocab.json ADDED
The diff for this file is too large to render. See raw diff