Commit
·
ffbfa74
1
Parent(s):
3968f36
first commit
Browse files- all_results.json +14 -0
- config.json +39 -0
- eval_results.json +9 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- runs/Dec27_14-25-14_louis-gpu/1640611527.5667238/events.out.tfevents.1640611527.louis-gpu.524994.1 +3 -0
- runs/Dec27_14-25-14_louis-gpu/events.out.tfevents.1640611527.louis-gpu.524994.0 +3 -0
- runs/Dec27_14-25-14_louis-gpu/events.out.tfevents.1640611815.louis-gpu.524994.2 +3 -0
- runs/Dec27_14-31-31_louis-gpu/1640611904.130664/events.out.tfevents.1640611904.louis-gpu.554922.1 +3 -0
- runs/Dec27_14-31-31_louis-gpu/events.out.tfevents.1640611904.louis-gpu.554922.0 +3 -0
- runs/Dec27_14-31-31_louis-gpu/events.out.tfevents.1640620664.louis-gpu.554922.2 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- train_results.json +8 -0
- trainer_state.json +337 -0
- training_args.bin +3 -0
- vocab.json +0 -0
- zero_to_fp32.py +453 -0
all_results.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 6000.0,
|
| 3 |
+
"eval_loss": 6.7578125,
|
| 4 |
+
"eval_runtime": 0.0933,
|
| 5 |
+
"eval_samples": 6,
|
| 6 |
+
"eval_samples_per_second": 64.277,
|
| 7 |
+
"eval_steps_per_second": 10.713,
|
| 8 |
+
"perplexity": 860.7572284206628,
|
| 9 |
+
"train_loss": 0.032272634650270145,
|
| 10 |
+
"train_runtime": 8757.5386,
|
| 11 |
+
"train_samples": 16,
|
| 12 |
+
"train_samples_per_second": 10.962,
|
| 13 |
+
"train_steps_per_second": 0.685
|
| 14 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"initializer_range": 0.02,
|
| 12 |
+
"layer_norm_epsilon": 1e-05,
|
| 13 |
+
"model_type": "gpt2",
|
| 14 |
+
"n_ctx": 1024,
|
| 15 |
+
"n_embd": 768,
|
| 16 |
+
"n_head": 12,
|
| 17 |
+
"n_inner": null,
|
| 18 |
+
"n_layer": 12,
|
| 19 |
+
"n_positions": 1024,
|
| 20 |
+
"reorder_and_upcast_attn": false,
|
| 21 |
+
"resid_pdrop": 0.1,
|
| 22 |
+
"scale_attn_by_inverse_layer_idx": false,
|
| 23 |
+
"scale_attn_weights": true,
|
| 24 |
+
"summary_activation": null,
|
| 25 |
+
"summary_first_dropout": 0.1,
|
| 26 |
+
"summary_proj_to_labels": true,
|
| 27 |
+
"summary_type": "cls_index",
|
| 28 |
+
"summary_use_proj": true,
|
| 29 |
+
"task_specific_params": {
|
| 30 |
+
"text-generation": {
|
| 31 |
+
"do_sample": true,
|
| 32 |
+
"max_length": 50
|
| 33 |
+
}
|
| 34 |
+
},
|
| 35 |
+
"torch_dtype": "float16",
|
| 36 |
+
"transformers_version": "4.13.0",
|
| 37 |
+
"use_cache": false,
|
| 38 |
+
"vocab_size": 50257
|
| 39 |
+
}
|
eval_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 6000.0,
|
| 3 |
+
"eval_loss": 6.7578125,
|
| 4 |
+
"eval_runtime": 0.0933,
|
| 5 |
+
"eval_samples": 6,
|
| 6 |
+
"eval_samples_per_second": 64.277,
|
| 7 |
+
"eval_steps_per_second": 10.713,
|
| 8 |
+
"perplexity": 860.7572284206628
|
| 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:69cecef7afbe220a908f56c7db0d90e7f967f7493bfbb9e6c15ecb7505d3b831
|
| 3 |
+
size 261495703
|
runs/Dec27_14-25-14_louis-gpu/1640611527.5667238/events.out.tfevents.1640611527.louis-gpu.524994.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ec65cd63aa258e43e61cf3811726473e4d6ee955b65ddd4b2f57c4c9014c17f
|
| 3 |
+
size 4685
|
runs/Dec27_14-25-14_louis-gpu/events.out.tfevents.1640611527.louis-gpu.524994.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:892349d299f41243d66cfa15a9576d1e554159343648f7f3c93bf6ad9f3826c6
|
| 3 |
+
size 4121
|
runs/Dec27_14-25-14_louis-gpu/events.out.tfevents.1640611815.louis-gpu.524994.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0dc927c4a812500f3048e44100ebb2880fe0e294c57813a86c6de54e47bc0f5a
|
| 3 |
+
size 311
|
runs/Dec27_14-31-31_louis-gpu/1640611904.130664/events.out.tfevents.1640611904.louis-gpu.554922.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6482c74293c5e965bc99557736c1cff5e2921970642b1aa3fb22a6769c99a3ba
|
| 3 |
+
size 4685
|
runs/Dec27_14-31-31_louis-gpu/events.out.tfevents.1640611904.louis-gpu.554922.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb1ba1633e5b652808f3a87ff26040f8c3b43d7372525983c5090bce1ef1f149
|
| 3 |
+
size 13864
|
runs/Dec27_14-31-31_louis-gpu/events.out.tfevents.1640620664.louis-gpu.554922.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2458cde1503c48de144697eae42aea32b3dcf5568403eb911acf27da93c3dea0
|
| 3 |
+
size 311
|
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": 6000.0,
|
| 3 |
+
"train_loss": 0.032272634650270145,
|
| 4 |
+
"train_runtime": 8757.5386,
|
| 5 |
+
"train_samples": 16,
|
| 6 |
+
"train_samples_per_second": 10.962,
|
| 7 |
+
"train_steps_per_second": 0.685
|
| 8 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,337 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 6000.0,
|
| 5 |
+
"global_step": 6000,
|
| 6 |
+
"is_hyper_param_search": false,
|
| 7 |
+
"is_local_process_zero": true,
|
| 8 |
+
"is_world_process_zero": true,
|
| 9 |
+
"log_history": [
|
| 10 |
+
{
|
| 11 |
+
"epoch": 200.0,
|
| 12 |
+
"eval_loss": 4.5546875,
|
| 13 |
+
"eval_runtime": 0.0952,
|
| 14 |
+
"eval_samples_per_second": 63.02,
|
| 15 |
+
"eval_steps_per_second": 10.503,
|
| 16 |
+
"step": 200
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 400.0,
|
| 20 |
+
"eval_loss": 5.13671875,
|
| 21 |
+
"eval_runtime": 0.0952,
|
| 22 |
+
"eval_samples_per_second": 62.996,
|
| 23 |
+
"eval_steps_per_second": 10.499,
|
| 24 |
+
"step": 400
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 500.0,
|
| 28 |
+
"learning_rate": 5e-05,
|
| 29 |
+
"loss": 0.3672,
|
| 30 |
+
"step": 500
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 600.0,
|
| 34 |
+
"eval_loss": 5.375,
|
| 35 |
+
"eval_runtime": 0.0955,
|
| 36 |
+
"eval_samples_per_second": 62.813,
|
| 37 |
+
"eval_steps_per_second": 10.469,
|
| 38 |
+
"step": 600
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 800.0,
|
| 42 |
+
"eval_loss": 5.5390625,
|
| 43 |
+
"eval_runtime": 0.0955,
|
| 44 |
+
"eval_samples_per_second": 62.807,
|
| 45 |
+
"eval_steps_per_second": 10.468,
|
| 46 |
+
"step": 800
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"epoch": 1000.0,
|
| 50 |
+
"learning_rate": 5e-05,
|
| 51 |
+
"loss": 0.0064,
|
| 52 |
+
"step": 1000
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 1000.0,
|
| 56 |
+
"eval_loss": 5.6484375,
|
| 57 |
+
"eval_runtime": 0.0939,
|
| 58 |
+
"eval_samples_per_second": 63.886,
|
| 59 |
+
"eval_steps_per_second": 10.648,
|
| 60 |
+
"step": 1000
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"epoch": 1200.0,
|
| 64 |
+
"eval_loss": 5.76171875,
|
| 65 |
+
"eval_runtime": 0.0951,
|
| 66 |
+
"eval_samples_per_second": 63.073,
|
| 67 |
+
"eval_steps_per_second": 10.512,
|
| 68 |
+
"step": 1200
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"epoch": 1400.0,
|
| 72 |
+
"eval_loss": 5.83203125,
|
| 73 |
+
"eval_runtime": 0.0957,
|
| 74 |
+
"eval_samples_per_second": 62.694,
|
| 75 |
+
"eval_steps_per_second": 10.449,
|
| 76 |
+
"step": 1400
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"epoch": 1500.0,
|
| 80 |
+
"learning_rate": 5e-05,
|
| 81 |
+
"loss": 0.0032,
|
| 82 |
+
"step": 1500
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"epoch": 1600.0,
|
| 86 |
+
"eval_loss": 5.93359375,
|
| 87 |
+
"eval_runtime": 0.0954,
|
| 88 |
+
"eval_samples_per_second": 62.898,
|
| 89 |
+
"eval_steps_per_second": 10.483,
|
| 90 |
+
"step": 1600
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"epoch": 1800.0,
|
| 94 |
+
"eval_loss": 5.953125,
|
| 95 |
+
"eval_runtime": 0.0955,
|
| 96 |
+
"eval_samples_per_second": 62.854,
|
| 97 |
+
"eval_steps_per_second": 10.476,
|
| 98 |
+
"step": 1800
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"epoch": 2000.0,
|
| 102 |
+
"learning_rate": 5e-05,
|
| 103 |
+
"loss": 0.0024,
|
| 104 |
+
"step": 2000
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"epoch": 2000.0,
|
| 108 |
+
"eval_loss": 6.03515625,
|
| 109 |
+
"eval_runtime": 0.0935,
|
| 110 |
+
"eval_samples_per_second": 64.153,
|
| 111 |
+
"eval_steps_per_second": 10.692,
|
| 112 |
+
"step": 2000
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"epoch": 2200.0,
|
| 116 |
+
"eval_loss": 6.1015625,
|
| 117 |
+
"eval_runtime": 0.0954,
|
| 118 |
+
"eval_samples_per_second": 62.861,
|
| 119 |
+
"eval_steps_per_second": 10.477,
|
| 120 |
+
"step": 2200
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"epoch": 2400.0,
|
| 124 |
+
"eval_loss": 6.15625,
|
| 125 |
+
"eval_runtime": 0.0954,
|
| 126 |
+
"eval_samples_per_second": 62.877,
|
| 127 |
+
"eval_steps_per_second": 10.479,
|
| 128 |
+
"step": 2400
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 2500.0,
|
| 132 |
+
"learning_rate": 5e-05,
|
| 133 |
+
"loss": 0.0018,
|
| 134 |
+
"step": 2500
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"epoch": 2600.0,
|
| 138 |
+
"eval_loss": 6.26171875,
|
| 139 |
+
"eval_runtime": 0.0955,
|
| 140 |
+
"eval_samples_per_second": 62.805,
|
| 141 |
+
"eval_steps_per_second": 10.468,
|
| 142 |
+
"step": 2600
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 2800.0,
|
| 146 |
+
"eval_loss": 6.25390625,
|
| 147 |
+
"eval_runtime": 0.0952,
|
| 148 |
+
"eval_samples_per_second": 63.053,
|
| 149 |
+
"eval_steps_per_second": 10.509,
|
| 150 |
+
"step": 2800
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 3000.0,
|
| 154 |
+
"learning_rate": 5e-05,
|
| 155 |
+
"loss": 0.0014,
|
| 156 |
+
"step": 3000
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 3000.0,
|
| 160 |
+
"eval_loss": 6.32421875,
|
| 161 |
+
"eval_runtime": 0.0938,
|
| 162 |
+
"eval_samples_per_second": 63.961,
|
| 163 |
+
"eval_steps_per_second": 10.66,
|
| 164 |
+
"step": 3000
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 3200.0,
|
| 168 |
+
"eval_loss": 6.28125,
|
| 169 |
+
"eval_runtime": 0.0934,
|
| 170 |
+
"eval_samples_per_second": 64.273,
|
| 171 |
+
"eval_steps_per_second": 10.712,
|
| 172 |
+
"step": 3200
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"epoch": 3400.0,
|
| 176 |
+
"eval_loss": 6.34765625,
|
| 177 |
+
"eval_runtime": 0.0935,
|
| 178 |
+
"eval_samples_per_second": 64.183,
|
| 179 |
+
"eval_steps_per_second": 10.697,
|
| 180 |
+
"step": 3400
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"epoch": 3500.0,
|
| 184 |
+
"learning_rate": 5e-05,
|
| 185 |
+
"loss": 0.0014,
|
| 186 |
+
"step": 3500
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"epoch": 3600.0,
|
| 190 |
+
"eval_loss": 6.36328125,
|
| 191 |
+
"eval_runtime": 0.0935,
|
| 192 |
+
"eval_samples_per_second": 64.157,
|
| 193 |
+
"eval_steps_per_second": 10.693,
|
| 194 |
+
"step": 3600
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"epoch": 3800.0,
|
| 198 |
+
"eval_loss": 6.5078125,
|
| 199 |
+
"eval_runtime": 0.0954,
|
| 200 |
+
"eval_samples_per_second": 62.909,
|
| 201 |
+
"eval_steps_per_second": 10.485,
|
| 202 |
+
"step": 3800
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"epoch": 4000.0,
|
| 206 |
+
"learning_rate": 5e-05,
|
| 207 |
+
"loss": 0.0009,
|
| 208 |
+
"step": 4000
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"epoch": 4000.0,
|
| 212 |
+
"eval_loss": 6.5546875,
|
| 213 |
+
"eval_runtime": 0.0937,
|
| 214 |
+
"eval_samples_per_second": 64.049,
|
| 215 |
+
"eval_steps_per_second": 10.675,
|
| 216 |
+
"step": 4000
|
| 217 |
+
},
|
| 218 |
+
{
|
| 219 |
+
"epoch": 4200.0,
|
| 220 |
+
"eval_loss": 6.46484375,
|
| 221 |
+
"eval_runtime": 0.0954,
|
| 222 |
+
"eval_samples_per_second": 62.864,
|
| 223 |
+
"eval_steps_per_second": 10.477,
|
| 224 |
+
"step": 4200
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"epoch": 4400.0,
|
| 228 |
+
"eval_loss": 6.59765625,
|
| 229 |
+
"eval_runtime": 0.0937,
|
| 230 |
+
"eval_samples_per_second": 64.005,
|
| 231 |
+
"eval_steps_per_second": 10.667,
|
| 232 |
+
"step": 4400
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"epoch": 4500.0,
|
| 236 |
+
"learning_rate": 5e-05,
|
| 237 |
+
"loss": 0.0008,
|
| 238 |
+
"step": 4500
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"epoch": 4600.0,
|
| 242 |
+
"eval_loss": 6.640625,
|
| 243 |
+
"eval_runtime": 0.0955,
|
| 244 |
+
"eval_samples_per_second": 62.799,
|
| 245 |
+
"eval_steps_per_second": 10.467,
|
| 246 |
+
"step": 4600
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"epoch": 4800.0,
|
| 250 |
+
"eval_loss": 6.625,
|
| 251 |
+
"eval_runtime": 0.0954,
|
| 252 |
+
"eval_samples_per_second": 62.869,
|
| 253 |
+
"eval_steps_per_second": 10.478,
|
| 254 |
+
"step": 4800
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 5000.0,
|
| 258 |
+
"learning_rate": 5e-05,
|
| 259 |
+
"loss": 0.0005,
|
| 260 |
+
"step": 5000
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"epoch": 5000.0,
|
| 264 |
+
"eval_loss": 6.66796875,
|
| 265 |
+
"eval_runtime": 0.0937,
|
| 266 |
+
"eval_samples_per_second": 64.004,
|
| 267 |
+
"eval_steps_per_second": 10.667,
|
| 268 |
+
"step": 5000
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 5200.0,
|
| 272 |
+
"eval_loss": 6.671875,
|
| 273 |
+
"eval_runtime": 0.0955,
|
| 274 |
+
"eval_samples_per_second": 62.801,
|
| 275 |
+
"eval_steps_per_second": 10.467,
|
| 276 |
+
"step": 5200
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 5400.0,
|
| 280 |
+
"eval_loss": 6.78125,
|
| 281 |
+
"eval_runtime": 0.0955,
|
| 282 |
+
"eval_samples_per_second": 62.857,
|
| 283 |
+
"eval_steps_per_second": 10.476,
|
| 284 |
+
"step": 5400
|
| 285 |
+
},
|
| 286 |
+
{
|
| 287 |
+
"epoch": 5500.0,
|
| 288 |
+
"learning_rate": 5e-05,
|
| 289 |
+
"loss": 0.0005,
|
| 290 |
+
"step": 5500
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 5600.0,
|
| 294 |
+
"eval_loss": 6.83984375,
|
| 295 |
+
"eval_runtime": 0.0958,
|
| 296 |
+
"eval_samples_per_second": 62.636,
|
| 297 |
+
"eval_steps_per_second": 10.439,
|
| 298 |
+
"step": 5600
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"epoch": 5800.0,
|
| 302 |
+
"eval_loss": 6.64453125,
|
| 303 |
+
"eval_runtime": 0.0954,
|
| 304 |
+
"eval_samples_per_second": 62.879,
|
| 305 |
+
"eval_steps_per_second": 10.48,
|
| 306 |
+
"step": 5800
|
| 307 |
+
},
|
| 308 |
+
{
|
| 309 |
+
"epoch": 6000.0,
|
| 310 |
+
"learning_rate": 5e-05,
|
| 311 |
+
"loss": 0.0007,
|
| 312 |
+
"step": 6000
|
| 313 |
+
},
|
| 314 |
+
{
|
| 315 |
+
"epoch": 6000.0,
|
| 316 |
+
"eval_loss": 6.7578125,
|
| 317 |
+
"eval_runtime": 0.0935,
|
| 318 |
+
"eval_samples_per_second": 64.204,
|
| 319 |
+
"eval_steps_per_second": 10.701,
|
| 320 |
+
"step": 6000
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"epoch": 6000.0,
|
| 324 |
+
"step": 6000,
|
| 325 |
+
"total_flos": 5.016807094930637e+16,
|
| 326 |
+
"train_loss": 0.032272634650270145,
|
| 327 |
+
"train_runtime": 8757.5386,
|
| 328 |
+
"train_samples_per_second": 10.962,
|
| 329 |
+
"train_steps_per_second": 0.685
|
| 330 |
+
}
|
| 331 |
+
],
|
| 332 |
+
"max_steps": 6000,
|
| 333 |
+
"num_train_epochs": 6000,
|
| 334 |
+
"total_flos": 5.016807094930637e+16,
|
| 335 |
+
"trial_name": null,
|
| 336 |
+
"trial_params": null
|
| 337 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1849b6eaf414c68539e989e27c22fac5ac73af887a82d599007c57f86465dee
|
| 3 |
+
size 3887
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
zero_to_fp32.py
ADDED
|
@@ -0,0 +1,453 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python
|
| 2 |
+
|
| 3 |
+
# This script extracts fp32 consolidated weights from a zero 2 and 3 DeepSpeed checkpoints. It gets
|
| 4 |
+
# copied into the top level checkpoint dir, so the user can easily do the conversion at any point in
|
| 5 |
+
# the future. Once extracted, the weights don't require DeepSpeed and can be used in any
|
| 6 |
+
# application.
|
| 7 |
+
#
|
| 8 |
+
# example: python zero_to_fp32.py . pytorch_model.bin
|
| 9 |
+
|
| 10 |
+
import argparse
|
| 11 |
+
import torch
|
| 12 |
+
import glob
|
| 13 |
+
import math
|
| 14 |
+
import os
|
| 15 |
+
from collections import OrderedDict
|
| 16 |
+
|
| 17 |
+
# while this script doesn't use deepspeed to recover data, since the checkpoints are pickled with
|
| 18 |
+
# DeepSpeed data structures it has to be available in the current python environment.
|
| 19 |
+
import deepspeed
|
| 20 |
+
from deepspeed.utils import logger
|
| 21 |
+
|
| 22 |
+
debug = 0
|
| 23 |
+
|
| 24 |
+
# load to cpu
|
| 25 |
+
device = torch.device('cpu')
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
def get_model_state_file(checkpoint_dir, zero_stage):
|
| 29 |
+
if not os.path.isdir(checkpoint_dir):
|
| 30 |
+
raise FileNotFoundError(f"Directory '{checkpoint_dir}' doesn't exist")
|
| 31 |
+
|
| 32 |
+
# there should be only one file
|
| 33 |
+
if zero_stage == 2:
|
| 34 |
+
file = os.path.join(checkpoint_dir, "mp_rank_00_model_states.pt")
|
| 35 |
+
elif zero_stage == 3:
|
| 36 |
+
file = os.path.join(checkpoint_dir, "zero_pp_rank_0_mp_rank_00_model_states.pt")
|
| 37 |
+
|
| 38 |
+
if not os.path.exists(file):
|
| 39 |
+
raise FileNotFoundError(f"can't find model states file at '{file}'")
|
| 40 |
+
|
| 41 |
+
return file
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
def get_optim_files(checkpoint_dir):
|
| 45 |
+
# XXX: need to test that this simple glob rule works for multi-node setup too
|
| 46 |
+
optim_files = sorted(glob.glob(os.path.join(checkpoint_dir, "*_optim_states.pt")))
|
| 47 |
+
|
| 48 |
+
if len(optim_files) == 0:
|
| 49 |
+
raise FileNotFoundError(
|
| 50 |
+
f"can't find '*_optim_states.pt' files in directory '{checkpoint_dir}'")
|
| 51 |
+
|
| 52 |
+
return optim_files
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
def parse_model_state(file):
|
| 56 |
+
state_dict = torch.load(file, map_location=device)
|
| 57 |
+
|
| 58 |
+
if "buffer_names" not in state_dict:
|
| 59 |
+
raise ValueError(f"{file} is not a model state checkpoint")
|
| 60 |
+
buffer_names = state_dict["buffer_names"]
|
| 61 |
+
if debug:
|
| 62 |
+
print("Found buffers:", buffer_names)
|
| 63 |
+
|
| 64 |
+
# recover just the buffers while restoring them to fp32 if they were saved in fp16
|
| 65 |
+
buffers = {
|
| 66 |
+
k: v.float()
|
| 67 |
+
for k,
|
| 68 |
+
v in state_dict["module"].items() if k in buffer_names
|
| 69 |
+
}
|
| 70 |
+
return buffers
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
def parse_optim_states(files, ds_checkpoint_dir):
|
| 74 |
+
|
| 75 |
+
total_files = len(files)
|
| 76 |
+
state_dicts = []
|
| 77 |
+
for f in files:
|
| 78 |
+
state_dicts.append(torch.load(f, map_location=device))
|
| 79 |
+
|
| 80 |
+
if not "zero_stage" in state_dicts[0]['optimizer_state_dict']:
|
| 81 |
+
raise ValueError(f"{files[0]} is not a zero checkpoint")
|
| 82 |
+
zero_stage = state_dicts[0]['optimizer_state_dict']["zero_stage"]
|
| 83 |
+
world_size = state_dicts[0]['optimizer_state_dict']["partition_count"]
|
| 84 |
+
param_shapes = state_dicts[0]["param_shapes"]
|
| 85 |
+
# For ZeRO-2 each param group can have different partition_count as data parallelism for expert
|
| 86 |
+
# parameters can be different from data parallelism for non-expert parameters. So we can just
|
| 87 |
+
# use the max of the partition_count to get the dp world_size.
|
| 88 |
+
|
| 89 |
+
if type(world_size) is list:
|
| 90 |
+
world_size = max(world_size)
|
| 91 |
+
|
| 92 |
+
if world_size != total_files:
|
| 93 |
+
raise ValueError(
|
| 94 |
+
f"Expected {world_size} of '*_optim_states.pt' under '{ds_checkpoint_dir}' but found {total_files} files. "
|
| 95 |
+
"Possibly due to an overwrite of an old checkpoint, or a checkpoint didn't get saved by one or more processes."
|
| 96 |
+
)
|
| 97 |
+
|
| 98 |
+
# the groups are named differently in each stage
|
| 99 |
+
if zero_stage == 2:
|
| 100 |
+
fp32_groups_key = "single_partition_of_fp32_groups"
|
| 101 |
+
elif zero_stage == 3:
|
| 102 |
+
fp32_groups_key = "fp32_flat_groups"
|
| 103 |
+
else:
|
| 104 |
+
raise ValueError(f"unknown zero stage {zero_stage}")
|
| 105 |
+
|
| 106 |
+
if zero_stage == 2:
|
| 107 |
+
fp32_flat_groups = [
|
| 108 |
+
state_dicts[i]['optimizer_state_dict'][fp32_groups_key]
|
| 109 |
+
for i in range(len(state_dicts))
|
| 110 |
+
]
|
| 111 |
+
elif zero_stage == 3:
|
| 112 |
+
# if there is more than one param group, there will be multiple flattened tensors - one
|
| 113 |
+
# flattened tensor per group - for simplicity merge them into a single tensor
|
| 114 |
+
#
|
| 115 |
+
# XXX: could make the script more memory efficient for when there are multiple groups - it
|
| 116 |
+
# will require matching the sub-lists of param_shapes for each param group flattened tensor
|
| 117 |
+
|
| 118 |
+
fp32_flat_groups = [
|
| 119 |
+
torch.cat(state_dicts[i]['optimizer_state_dict'][fp32_groups_key],
|
| 120 |
+
0) for i in range(len(state_dicts))
|
| 121 |
+
]
|
| 122 |
+
|
| 123 |
+
return zero_stage, world_size, param_shapes, fp32_flat_groups
|
| 124 |
+
|
| 125 |
+
|
| 126 |
+
def _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir):
|
| 127 |
+
"""
|
| 128 |
+
Returns fp32 state_dict reconstructed from ds checkpoint
|
| 129 |
+
|
| 130 |
+
Args:
|
| 131 |
+
- ``ds_checkpoint_dir``: path to the deepspeed checkpoint folder (where the optimizer files are)
|
| 132 |
+
|
| 133 |
+
"""
|
| 134 |
+
print(f"Processing zero checkpoint '{ds_checkpoint_dir}'")
|
| 135 |
+
|
| 136 |
+
optim_files = get_optim_files(ds_checkpoint_dir)
|
| 137 |
+
zero_stage, world_size, param_shapes, fp32_flat_groups = parse_optim_states(optim_files, ds_checkpoint_dir)
|
| 138 |
+
print(
|
| 139 |
+
f"Detected checkpoint of type zero stage {zero_stage}, world_size: {world_size}")
|
| 140 |
+
|
| 141 |
+
model_file = get_model_state_file(ds_checkpoint_dir, zero_stage)
|
| 142 |
+
buffers = parse_model_state(model_file)
|
| 143 |
+
|
| 144 |
+
if zero_stage == 2:
|
| 145 |
+
return _get_fp32_state_dict_from_zero2_checkpoint(world_size,
|
| 146 |
+
param_shapes,
|
| 147 |
+
fp32_flat_groups,
|
| 148 |
+
buffers)
|
| 149 |
+
elif zero_stage == 3:
|
| 150 |
+
return _get_fp32_state_dict_from_zero3_checkpoint(world_size,
|
| 151 |
+
param_shapes,
|
| 152 |
+
fp32_flat_groups,
|
| 153 |
+
buffers)
|
| 154 |
+
|
| 155 |
+
|
| 156 |
+
def _get_fp32_state_dict_from_zero2_checkpoint(world_size,
|
| 157 |
+
param_shapes,
|
| 158 |
+
fp32_flat_groups,
|
| 159 |
+
buffers):
|
| 160 |
+
|
| 161 |
+
# Reconstruction protocol:
|
| 162 |
+
#
|
| 163 |
+
# XXX: document this
|
| 164 |
+
|
| 165 |
+
if debug:
|
| 166 |
+
for i in range(world_size):
|
| 167 |
+
for j in range(len(fp32_flat_groups[0])):
|
| 168 |
+
print(f"fp32_flat_groups[{i}][{j}].shape={fp32_flat_groups[i][j].shape}")
|
| 169 |
+
|
| 170 |
+
# XXX: memory usage doubles here (zero2)
|
| 171 |
+
num_param_groups = len(fp32_flat_groups[0])
|
| 172 |
+
merged_single_partition_of_fp32_groups = []
|
| 173 |
+
for i in range(num_param_groups):
|
| 174 |
+
merged_partitions = [sd[i] for sd in fp32_flat_groups]
|
| 175 |
+
full_single_fp32_vector = torch.cat(merged_partitions, 0)
|
| 176 |
+
merged_single_partition_of_fp32_groups.append(full_single_fp32_vector)
|
| 177 |
+
avail_numel = sum([
|
| 178 |
+
full_single_fp32_vector.numel()
|
| 179 |
+
for full_single_fp32_vector in merged_single_partition_of_fp32_groups
|
| 180 |
+
])
|
| 181 |
+
|
| 182 |
+
if debug:
|
| 183 |
+
wanted_params = sum([len(shapes) for shapes in param_shapes])
|
| 184 |
+
wanted_numel = sum(
|
| 185 |
+
[sum(shape.numel() for shape in shapes.values()) for shapes in param_shapes])
|
| 186 |
+
# not asserting if there is a mismatch due to possible padding
|
| 187 |
+
print(f"Have {avail_numel} numels to process.")
|
| 188 |
+
print(f"Need {wanted_numel} numels in {wanted_params} params.")
|
| 189 |
+
|
| 190 |
+
state_dict = OrderedDict()
|
| 191 |
+
|
| 192 |
+
# buffers
|
| 193 |
+
state_dict.update(buffers)
|
| 194 |
+
if debug:
|
| 195 |
+
print(f"added {len(buffers)} buffers")
|
| 196 |
+
|
| 197 |
+
# params
|
| 198 |
+
# XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
|
| 199 |
+
# out-of-core computing solution
|
| 200 |
+
total_numel = 0
|
| 201 |
+
total_params = 0
|
| 202 |
+
for shapes, full_single_fp32_vector in zip(param_shapes, merged_single_partition_of_fp32_groups):
|
| 203 |
+
offset = 0
|
| 204 |
+
avail_numel = full_single_fp32_vector.numel()
|
| 205 |
+
for name, shape in shapes.items():
|
| 206 |
+
|
| 207 |
+
unpartitioned_numel = shape.numel()
|
| 208 |
+
total_numel += unpartitioned_numel
|
| 209 |
+
total_params += 1
|
| 210 |
+
|
| 211 |
+
if debug:
|
| 212 |
+
print(
|
| 213 |
+
f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} "
|
| 214 |
+
)
|
| 215 |
+
state_dict[name] = full_single_fp32_vector.narrow(
|
| 216 |
+
0,
|
| 217 |
+
offset,
|
| 218 |
+
unpartitioned_numel).view(shape)
|
| 219 |
+
offset += unpartitioned_numel
|
| 220 |
+
|
| 221 |
+
# Z2 started to align to 2*world_size to improve nccl performance. Therefore both offset and
|
| 222 |
+
# avail_numel can differ by anywhere between 0..2*world_size. Due to two unrelated complex
|
| 223 |
+
# paddings performed in the code it's almost impossible to predict the exact numbers w/o the
|
| 224 |
+
# live optimizer object, so we are checking that the numbers are within the right range
|
| 225 |
+
align_to = 2 * world_size
|
| 226 |
+
|
| 227 |
+
def zero2_align(x):
|
| 228 |
+
return align_to * math.ceil(x / align_to)
|
| 229 |
+
|
| 230 |
+
if debug:
|
| 231 |
+
print(f"original offset={offset}, avail_numel={avail_numel}")
|
| 232 |
+
|
| 233 |
+
offset = zero2_align(offset)
|
| 234 |
+
avail_numel = zero2_align(avail_numel)
|
| 235 |
+
|
| 236 |
+
if debug:
|
| 237 |
+
print(f"aligned offset={offset}, avail_numel={avail_numel}")
|
| 238 |
+
|
| 239 |
+
# Sanity check
|
| 240 |
+
if offset != avail_numel:
|
| 241 |
+
raise ValueError(
|
| 242 |
+
f"consumed {offset} numels out of {avail_numel} - something is wrong")
|
| 243 |
+
|
| 244 |
+
print(
|
| 245 |
+
f"Reconstructed fp32 state dict with {total_params} params {total_numel} elements"
|
| 246 |
+
)
|
| 247 |
+
|
| 248 |
+
return state_dict
|
| 249 |
+
|
| 250 |
+
|
| 251 |
+
def zero3_partitioned_param_info(unpartitioned_numel, world_size):
|
| 252 |
+
remainder = unpartitioned_numel % world_size
|
| 253 |
+
padding_numel = (world_size - remainder) if remainder else 0
|
| 254 |
+
partitioned_numel = math.ceil(unpartitioned_numel / world_size)
|
| 255 |
+
return partitioned_numel, padding_numel
|
| 256 |
+
|
| 257 |
+
|
| 258 |
+
def _get_fp32_state_dict_from_zero3_checkpoint(world_size,
|
| 259 |
+
param_shapes,
|
| 260 |
+
fp32_flat_groups,
|
| 261 |
+
buffers):
|
| 262 |
+
|
| 263 |
+
# Reconstruction protocol: For zero3 we need to zip the partitions together at boundary of each
|
| 264 |
+
# param, re-consolidating each param, while dealing with padding if any
|
| 265 |
+
|
| 266 |
+
avail_numel = fp32_flat_groups[0].numel() * world_size
|
| 267 |
+
# merge list of dicts, preserving order
|
| 268 |
+
param_shapes = {k: v for d in param_shapes for k, v in d.items()}
|
| 269 |
+
|
| 270 |
+
if debug:
|
| 271 |
+
for i in range(world_size):
|
| 272 |
+
print(f"fp32_flat_groups[{i}].shape={fp32_flat_groups[i].shape}")
|
| 273 |
+
|
| 274 |
+
wanted_params = len(param_shapes)
|
| 275 |
+
wanted_numel = sum(shape.numel() for shape in param_shapes.values())
|
| 276 |
+
# not asserting if there is a mismatch due to possible padding
|
| 277 |
+
print(f"Have {avail_numel} numels to process.")
|
| 278 |
+
print(f"Need {wanted_numel} numels in {wanted_params} params.")
|
| 279 |
+
|
| 280 |
+
state_dict = OrderedDict()
|
| 281 |
+
|
| 282 |
+
# buffers
|
| 283 |
+
state_dict.update(buffers)
|
| 284 |
+
if debug:
|
| 285 |
+
print(f"added {len(buffers)} buffers")
|
| 286 |
+
|
| 287 |
+
# params
|
| 288 |
+
# XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
|
| 289 |
+
# out-of-core computing solution
|
| 290 |
+
offset = 0
|
| 291 |
+
total_numel = 0
|
| 292 |
+
total_params = 0
|
| 293 |
+
for name, shape in param_shapes.items():
|
| 294 |
+
|
| 295 |
+
unpartitioned_numel = shape.numel()
|
| 296 |
+
total_numel += unpartitioned_numel
|
| 297 |
+
total_params += 1
|
| 298 |
+
|
| 299 |
+
partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
|
| 300 |
+
|
| 301 |
+
if debug:
|
| 302 |
+
print(
|
| 303 |
+
f"{total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
|
| 304 |
+
)
|
| 305 |
+
|
| 306 |
+
# XXX: memory usage doubles here
|
| 307 |
+
state_dict[name] = torch.cat(
|
| 308 |
+
tuple(fp32_flat_groups[i].narrow(0,
|
| 309 |
+
offset,
|
| 310 |
+
partitioned_numel)
|
| 311 |
+
for i in range(world_size)),
|
| 312 |
+
0).narrow(0,
|
| 313 |
+
0,
|
| 314 |
+
unpartitioned_numel).view(shape)
|
| 315 |
+
offset += partitioned_numel
|
| 316 |
+
|
| 317 |
+
offset *= world_size
|
| 318 |
+
|
| 319 |
+
# Sanity check
|
| 320 |
+
if offset != avail_numel:
|
| 321 |
+
raise ValueError(
|
| 322 |
+
f"consumed {offset} numels out of {avail_numel} - something is wrong")
|
| 323 |
+
|
| 324 |
+
print(
|
| 325 |
+
f"Reconstructed fp32 state dict with {total_params} params {total_numel} elements"
|
| 326 |
+
)
|
| 327 |
+
|
| 328 |
+
return state_dict
|
| 329 |
+
|
| 330 |
+
|
| 331 |
+
def get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag=None):
|
| 332 |
+
"""
|
| 333 |
+
Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated state_dict that can be loaded with
|
| 334 |
+
``load_state_dict()`` and used for training without DeepSpeed or shared with others, for example
|
| 335 |
+
via a model hub.
|
| 336 |
+
|
| 337 |
+
Args:
|
| 338 |
+
- ``checkpoint_dir``: path to the desired checkpoint folder
|
| 339 |
+
- ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in 'latest' file. e.g., ``global_step14``
|
| 340 |
+
|
| 341 |
+
Returns:
|
| 342 |
+
- pytorch ``state_dict``
|
| 343 |
+
|
| 344 |
+
Note: this approach may not work if your application doesn't have sufficient free CPU memory and
|
| 345 |
+
you may need to use the offline approach using the ``zero_to_fp32.py`` script that is saved with
|
| 346 |
+
the checkpoint.
|
| 347 |
+
|
| 348 |
+
A typical usage might be ::
|
| 349 |
+
|
| 350 |
+
from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint
|
| 351 |
+
# do the training and checkpoint saving
|
| 352 |
+
state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir) # already on cpu
|
| 353 |
+
model = model.cpu() # move to cpu
|
| 354 |
+
model.load_state_dict(state_dict)
|
| 355 |
+
# submit to model hub or save the model to share with others
|
| 356 |
+
|
| 357 |
+
In this example the ``model`` will no longer be usable in the deepspeed context of the same
|
| 358 |
+
application. i.e. you will need to re-initialize the deepspeed engine, since
|
| 359 |
+
``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
|
| 360 |
+
|
| 361 |
+
If you want it all done for you, use ``load_state_dict_from_zero_checkpoint`` instead.
|
| 362 |
+
|
| 363 |
+
"""
|
| 364 |
+
if tag is None:
|
| 365 |
+
latest_path = os.path.join(checkpoint_dir, 'latest')
|
| 366 |
+
if os.path.isfile(latest_path):
|
| 367 |
+
with open(latest_path, 'r') as fd:
|
| 368 |
+
tag = fd.read().strip()
|
| 369 |
+
else:
|
| 370 |
+
raise ValueError(f"Unable to find 'latest' file at {latest_path}")
|
| 371 |
+
|
| 372 |
+
ds_checkpoint_dir = os.path.join(checkpoint_dir, tag)
|
| 373 |
+
|
| 374 |
+
if not os.path.isdir(ds_checkpoint_dir):
|
| 375 |
+
raise FileNotFoundError(f"Directory '{ds_checkpoint_dir}' doesn't exist")
|
| 376 |
+
|
| 377 |
+
return _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir)
|
| 378 |
+
|
| 379 |
+
|
| 380 |
+
def convert_zero_checkpoint_to_fp32_state_dict(checkpoint_dir, output_file, tag=None):
|
| 381 |
+
"""
|
| 382 |
+
Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict`` file that can be
|
| 383 |
+
loaded with ``torch.load(file)`` + ``load_state_dict()`` and used for training without DeepSpeed.
|
| 384 |
+
|
| 385 |
+
Args:
|
| 386 |
+
- ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
|
| 387 |
+
- ``output_file``: path to the pytorch fp32 state_dict output file (e.g. path/pytorch_model.bin)
|
| 388 |
+
- ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
|
| 389 |
+
"""
|
| 390 |
+
|
| 391 |
+
state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag)
|
| 392 |
+
print(f"Saving fp32 state dict to {output_file}")
|
| 393 |
+
torch.save(state_dict, output_file)
|
| 394 |
+
|
| 395 |
+
|
| 396 |
+
def load_state_dict_from_zero_checkpoint(model, checkpoint_dir, tag=None):
|
| 397 |
+
"""
|
| 398 |
+
1. Put the provided model to cpu
|
| 399 |
+
2. Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict``
|
| 400 |
+
3. Load it into the provided model
|
| 401 |
+
|
| 402 |
+
Args:
|
| 403 |
+
- ``model``: the model object to update
|
| 404 |
+
- ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
|
| 405 |
+
- ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
|
| 406 |
+
|
| 407 |
+
Returns:
|
| 408 |
+
- ``model`: modified model
|
| 409 |
+
|
| 410 |
+
Make sure you have plenty of CPU memory available before you call this function. If you don't
|
| 411 |
+
have enough use the ``zero_to_fp32.py`` utility to do the conversion. You will find it
|
| 412 |
+
conveniently placed for you in the checkpoint folder.
|
| 413 |
+
|
| 414 |
+
A typical usage might be ::
|
| 415 |
+
|
| 416 |
+
from deepspeed.utils.zero_to_fp32 import load_state_dict_from_zero_checkpoint
|
| 417 |
+
model = load_state_dict_from_zero_checkpoint(trainer.model, checkpoint_dir)
|
| 418 |
+
# submit to model hub or save the model to share with others
|
| 419 |
+
|
| 420 |
+
Note, that once this was run, the ``model`` will no longer be usable in the deepspeed context
|
| 421 |
+
of the same application. i.e. you will need to re-initialize the deepspeed engine, since
|
| 422 |
+
``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
|
| 423 |
+
|
| 424 |
+
"""
|
| 425 |
+
logger.info(f"Extracting fp32 weights")
|
| 426 |
+
state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag)
|
| 427 |
+
|
| 428 |
+
logger.info(f"Overwriting model with fp32 weights")
|
| 429 |
+
model = model.cpu()
|
| 430 |
+
model.load_state_dict(state_dict, strict=False)
|
| 431 |
+
|
| 432 |
+
return model
|
| 433 |
+
|
| 434 |
+
|
| 435 |
+
if __name__ == "__main__":
|
| 436 |
+
|
| 437 |
+
parser = argparse.ArgumentParser()
|
| 438 |
+
parser.add_argument(
|
| 439 |
+
"checkpoint_dir",
|
| 440 |
+
type=str,
|
| 441 |
+
help="path to the desired checkpoint folder, e.g., path/checkpoint-12")
|
| 442 |
+
parser.add_argument(
|
| 443 |
+
"output_file",
|
| 444 |
+
type=str,
|
| 445 |
+
help=
|
| 446 |
+
"path to the pytorch fp32 state_dict output file (e.g. path/checkpoint-12/pytorch_model.bin)"
|
| 447 |
+
)
|
| 448 |
+
parser.add_argument("-d", "--debug", action='store_true', help="enable debug")
|
| 449 |
+
args = parser.parse_args()
|
| 450 |
+
|
| 451 |
+
debug = args.debug
|
| 452 |
+
|
| 453 |
+
convert_zero_checkpoint_to_fp32_state_dict(args.checkpoint_dir, args.output_file)
|