nielsbantilan
commited on
Commit
•
957cd32
1
Parent(s):
771a1b9
Upload folder using huggingface_hub
Browse files- flyte_training_config.json +1 -1
- pytorch_model.bin +1 -1
- trainer_state.json +17 -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": 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:
|
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":
|
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 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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": 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:
|
3 |
size 5563
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54edde13ce02c45f23a8f5849df5058faeed6968da673a0576bf1bf3d8463d11
|
3 |
size 5563
|