Yoshisaur commited on
Commit
c8408b2
1 Parent(s): cff9117

1st commit

Browse files
all_results.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 3.4407730102539062,
4
+ "eval_mem_cpu_alloc_delta": 29202,
5
+ "eval_mem_cpu_peaked_delta": 71004,
6
+ "eval_runtime": 66.3528,
7
+ "eval_samples": 6,
8
+ "eval_samples_per_second": 0.09,
9
+ "init_mem_cpu_alloc_delta": 22589,
10
+ "init_mem_cpu_peaked_delta": 2808,
11
+ "perplexity": 31.211075326966256,
12
+ "train_mem_cpu_alloc_delta": 263088,
13
+ "train_mem_cpu_peaked_delta": 110881,
14
+ "train_runtime": 4435.5996,
15
+ "train_samples": 6,
16
+ "train_samples_per_second": 0.004
17
+ }
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "rinna/japanese-gpt2-medium",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 1,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 2,
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": 1024,
17
+ "n_head": 16,
18
+ "n_inner": 4096,
19
+ "n_layer": 24,
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.4.2",
35
+ "use_cache": true,
36
+ "vocab_size": 32000
37
+ }
eval_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 3.4407730102539062,
4
+ "eval_mem_cpu_alloc_delta": 29202,
5
+ "eval_mem_cpu_peaked_delta": 71004,
6
+ "eval_runtime": 66.3528,
7
+ "eval_samples": 6,
8
+ "eval_samples_per_second": 0.09,
9
+ "perplexity": 31.211075326966256
10
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a9dff447319bdafbae8b779b16f05c2da58d3453815d88855a1fdafae4fbdd7
3
+ size 1369795865
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5cbdfa8aa7c54c8c5af85b78c309c54a5f2749a20468bf6f60eee007fe6fec1
3
+ size 805634
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "[PAD]", "extra_ids": 0, "additional_special_tokens": [], "sp_model_kwargs": {}, "bos_token": "<s>", "cls_token": "[CLS]", "sep_token": "[SEP]", "mask_token": "[MASK]", "do_lower_case": true, "tokenizer_class": "T5Tokenizer", "use_fast": false, "special_tokens_map_file": "/Users/yoshisaur/.cache/huggingface/transformers/42091916a8a40b3949b8a4f56ce63e437a166ae0e88d1d15546860c13bdc5ceb.9049458ebcd1cf666b7b0a046aa394597f12e611077571cfc86e0938f8675d82", "tokenizer_file": null, "name_or_path": "rinna/japanese-gpt2-medium"}
train_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "init_mem_cpu_alloc_delta": 22589,
4
+ "init_mem_cpu_peaked_delta": 2808,
5
+ "train_mem_cpu_alloc_delta": 263088,
6
+ "train_mem_cpu_peaked_delta": 110881,
7
+ "train_runtime": 4435.5996,
8
+ "train_samples": 6,
9
+ "train_samples_per_second": 0.004
10
+ }
trainer_state.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "global_step": 18,
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": 18,
13
+ "total_flos": 37173067776000.0,
14
+ "train_runtime": 4435.5996,
15
+ "train_samples_per_second": 0.004
16
+ }
17
+ ],
18
+ "max_steps": 18,
19
+ "num_train_epochs": 3,
20
+ "total_flos": 37173067776000.0,
21
+ "trial_name": null,
22
+ "trial_params": null
23
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f62138ffda72cf15563c12224eac8f955ca016c11ee533dd99069a4b9a73cb9
3
+ size 2287