Aunsiels commited on
Commit
265ddb9
1 Parent(s): 3fc3b59

Upload 12 files

Browse files
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 0.9309731721878052,
4
+ "eval_runtime": 14.5067,
5
+ "eval_samples": 66,
6
+ "eval_samples_per_second": 4.55,
7
+ "eval_steps_per_second": 2.275,
8
+ "perplexity": 2.536976892020004,
9
+ "train_loss": 0.791101954004786,
10
+ "train_runtime": 1264.5393,
11
+ "train_samples": 592,
12
+ "train_samples_per_second": 1.404,
13
+ "train_steps_per_second": 0.702
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.9309731721878052,
4
+ "eval_runtime": 14.5067,
5
+ "eval_samples": 66,
6
+ "eval_samples_per_second": 4.55,
7
+ "eval_steps_per_second": 2.275,
8
+ "perplexity": 2.536976892020004
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:8b9d2f4128d834777b878eaa86ac2200b214fdea47a9b4b68444092f703b96bf
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.791101954004786,
4
+ "train_runtime": 1264.5393,
5
+ "train_samples": 592,
6
+ "train_samples_per_second": 1.404,
7
+ "train_steps_per_second": 0.702
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "global_step": 888,
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.69,
12
+ "learning_rate": 2.1846846846846845e-05,
13
+ "loss": 0.9229,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 3.0,
18
+ "step": 888,
19
+ "total_flos": 8446018081259520.0,
20
+ "train_loss": 0.791101954004786,
21
+ "train_runtime": 1264.5393,
22
+ "train_samples_per_second": 1.404,
23
+ "train_steps_per_second": 0.702
24
+ }
25
+ ],
26
+ "max_steps": 888,
27
+ "num_train_epochs": 3,
28
+ "total_flos": 8446018081259520.0,
29
+ "trial_name": null,
30
+ "trial_params": null
31
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a40f2664e47b19d418af3b274392e304d93922acaaba62329a8e9d928d48bd87
3
+ size 2543
vocab.json ADDED
The diff for this file is too large to render. See raw diff