pgfeldman commited on
Commit
111ce1a
1 Parent(s): d932284

Upload 12 files

Browse files
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 6.0,
3
+ "eval_loss": 1.8597137928009033,
4
+ "eval_runtime": 7.0057,
5
+ "eval_samples": 97,
6
+ "eval_samples_per_second": 13.846,
7
+ "eval_steps_per_second": 1.856,
8
+ "perplexity": 6.421898514793739,
9
+ "train_loss": 1.7339835345426344,
10
+ "train_runtime": 586.4467,
11
+ "train_samples": 374,
12
+ "train_samples_per_second": 3.826,
13
+ "train_steps_per_second": 3.826
14
+ }
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gpt2",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50256,
11
+ "gradient_checkpointing": false,
12
+ "initializer_range": 0.02,
13
+ "layer_norm_epsilon": 1e-05,
14
+ "model_type": "gpt2",
15
+ "n_ctx": 1024,
16
+ "n_embd": 768,
17
+ "n_head": 12,
18
+ "n_inner": null,
19
+ "n_layer": 12,
20
+ "n_positions": 1024,
21
+ "resid_pdrop": 0.1,
22
+ "scale_attn_weights": true,
23
+ "summary_activation": null,
24
+ "summary_first_dropout": 0.1,
25
+ "summary_proj_to_labels": true,
26
+ "summary_type": "cls_index",
27
+ "summary_use_proj": true,
28
+ "task_specific_params": {
29
+ "text-generation": {
30
+ "do_sample": true,
31
+ "max_length": 50
32
+ }
33
+ },
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.10.0.dev0",
36
+ "use_cache": true,
37
+ "vocab_size": 50257
38
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 6.0,
3
+ "eval_loss": 1.8597137928009033,
4
+ "eval_runtime": 7.0057,
5
+ "eval_samples": 97,
6
+ "eval_samples_per_second": 13.846,
7
+ "eval_steps_per_second": 1.856,
8
+ "perplexity": 6.421898514793739
9
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:533f55eac0c18343614d39ca6d6e8bc10d335b0a773046621c55755583d365ed
3
+ size 510407951
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "gpt2", "tokenizer_class": "GPT2Tokenizer"}
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 6.0,
3
+ "train_loss": 1.7339835345426344,
4
+ "train_runtime": 586.4467,
5
+ "train_samples": 374,
6
+ "train_samples_per_second": 3.826,
7
+ "train_steps_per_second": 3.826
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 6.0,
5
+ "global_step": 2244,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.34,
12
+ "learning_rate": 3.885918003565063e-05,
13
+ "loss": 2.1414,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 2.67,
18
+ "learning_rate": 2.7718360071301247e-05,
19
+ "loss": 1.7805,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 4.01,
24
+ "learning_rate": 1.6577540106951873e-05,
25
+ "loss": 1.6037,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 5.35,
30
+ "learning_rate": 5.436720142602496e-06,
31
+ "loss": 1.5264,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 6.0,
36
+ "step": 2244,
37
+ "total_flos": 1172678639616000.0,
38
+ "train_loss": 1.7339835345426344,
39
+ "train_runtime": 586.4467,
40
+ "train_samples_per_second": 3.826,
41
+ "train_steps_per_second": 3.826
42
+ }
43
+ ],
44
+ "max_steps": 2244,
45
+ "num_train_epochs": 6,
46
+ "total_flos": 1172678639616000.0,
47
+ "trial_name": null,
48
+ "trial_params": null
49
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:206b329a620ff938357239330399f38a7f0b528a4ad8a4c3fce9ea2d565cf508
3
+ size 2607
vocab.json ADDED
The diff for this file is too large to render. See raw diff