Aunsiels commited on
Commit
66932dc
1 Parent(s): 5710958

Upload 12 files

Browse files
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 1.124106764793396,
4
+ "eval_runtime": 85.8692,
5
+ "eval_samples": 393,
6
+ "eval_samples_per_second": 4.577,
7
+ "eval_steps_per_second": 2.294,
8
+ "perplexity": 3.0774667192237892,
9
+ "train_loss": 1.1233460162319033,
10
+ "train_runtime": 7598.915,
11
+ "train_samples": 3540,
12
+ "train_samples_per_second": 1.398,
13
+ "train_steps_per_second": 0.699
14
+ }
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gpt2-large",
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": 1280,
17
+ "n_head": 20,
18
+ "n_inner": null,
19
+ "n_layer": 36,
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
+ "transformers_version": "4.8.0.dev0",
35
+ "use_cache": true,
36
+ "vocab_size": 50257
37
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 1.124106764793396,
4
+ "eval_runtime": 85.8692,
5
+ "eval_samples": 393,
6
+ "eval_samples_per_second": 4.577,
7
+ "eval_steps_per_second": 2.294,
8
+ "perplexity": 3.0774667192237892
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:d351f4584a1bc653f5ea678b7c27f9c074dd8dc74f875b73d32227cdd43004b3
3
+ size 3134053001
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-large", "tokenizer_class": "GPT2Tokenizer"}
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 1.1233460162319033,
4
+ "train_runtime": 7598.915,
5
+ "train_samples": 3540,
6
+ "train_samples_per_second": 1.398,
7
+ "train_steps_per_second": 0.699
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "global_step": 5310,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.28,
12
+ "learning_rate": 4.5291902071563094e-05,
13
+ "loss": 1.6091,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.56,
18
+ "learning_rate": 4.058380414312618e-05,
19
+ "loss": 1.3109,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.85,
24
+ "learning_rate": 3.587570621468927e-05,
25
+ "loss": 1.2431,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 1.13,
30
+ "learning_rate": 3.116760828625235e-05,
31
+ "loss": 1.1485,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 1.41,
36
+ "learning_rate": 2.6459510357815442e-05,
37
+ "loss": 1.0738,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 1.69,
42
+ "learning_rate": 2.175141242937853e-05,
43
+ "loss": 1.0668,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 1.98,
48
+ "learning_rate": 1.704331450094162e-05,
49
+ "loss": 1.0542,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 2.26,
54
+ "learning_rate": 1.2335216572504708e-05,
55
+ "loss": 0.9543,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 2.54,
60
+ "learning_rate": 7.627118644067798e-06,
61
+ "loss": 0.9464,
62
+ "step": 4500
63
+ },
64
+ {
65
+ "epoch": 2.82,
66
+ "learning_rate": 2.919020715630885e-06,
67
+ "loss": 0.9416,
68
+ "step": 5000
69
+ },
70
+ {
71
+ "epoch": 3.0,
72
+ "step": 5310,
73
+ "total_flos": 5.05049054183424e+16,
74
+ "train_loss": 1.1233460162319033,
75
+ "train_runtime": 7598.915,
76
+ "train_samples_per_second": 1.398,
77
+ "train_steps_per_second": 0.699
78
+ }
79
+ ],
80
+ "max_steps": 5310,
81
+ "num_train_epochs": 3,
82
+ "total_flos": 5.05049054183424e+16,
83
+ "trial_name": null,
84
+ "trial_params": null
85
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fe8b27204b58d49752a90bbbed284c708c809e2684dc28baf320b4d8d44ec69
3
+ size 2543
vocab.json ADDED
The diff for this file is too large to render. See raw diff