Skip to main content

Atmallen8's group workspace

2.7B Deduped New_1ygfbs9n

What makes this group special?
Tags
2-7b
dedup
good-logging
v1

gpu-st-p4d-24xlarge-313-0

Notes
State
Finished
Start time
November 18th, 2022 3:57:43 PM
Runtime
3d 16h 3m 8s
Tracked hours
3d 16h 3m 6s
Run path
eleutherai/pythia/xwlbxxl9
OS
Linux-5.10.135-122.509.amzn2.x86_64-x86_64-with-glibc2.26
Python version
3.9.12
Git repository
git clone https://github.com/EleutherAI/gpt-neox
Git state
git checkout -b "gpu-st-p4d-24xlarge-313-0" bab229dc21bd96c7549b5bc1a678bff25516463e
Command
/fsx/hailey/pythia/gpt-neox/train.py --deepspeed_config "{\"train_batch_size\": 1024, \"train_micro_batch_size_per_gpu\": 16, \"optimizer\": {\"type\": \"Adam\", \"params\": {\"lr\": 0.00016, \"betas\": [0.9, 0.95], \"eps\": 1e-08}}, \"fp16\": {\"fp16\": true, \"enabled\": true, \"loss_scale\": 0, \"loss_scale_window\": 1000, \"initial_scale_power\": 12, \"hysteresis\": 2, \"min_loss_scale\": 1}, \"gradient_clipping\": 1.0, \"zero_optimization\": {\"stage\": 1, \"allgather_partitions\": true, \"allgather_bucket_size\": 500000000, \"overlap_comm\": true, \"reduce_scatter\": true, \"reduce_bucket_size\": 500000000, \"contiguous_gradients\": true, \"cpu_offload\": false}, \"wall_clock_breakdown\": true}" --megatron_config "{\"launcher\": \"openmpi\", \"train_batch_size\": 1024, \"train_micro_batch_size_per_gpu\": 16, \"optimizer\": {\"type\": \"Adam\", \"params\": {\"lr\": 0.00016, \"betas\": [0.9, 0.95], \"eps\": 1e-08}}, \"fp16\": {\"fp16\": true, \"enabled\": true, \"loss_scale\": 0, \"loss_scale_window\": 1000, \"initial_scale_power\": 12, \"hysteresis\": 2, \"min_loss_scale\": 1}, \"gradient_clipping\": 1.0, \"zero_optimization\": {\"stage\": 1, \"allgather_partitions\": true, \"allgather_bucket_size\": 500000000, \"overlap_comm\": true, \"reduce_scatter\": true, \"reduce_bucket_size\": 500000000, \"contiguous_gradients\": true, \"cpu_offload\": false}, \"wall_clock_breakdown\": true, \"precision\": \"fp16\", \"num_layers\": 32, \"hidden_size\": 2560, \"num_attention_heads\": 32, \"seq_length\": 2048, \"max_position_embeddings\": 2048, \"pos_emb\": \"rotary\", \"no_weight_tying\": true, \"attention_config\": [\"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\", \"global\"], \"sparsity_config\": {}, \"scaled_upper_triang_masked_softmax_fusion\": true, \"bias_gelu_fusion\": true, \"rotary_pct\": 0.25, \"init_method\": \"small_init\", \"output_layer_init_method\": \"wang_init\", \"gpt_j_residual\": true, \"output_layer_parallelism\": \"column\", \"lr_decay_style\": \"cosine\", \"lr_decay_iters\": 143000, \"min_lr\": 1.6e-05, \"optimizer_type\": \"Adam\", \"zero_stage\": 1, \"zero_reduce_scatter\": true, \"zero_contiguous_gradients\": true, \"zero_reduce_bucket_size\": 500000000, \"zero_allgather_bucket_size\": 500000000, \"lr\": 0.00016, \"tokenizer_type\": \"HFTokenizer\", \"train_data_paths\": [\"/fsx/pile_deduped/pile_0.87_deduped_text_document\"], \"test_data_paths\": [\"/fsx/pile_deduped/pile_0.87_deduped_text_document\"], \"valid_data_paths\": [\"/fsx/pile_deduped/pile_0.87_deduped_text_document\"], \"train_data_weights\": [1.0], \"valid_data_weights\": [1.0], \"test_data_weights\": [1.0], \"data_impl\": \"mmap\", \"save\": \"/fsx/hailey/pythia/ckpts/2.7B_deduped_newer\", \"config_files\": {\"pythia-dedup-2.7B.yml\": \"{\n \\"pipe-parallel-size\\": 1,\n \\"model-parallel-size\\": 1,\n\n # model settings\n \\"num-layers\\": 32,\n \\"hidden-size\\": 2560,\n \\"num-attention-heads\\": 32,\n \\"seq-length\\": 2048,\n \\"max-position-embeddings\\": 2048,\n \\"pos-emb\\": \\"rotary\\",\n \\"rotary-pct\\": 0.25,\n \\"no-weight-tying\\": true,\n \\"gpt-j-residual\\": true,\n \\"output-layer-parallelism\\": \\"column\\",\n\n \\"scaled-upper-triang-masked-softmax-fusion\\": true,\n \\"bias-gelu-fusion\\": true,\n\n # init methods\n \\"init_method\\": \\"small_init\\",\n \\"output_layer_init_method\\": \\"wang_init\\",\n\n \\"optimizer\\": {\n \\"type\\": \\"Adam\\",\n \\"params\\": {\n \\"lr\\": 0.00016,\n \\"betas\\": [0.9, 0.95],\n \\"eps\\": 1.0e-8,\n }\n },\n \\"min_lr\\": 0.000016,\n\n \\"zero_optimization\\": {\n \\"stage\\": 1,\n \\"allgather_partitions\\": True,\n \\"allgather_bucket_size\\": 500000000,\n \\"overlap_comm\\": True,\n \\"reduce_scatter\\": True,\n \\"reduce_bucket_size\\": 500000000,\n \\"contiguous_gradients\\": True,\n \\"cpu_offload\\": False\n },\n\n \\"train_micro_batch_size_per_gpu\\": 16,\n \\"gas\\": 1,\n \\"data-impl\\": \\"mmap\\",\n \\"num_workers\\": 1,\n\n # activation checkpointing\n \\"checkpoint-activations\\": true,\n \\"checkpoint-num-layers\\": 1,\n \\"partition-activations\\": true,\n \\"synchronize-each-layer\\": true,\n\n # regularization\n \\"gradient_clipping\\": 1.0,\n \\"weight-decay\\": 0.1,\n \\"hidden-dropout\\": 0,\n \\"attention-dropout\\": 0,\n\n # precision settings\n \\"fp16\\": {\n \\"fp16\\": true,\n \\"enabled\\": true,\n \\"loss_scale\\": 0,\n \\"loss_scale_window\\": 1000,\n \\"initial_scale_power\\": 12,\n \\"hysteresis\\": 2,\n \\"min_loss_scale\\": 1,\n },\n\n \\"train-iters\\": 143000,\n \\"lr-decay-iters\\": 143000,\n \\"distributed-backend\\": \\"nccl\\",\n \\"lr-decay-style\\": \\"cosine\\",\n \\"warmup\\": 0.01,\n \\"save-interval\\": 1000,\n \\"eval-interval\\": 40000,\n \\"eval-iters\\": 10,\n\n \\"log-interval\\": 10,\n \\"steps_per_print\\": 10,\n \\"wall_clock_breakdown\\": true,\n\n \\"save\\": \\"/fsx/hailey/pythia/ckpts/2.7B_deduped_newer\\",\n \\"load\\": \\"/fsx/hailey/pythia/ckpts/2.7B_deduped_newer\\",\n\n \\"train-data-paths\\": [\\"/fsx/pile_deduped/pile_0.87_deduped_text_document\\"],\n \\"valid-data-paths\\": [\\"/fsx/pile_deduped/pile_0.87_deduped_text_document\\"],\n \\"test-data-paths\\": [\\"/fsx/pile_deduped/pile_0.87_deduped_text_document\\"],\n\n \\"tokenizer-type\\": \\"HFTokenizer\\",\n \\"vocab-file\\": \\"/fsx/pile/20B_tokenizer.json\\",\n\n \\"tensorboard-dir\\": \\"/fsx/code-fim/FIMlogs/1.3B-AR-Pile-9-6-22-rotary-1MtokBS\\",\n \\"log-dir\\": \\"/fsx/code-fim/FIMlogs/1.3B-AR-Pile-9-6-22-rotary-1MtokBS\\", \n\n \\"use_wandb\\": True,\n \\"wandb_group\\": \\"2.7B Deduped New\\",\n \\"wandb_team\\": \\"eleutherai\\",\n \\"wandb_project\\": \\"pythia\\",\n\n \\"launcher\\": \\"openmpi\\",\n \\"deepspeed_mpi\\": true,\n}\n\"}, \"load\": \"/fsx/hailey/pythia/ckpts/2.7B_deduped_newer\", \"save_interval\": 1000, \"batch_size\": 16, \"train_iters\": 143000, \"eval_iters\": 10, \"eval_interval\": 40000, \"vocab_file\": \"/fsx/pile/20B_tokenizer.json\", \"num_workers\": 1, \"attention_dropout\": 0, \"hidden_dropout\": 0, \"weight_decay\": 0.1, \"checkpoint_activations\": true, \"synchronize_each_layer\": true, \"partition_activations\": true, \"gas\": 1, \"clip_grad\": 1.0, \"dynamic_loss_scale\": true, \"pipe_parallel_size\": 1, \"is_pipe_parallel\": true, \"use_wandb\": true, \"wandb_group\": \"2.7B Deduped New_1ygfbs9n\", \"wandb_team\": \"eleutherai\", \"wandb_project\": \"pythia\", \"log_dir\": \"/fsx/code-fim/FIMlogs/1.3B-AR-Pile-9-6-22-rotary-1MtokBS\", \"tensorboard_dir\": \"/fsx/code-fim/FIMlogs/1.3B-AR-Pile-9-6-22-rotary-1MtokBS\", \"log_interval\": 10, \"text_gen_type\": \"unconditional\", \"deepspeed_mpi\": true, \"user_script\": \"/fsx/hailey/pythia/gpt-neox/train.py\", \"global_num_gpus\": 64}"
System Hardware
CPU count48
GPU count8
GPU typeNVIDIA A100-SXM4-40GB
W&B CLI Version
0.12.21
Config

