Aunsiels commited on
Commit
4231349
1 Parent(s): 0d51e1b

Upload 12 files

Browse files
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 3.0487377643585205,
4
+ "eval_runtime": 2.9203,
5
+ "eval_samples": 71,
6
+ "eval_samples_per_second": 24.312,
7
+ "eval_steps_per_second": 3.082,
8
+ "perplexity": 21.088708696046446,
9
+ "train_loss": 3.3340250651041665,
10
+ "train_runtime": 100.9911,
11
+ "train_samples": 274,
12
+ "train_samples_per_second": 8.139,
13
+ "train_steps_per_second": 1.04
14
+ }
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "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": 3.0487377643585205,
4
+ "eval_runtime": 2.9203,
5
+ "eval_samples": 71,
6
+ "eval_samples_per_second": 24.312,
7
+ "eval_steps_per_second": 3.082,
8
+ "perplexity": 21.088708696046446
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:b9baeb2e346a697c6278814e60f545c4a1a27510b2565dd63eb3c73837c86212
3
+ size 510403817
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": 3.0,
3
+ "train_loss": 3.3340250651041665,
4
+ "train_runtime": 100.9911,
5
+ "train_samples": 274,
6
+ "train_samples_per_second": 8.139,
7
+ "train_steps_per_second": 1.04
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "global_step": 105,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 3.0,
12
+ "step": 105,
13
+ "total_flos": 628466824249344.0,
14
+ "train_loss": 3.3340250651041665,
15
+ "train_runtime": 100.9911,
16
+ "train_samples_per_second": 8.139,
17
+ "train_steps_per_second": 1.04
18
+ }
19
+ ],
20
+ "max_steps": 105,
21
+ "num_train_epochs": 3,
22
+ "total_flos": 628466824249344.0,
23
+ "trial_name": null,
24
+ "trial_params": null
25
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c4cc77f585ea0c0e8907062bb42c26baaf2327306345d72b4a38c6ec5d45925
3
+ size 2543
vocab.json ADDED
The diff for this file is too large to render. See raw diff