nielsbantilan commited on
Commit
957cd32
1 Parent(s): 771a1b9

Upload folder using huggingface_hub

Browse files
flyte_training_config.json CHANGED
@@ -1 +1 @@
1
- {"base_model": "togethercomputer/RedPajama-INCITE-Base-3B-v1", "data_path": "wikipedia", "data_name": "20220301.simple", "num_epochs": 5, "max_steps": -1, "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": ""}
 
1
+ {"base_model": "togethercomputer/RedPajama-INCITE-Base-3B-v1", "data_path": "wikipedia", "data_name": "20220301.simple", "num_epochs": 10, "max_steps": -1, "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:6c3892be9a5a69f1bdc1a76ac3c79cf722f4608b39d7e72ba1ea4412996b3e0e
3
  size 5686106713
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeaa01593806267e4358ec662b32448529e9521f7f15a6f131021450b6196cc2
3
  size 5686106713
trainer_state.json CHANGED
@@ -1,25 +1,31 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 3.3333333333333335,
5
- "global_step": 5,
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
- "step": 5,
13
- "total_flos": 2077564600320.0,
14
- "train_loss": 2.06929931640625,
15
- "train_runtime": 218.7837,
16
- "train_samples_per_second": 4.319,
 
 
 
 
 
 
17
  "train_steps_per_second": 0.023
18
  }
19
  ],
20
- "max_steps": 5,
21
- "num_train_epochs": 5,
22
- "total_flos": 2077564600320.0,
23
  "trial_name": null,
24
  "trial_params": null
25
  }
 
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.0319,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 6.67,
18
+ "step": 10,
19
+ "total_flos": 4181427486720.0,
20
+ "train_loss": 2.031925582885742,
21
+ "train_runtime": 431.4804,
22
+ "train_samples_per_second": 4.38,
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:3f954b5220fecd13e835e992ca0ed4b4cbebb8a29156115f726c8b5905282a3a
3
  size 5563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54edde13ce02c45f23a8f5849df5058faeed6968da673a0576bf1bf3d8463d11
3
  size 5563