tmnam20 commited on
Commit
2e0d74b
1 Parent(s): e04a107

Training in progress, step 1000, checkpoint

Browse files
checkpoint-1000/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<bos>": 40478,
3
+ "<eos>": 40479,
4
+ "<pad>": 40480
5
+ }
checkpoint-1000/config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai-gpt",
3
+ "afn": "gelu",
4
+ "architectures": [
5
+ "OpenAIGPTForSequenceClassification"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "embd_pdrop": 0.1,
9
+ "id2label": {
10
+ "0": "entailment",
11
+ "1": "neutral",
12
+ "2": "contradiction"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "label2id": {
16
+ "contradiction": 2,
17
+ "entailment": 0,
18
+ "neutral": 1
19
+ },
20
+ "layer_norm_epsilon": 1e-05,
21
+ "model_type": "openai-gpt",
22
+ "n_ctx": 512,
23
+ "n_embd": 768,
24
+ "n_head": 2,
25
+ "n_layer": 12,
26
+ "n_positions": 512,
27
+ "n_special": 0,
28
+ "pad_token_id": 40480,
29
+ "predict_special_tokens": true,
30
+ "problem_type": "single_label_classification",
31
+ "resid_pdrop": 0.1,
32
+ "summary_activation": null,
33
+ "summary_first_dropout": 0.1,
34
+ "summary_proj_to_labels": true,
35
+ "summary_type": "cls_index",
36
+ "summary_use_proj": true,
37
+ "task_specific_params": {
38
+ "text-generation": {
39
+ "do_sample": true,
40
+ "max_length": 50
41
+ }
42
+ },
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.33.0.dev0",
45
+ "vocab_size": 40481
46
+ }
checkpoint-1000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db8a1d3dd6cde0030e127bed774e7b3d4769bc1a5ee8477ccc995ca25ad285fd
3
+ size 932401285
checkpoint-1000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbfb9721d325fcc4f7d9ceca04d089e790e19d6a0f77f4c0c71710833052abb1
3
+ size 466205145
checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80beb4538d150907df2e549f8e641d6d772235b1c0de64d3d3c677080f1d4928
3
+ size 14575
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e80ec53e1681fea7fb79d0e167f003985c95eb201082bff3790449dd2c9f8fed
3
+ size 627
checkpoint-1000/special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<bos>",
3
+ "eos_token": "<eos>",
4
+ "pad_token": "<pad>",
5
+ "unk_token": "<unk>"
6
+ }
checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "model_max_length": 512,
4
+ "padding_side": "left",
5
+ "tokenizer_class": "OpenAIGPTTokenizer",
6
+ "unk_token": "<unk>"
7
+ }
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.109653115272522,
3
+ "best_model_checkpoint": "/kaggle/output/checkpoint-1000",
4
+ "epoch": 0.04074315514993481,
5
+ "eval_steps": 1000,
6
+ "global_step": 1000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.0,
13
+ "learning_rate": 2.7777777777777777e-11,
14
+ "loss": 1.0788,
15
+ "step": 1
16
+ },
17
+ {
18
+ "epoch": 0.04,
19
+ "learning_rate": 2.7750000000000004e-08,
20
+ "loss": 1.2063,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.04,
25
+ "eval_accuracy": 0.32894211576846305,
26
+ "eval_loss": 1.109653115272522,
27
+ "eval_runtime": 50.6057,
28
+ "eval_samples_per_second": 99.001,
29
+ "eval_steps_per_second": 12.39,
30
+ "step": 1000
31
+ }
32
+ ],
33
+ "logging_steps": 1000,
34
+ "max_steps": 10000000,
35
+ "num_train_epochs": 408,
36
+ "save_steps": 1000,
37
+ "total_flos": 2090355130368000.0,
38
+ "trial_name": null,
39
+ "trial_params": null
40
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ba6621b829e7b7a24837f1c8da621351c891fe426b370399b04766c22090faa
3
+ size 4091
checkpoint-1000/vocab.json ADDED
The diff for this file is too large to render. See raw diff