Config parameters are your model's inputs. Learn more

  • {} 187 keys
    • "gelu"
    • false
    • 1,000
    • null
    • false
    • [] 32 items
      • 0
      • false
      • 16
      • false
      • true
      • false
      • true
      • false
      • 1
      • false
      • 1
      • {} 1 key
        • "{ "pipe-parallel-size": 1, "model-parallel-size": 1, # model settings "num-layers": 32, "hidden-size": 2560, "num-attention-heads": 32, "seq-length": 2048, "max-position-embeddings": 2048, "pos-emb": "rotary", "rotary-pct": 0.25, "no-weight-tying": true, "gpt-j-residual": true, "output-layer-parallelism": "column", "scaled-upper-triang-masked-softmax-fusion": true, "bias-gelu-fusion": true, # init methods "init_method": "small_init", "output_layer_init_method": "wang_init", "optimizer": { "type": "Adam", "params": { "lr": 0.00016, "betas": [0.9, 0.95], "eps": 1.0e-8, } }, "min_lr": 0.000016, "zero_optimization": { "stage": 1, "allgather_partitions": True, "allgather_bucket_size": 500000000, "overlap_comm": True, "reduce_scatter": True, "reduce_bucket_size": 500000000, "contiguous_gradients": True, "cpu_offload": False }, "train_micro_batch_size_per_gpu": 16, "gas": 1, "data-impl": "mmap", "num_workers": 1, # activation checkpointing "checkpoint-activations": true, "checkpoint-num-layers": 1, "partition-activations": true, "synchronize-each-layer": true, # regularization "gradient_clipping": 1.0, "weight-decay": 0.1, "hidden-dropout": 0, "attention-dropout": 0, # precision settings "fp16": { "fp16": true, "enabled": true, "loss_scale": 0, "loss_scale_window": 1000, "initial_scale_power": 12, "hysteresis": 2, "min_loss_scale": 1, }, "train-iters": 143000, "lr-decay-iters": 143000, "distributed-backend": "nccl", "lr-decay-style": "cosine", "warmup": 0.01, "save-interval": 1000, "eval-interval": 40000, "eval-iters": 10, "log-interval": 10, "steps_per_print": 10, "wall_clock_breakdown": true, "save": "/fsx/hailey/pythia/ckpts/2.7B_deduped_newer", "load": "/fsx/hailey/pythia/ckpts/2.7B_deduped_newer", "train-data-paths": ["/fsx/pile_deduped/pile_0.87_deduped_text_document"], "valid-data-paths": ["/fsx/pile_deduped/pile_0.87_deduped_text_document"], "test-data-paths": ["/fsx/pile_deduped/pile_0.87_deduped_text_document"], "tokenizer-type": "HFTokenizer", "vocab-file": "/fsx/pile/20B_tokenizer.json", "tensorboard-dir": "/fsx/code-fim/FIMlogs/1.3B-AR-Pile-9-6-22-rotary-1MtokBS", "log-dir": "/fsx/code-fim/FIMlogs/1.3B-AR-Pile-9-6-22-rotary-1MtokBS", "use_wandb": True, "wandb_group": "2.7B Deduped New", "wandb_team": "eleutherai", "wandb_project": "pythia", "launcher": "openmpi", "deepspeed_mpi": true, } "
      • false
      • "mmap"
      • null
      • false
      • null
      • true
      • true
      • true
      • false
      • false
      • "nccl"
      • null
      • null
      • null
      • false
      • true
      • false
      • 40,000
      • 10
      • ""
      • null
      • null
      • null
      • false
      • null
      • {} 7 keys
        • false
        • false
        • 46 ... 95
          96 ... 145
          146 ... 182
        • {} 8 keys
          • 500,000,000
          • true
          • 1
        Summary

        Summary metrics are your model's outputs. Learn more

        • {} 0 keys