Training in progress, step 1000, checkpoint
Browse files- checkpoint-1000/config.json +30 -0
- checkpoint-1000/generation_config.json +6 -0
- checkpoint-1000/model.safetensors +3 -0
- checkpoint-1000/optimizer.pt +3 -0
- checkpoint-1000/rng_state.pth +3 -0
- checkpoint-1000/scheduler.pt +3 -0
- checkpoint-1000/special_tokens_map.json +24 -0
- checkpoint-1000/tokenizer.json +96 -0
- checkpoint-1000/tokenizer_config.json +38 -0
- checkpoint-1000/trainer_state.json +103 -0
- checkpoint-1000/training_args.bin +3 -0
checkpoint-1000/config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "EleutherAI/pythia-160m",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"GPTNeoXForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": true,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"bos_token_id": 0,
|
| 9 |
+
"classifier_dropout": 0.1,
|
| 10 |
+
"eos_token_id": 0,
|
| 11 |
+
"hidden_act": "gelu",
|
| 12 |
+
"hidden_dropout": 0.0,
|
| 13 |
+
"hidden_size": 768,
|
| 14 |
+
"initializer_range": 0.02,
|
| 15 |
+
"intermediate_size": 3072,
|
| 16 |
+
"layer_norm_eps": 1e-05,
|
| 17 |
+
"max_position_embeddings": 2048,
|
| 18 |
+
"model_type": "gpt_neox",
|
| 19 |
+
"num_attention_heads": 12,
|
| 20 |
+
"num_hidden_layers": 12,
|
| 21 |
+
"rope_scaling": null,
|
| 22 |
+
"rotary_emb_base": 10000,
|
| 23 |
+
"rotary_pct": 0.25,
|
| 24 |
+
"tie_word_embeddings": false,
|
| 25 |
+
"torch_dtype": "float32",
|
| 26 |
+
"transformers_version": "4.42.3",
|
| 27 |
+
"use_cache": true,
|
| 28 |
+
"use_parallel_residual": true,
|
| 29 |
+
"vocab_size": 8
|
| 30 |
+
}
|
checkpoint-1000/generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 0,
|
| 4 |
+
"eos_token_id": 0,
|
| 5 |
+
"transformers_version": "4.42.3"
|
| 6 |
+
}
|
checkpoint-1000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38a1969bd01b9e6ac2e73cbb2bc4de05723ca655a640eee389f276d2113f6315
|
| 3 |
+
size 340289960
|
checkpoint-1000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99cc893c14e3c2a3fef2f0ffc01c238df310045cbaa12af4980ff400f34b037a
|
| 3 |
+
size 680670138
|
checkpoint-1000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:835f869ea325fd6edf27b48b589309fb66641cb92b45f2fc13d1bb6e8814106c
|
| 3 |
+
size 14244
|
checkpoint-1000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83e4d2d553cf3ff878ec1d6002c14d584d823515582a332cf92d75e98e7ca84f
|
| 3 |
+
size 1064
|
checkpoint-1000/special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|beginoftext|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": true,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "<|endoftext|>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<|unknown|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
checkpoint-1000/tokenizer.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
| 4 |
+
"padding": null,
|
| 5 |
+
"added_tokens": [
|
| 6 |
+
{
|
| 7 |
+
"id": 0,
|
| 8 |
+
"content": "<|beginoftext|>",
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"lstrip": false,
|
| 11 |
+
"rstrip": false,
|
| 12 |
+
"normalized": true,
|
| 13 |
+
"special": true
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"id": 1,
|
| 17 |
+
"content": "<|endoftext|>",
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"normalized": false,
|
| 22 |
+
"special": true
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"id": 2,
|
| 26 |
+
"content": "<|unknown|>",
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"rstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"special": true
|
| 32 |
+
}
|
| 33 |
+
],
|
| 34 |
+
"normalizer": {
|
| 35 |
+
"type": "NFC"
|
| 36 |
+
},
|
| 37 |
+
"pre_tokenizer": {
|
| 38 |
+
"type": "ByteLevel",
|
| 39 |
+
"add_prefix_space": false,
|
| 40 |
+
"trim_offsets": true,
|
| 41 |
+
"use_regex": true
|
| 42 |
+
},
|
| 43 |
+
"post_processor": {
|
| 44 |
+
"type": "TemplateProcessing",
|
| 45 |
+
"single": [
|
| 46 |
+
{
|
| 47 |
+
"Sequence": {
|
| 48 |
+
"id": "A",
|
| 49 |
+
"type_id": 0
|
| 50 |
+
}
|
| 51 |
+
}
|
| 52 |
+
],
|
| 53 |
+
"pair": [
|
| 54 |
+
{
|
| 55 |
+
"Sequence": {
|
| 56 |
+
"id": "A",
|
| 57 |
+
"type_id": 0
|
| 58 |
+
}
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"Sequence": {
|
| 62 |
+
"id": "B",
|
| 63 |
+
"type_id": 1
|
| 64 |
+
}
|
| 65 |
+
}
|
| 66 |
+
],
|
| 67 |
+
"special_tokens": {}
|
| 68 |
+
},
|
| 69 |
+
"decoder": {
|
| 70 |
+
"type": "ByteLevel",
|
| 71 |
+
"add_prefix_space": false,
|
| 72 |
+
"trim_offsets": true,
|
| 73 |
+
"use_regex": true
|
| 74 |
+
},
|
| 75 |
+
"model": {
|
| 76 |
+
"type": "BPE",
|
| 77 |
+
"dropout": null,
|
| 78 |
+
"unk_token": "<|unknown|>",
|
| 79 |
+
"continuing_subword_prefix": null,
|
| 80 |
+
"end_of_word_suffix": null,
|
| 81 |
+
"fuse_unk": false,
|
| 82 |
+
"byte_fallback": false,
|
| 83 |
+
"ignore_merges": false,
|
| 84 |
+
"vocab": {
|
| 85 |
+
"<|beginoftext|>": 0,
|
| 86 |
+
"<|padding|>": 1,
|
| 87 |
+
"<|unknown|>": 2,
|
| 88 |
+
"a": 3,
|
| 89 |
+
"c": 4,
|
| 90 |
+
"g": 5,
|
| 91 |
+
"t": 6,
|
| 92 |
+
"n": 7
|
| 93 |
+
},
|
| 94 |
+
"merges": []
|
| 95 |
+
}
|
| 96 |
+
}
|
checkpoint-1000/tokenizer_config.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": false,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<|beginoftext|>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": true,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<|endoftext|>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "<|unknown|>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": true
|
| 29 |
+
}
|
| 30 |
+
},
|
| 31 |
+
"bos_token": "<|beginoftext|>",
|
| 32 |
+
"clean_up_tokenization_spaces": true,
|
| 33 |
+
"eos_token": "<|endoftext|>",
|
| 34 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 35 |
+
"pad_token": "<|endoftext|>",
|
| 36 |
+
"tokenizer_class": "GPTNeoXTokenizer",
|
| 37 |
+
"unk_token": "<|unknown|>"
|
| 38 |
+
}
|
checkpoint-1000/trainer_state.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.009771827820393805,
|
| 5 |
+
"eval_steps": 500,
|
| 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.0009771827820393806,
|
| 13 |
+
"grad_norm": 0.5417118072509766,
|
| 14 |
+
"learning_rate": 4.995602247740044e-05,
|
| 15 |
+
"loss": 1.378,
|
| 16 |
+
"step": 100
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.001954365564078761,
|
| 20 |
+
"grad_norm": 0.6493918895721436,
|
| 21 |
+
"learning_rate": 4.990715856340093e-05,
|
| 22 |
+
"loss": 1.3304,
|
| 23 |
+
"step": 200
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.0029315483461181415,
|
| 27 |
+
"grad_norm": 0.9062462449073792,
|
| 28 |
+
"learning_rate": 4.9858294649401425e-05,
|
| 29 |
+
"loss": 1.3284,
|
| 30 |
+
"step": 300
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.003908731128157522,
|
| 34 |
+
"grad_norm": 0.750052273273468,
|
| 35 |
+
"learning_rate": 4.9809430735401906e-05,
|
| 36 |
+
"loss": 1.3166,
|
| 37 |
+
"step": 400
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.004885913910196903,
|
| 41 |
+
"grad_norm": 0.6602022051811218,
|
| 42 |
+
"learning_rate": 4.97605668214024e-05,
|
| 43 |
+
"loss": 1.3166,
|
| 44 |
+
"step": 500
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.005863096692236283,
|
| 48 |
+
"grad_norm": 0.4193927049636841,
|
| 49 |
+
"learning_rate": 4.971170290740288e-05,
|
| 50 |
+
"loss": 1.3098,
|
| 51 |
+
"step": 600
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.006840279474275663,
|
| 55 |
+
"grad_norm": 0.6095415949821472,
|
| 56 |
+
"learning_rate": 4.966283899340338e-05,
|
| 57 |
+
"loss": 1.3103,
|
| 58 |
+
"step": 700
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.007817462256315045,
|
| 62 |
+
"grad_norm": 0.9943467378616333,
|
| 63 |
+
"learning_rate": 4.9613975079403865e-05,
|
| 64 |
+
"loss": 1.3096,
|
| 65 |
+
"step": 800
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.008794645038354424,
|
| 69 |
+
"grad_norm": 1.2263585329055786,
|
| 70 |
+
"learning_rate": 4.9565111165404346e-05,
|
| 71 |
+
"loss": 1.3067,
|
| 72 |
+
"step": 900
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.009771827820393805,
|
| 76 |
+
"grad_norm": 0.7198677659034729,
|
| 77 |
+
"learning_rate": 4.951624725140484e-05,
|
| 78 |
+
"loss": 1.3041,
|
| 79 |
+
"step": 1000
|
| 80 |
+
}
|
| 81 |
+
],
|
| 82 |
+
"logging_steps": 100,
|
| 83 |
+
"max_steps": 102335,
|
| 84 |
+
"num_input_tokens_seen": 0,
|
| 85 |
+
"num_train_epochs": 1,
|
| 86 |
+
"save_steps": 500,
|
| 87 |
+
"stateful_callbacks": {
|
| 88 |
+
"TrainerControl": {
|
| 89 |
+
"args": {
|
| 90 |
+
"should_epoch_stop": false,
|
| 91 |
+
"should_evaluate": false,
|
| 92 |
+
"should_log": false,
|
| 93 |
+
"should_save": true,
|
| 94 |
+
"should_training_stop": false
|
| 95 |
+
},
|
| 96 |
+
"attributes": {}
|
| 97 |
+
}
|
| 98 |
+
},
|
| 99 |
+
"total_flos": 1.254292317011968e+16,
|
| 100 |
+
"train_batch_size": 12,
|
| 101 |
+
"trial_name": null,
|
| 102 |
+
"trial_params": null
|
| 103 |
+
}
|
checkpoint-1000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:278b8ae4ca6b721ea0f2d20061c63ec30cd0ca06fdf7af3d153eaddb11a3fd6b
|
| 3 |
+
size 5176
|