Aunsiels commited on
Commit
79902f9
1 Parent(s): 43052a9

Upload 12 files

Browse files
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 0.9254441857337952,
4
+ "eval_runtime": 20.0857,
5
+ "eval_samples": 90,
6
+ "eval_samples_per_second": 4.481,
7
+ "eval_steps_per_second": 2.24,
8
+ "perplexity": 2.5229886870822713,
9
+ "train_loss": 0.8416486935253584,
10
+ "train_runtime": 1747.7023,
11
+ "train_samples": 807,
12
+ "train_samples_per_second": 1.385,
13
+ "train_steps_per_second": 0.693
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": 0.9254441857337952,
4
+ "eval_runtime": 20.0857,
5
+ "eval_samples": 90,
6
+ "eval_samples_per_second": 4.481,
7
+ "eval_steps_per_second": 2.24,
8
+ "perplexity": 2.5229886870822713
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:f50296ac55dce918f5a57e04ee96ce2e4fa89a179d1035276d1233f74a639b1b
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": 0.8416486935253584,
4
+ "train_runtime": 1747.7023,
5
+ "train_samples": 807,
6
+ "train_samples_per_second": 1.385,
7
+ "train_steps_per_second": 0.693
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "global_step": 1212,
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.24,
12
+ "learning_rate": 2.9372937293729375e-05,
13
+ "loss": 1.061,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 2.48,
18
+ "learning_rate": 8.745874587458746e-06,
19
+ "loss": 0.7091,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 3.0,
24
+ "step": 1212,
25
+ "total_flos": 1.151340640468992e+16,
26
+ "train_loss": 0.8416486935253584,
27
+ "train_runtime": 1747.7023,
28
+ "train_samples_per_second": 1.385,
29
+ "train_steps_per_second": 0.693
30
+ }
31
+ ],
32
+ "max_steps": 1212,
33
+ "num_train_epochs": 3,
34
+ "total_flos": 1.151340640468992e+16,
35
+ "trial_name": null,
36
+ "trial_params": null
37
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57ea77a47c485b68fa3556ff51c6fee5156e972815c87fa5ea4bb3f4023326b0
3
+ size 2543
vocab.json ADDED
The diff for this file is too large to render. See raw diff