nielsbantilan
commited on
Commit
·
c4caa98
1
Parent(s):
d34e5ce
Upload folder using huggingface_hub
Browse files- flyte_training_config.json +1 -1
- pytorch_model.bin +1 -1
- trainer_state.json +11 -11
- training_args.bin +1 -1
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":
|
|
|
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": ""}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5686106713
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c3892be9a5a69f1bdc1a76ac3c79cf722f4608b39d7e72ba1ea4412996b3e0e
|
3 |
size 5686106713
|
trainer_state.json
CHANGED
@@ -1,25 +1,25 @@
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
-
"epoch":
|
5 |
-
"global_step":
|
6 |
"is_hyper_param_search": false,
|
7 |
"is_local_process_zero": true,
|
8 |
"is_world_process_zero": true,
|
9 |
"log_history": [
|
10 |
{
|
11 |
-
"epoch":
|
12 |
-
"step":
|
13 |
-
"total_flos":
|
14 |
-
"train_loss": 2.
|
15 |
-
"train_runtime":
|
16 |
-
"train_samples_per_second": 4.
|
17 |
"train_steps_per_second": 0.023
|
18 |
}
|
19 |
],
|
20 |
-
"max_steps":
|
21 |
-
"num_train_epochs":
|
22 |
-
"total_flos":
|
23 |
"trial_name": null,
|
24 |
"trial_params": null
|
25 |
}
|
|
|
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 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5563
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f954b5220fecd13e835e992ca0ed4b4cbebb8a29156115f726c8b5905282a3a
|
3 |
size 5563
|