nielsbantilan commited on
Commit
f58c288
1 Parent(s): d07c843

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/tmp/flyteav9zvdg1/local_flytekit/3dc3fdcbe70c98829ce1a05b3cd622c0",
3
  "architectures": [
4
  "GPTNeoXForCausalLM"
5
  ],
@@ -7,20 +7,20 @@
7
  "classifier_dropout": 0.1,
8
  "eos_token_id": 0,
9
  "hidden_act": "gelu",
10
- "hidden_size": 2048,
11
  "initializer_range": 0.02,
12
- "intermediate_size": 8192,
13
  "layer_norm_eps": 1e-05,
14
  "max_position_embeddings": 2048,
15
  "model_type": "gpt_neox",
16
- "num_attention_heads": 8,
17
- "num_hidden_layers": 16,
18
  "rotary_emb_base": 10000,
19
- "rotary_pct": 0.25,
20
  "tie_word_embeddings": false,
21
- "torch_dtype": "float32",
22
  "transformers_version": "4.29.2",
23
  "use_cache": true,
24
- "use_parallel_residual": true,
25
- "vocab_size": 50304
26
  }
 
1
  {
2
+ "_name_or_path": "togethercomputer/RedPajama-INCITE-Base-3B-v1",
3
  "architectures": [
4
  "GPTNeoXForCausalLM"
5
  ],
 
7
  "classifier_dropout": 0.1,
8
  "eos_token_id": 0,
9
  "hidden_act": "gelu",
10
+ "hidden_size": 2560,
11
  "initializer_range": 0.02,
12
+ "intermediate_size": 10240,
13
  "layer_norm_eps": 1e-05,
14
  "max_position_embeddings": 2048,
15
  "model_type": "gpt_neox",
16
+ "num_attention_heads": 32,
17
+ "num_hidden_layers": 32,
18
  "rotary_emb_base": 10000,
19
+ "rotary_pct": 1.0,
20
  "tie_word_embeddings": false,
21
+ "torch_dtype": "float16",
22
  "transformers_version": "4.29.2",
23
  "use_cache": true,
24
+ "use_parallel_residual": false,
25
+ "vocab_size": 50432
26
  }
flyte_training_config.json CHANGED
@@ -1 +1 @@
1
- {"base_model": "EleutherAI/pythia-1B-deduped", "data_path": "wikipedia", "data_name": "20220301.simple", "num_epochs": 1, "max_steps": 10, "learning_rate": 2e-05, "weight_decay": 0.02, "warmup_ratio": 0.03, "lr_scheduler_type": "cosine", "batch_size": 8, "micro_batch_size": 1, "val_set_size": 0, "group_by_length": false, "instruction_key": "instruction", "input_key": "input", "output_key": "output", "device_map": "auto", "cache_dir": null, "optim": "adamw_torch", "model_max_length": 512, "debug_mode": false, "debug_train_data_size": 1024, "wandb_project": ""}
 
1
+ {"base_model": "togethercomputer/RedPajama-INCITE-Base-3B-v1", "data_path": "wikipedia", "data_name": "20220301.simple", "num_epochs": 1, "max_steps": 10, "learning_rate": 2e-05, "weight_decay": 0.02, "warmup_ratio": 0.03, "lr_scheduler_type": "cosine", "batch_size": 16, "micro_batch_size": 1, "val_set_size": 0, "group_by_length": false, "instruction_key": "instruction", "input_key": "input", "output_key": "output", "device_map": "auto", "cache_dir": null, "optim": "adamw_torch", "model_max_length": 512, "debug_mode": false, "debug_train_data_size": 1024, "wandb_project": ""}
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ff095431efbef5d7a3b7e02f6a0888af48d5e1c2fe8de04c43c1c810c7e1b49
3
- size 4114316253
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:747543e20635e50ec287e6ab96d89482a765b1459a8ca932e77b9d5033d1acd9
3
+ size 5686106713
trainer_state.json CHANGED
@@ -1,31 +1,31 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 3.3333333333333335,
5
  "global_step": 10,
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.33,
12
  "learning_rate": 2e-05,
13
- "loss": 2.1837,
14
  "step": 10
15
  },
16
  {
17
- "epoch": 3.33,
18
  "step": 10,
19
- "total_flos": 835002040320.0,
20
- "train_loss": 2.1836517333984373,
21
- "train_runtime": 74.2827,
22
- "train_samples_per_second": 8.616,
23
- "train_steps_per_second": 0.135
24
  }
25
  ],
26
  "max_steps": 10,
27
- "num_train_epochs": 4,
28
- "total_flos": 835002040320.0,
29
  "trial_name": null,
30
  "trial_params": null
31
  }
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 6.666666666666667,
5
  "global_step": 10,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
9
  "log_history": [
10
  {
11
+ "epoch": 6.67,
12
  "learning_rate": 2e-05,
13
+ "loss": 2.0296,
14
  "step": 10
15
  },
16
  {
17
+ "epoch": 6.67,
18
  "step": 10,
19
+ "total_flos": 4181427486720.0,
20
+ "train_loss": 2.029572677612305,
21
+ "train_runtime": 431.4795,
22
+ "train_samples_per_second": 2.967,
23
+ "train_steps_per_second": 0.023
24
  }
25
  ],
26
  "max_steps": 10,
27
+ "num_train_epochs": 10,
28
+ "total_flos": 4181427486720.0,
29
  "trial_name": null,
30
  "trial_params": null
31
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dccd10791eeca2765d0dab04a01995f27d811561179ad9f79d8ca91bbc1bae49
3
  size 5499
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea233ffe22ae0f54efe9e7c78d909a4e8222d25cd04ce62ed9ddfb7cf3ee00a8
3
  size 5499