nielsbantilan
commited on
Commit
•
f58c288
1
Parent(s):
d07c843
Upload folder using huggingface_hub
Browse files- config.json +9 -9
- flyte_training_config.json +1 -1
- pytorch_model.bin +2 -2
- trainer_state.json +11 -11
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
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":
|
11 |
"initializer_range": 0.02,
|
12 |
-
"intermediate_size":
|
13 |
"layer_norm_eps": 1e-05,
|
14 |
"max_position_embeddings": 2048,
|
15 |
"model_type": "gpt_neox",
|
16 |
-
"num_attention_heads":
|
17 |
-
"num_hidden_layers":
|
18 |
"rotary_emb_base": 10000,
|
19 |
-
"rotary_pct": 0
|
20 |
"tie_word_embeddings": false,
|
21 |
-
"torch_dtype": "
|
22 |
"transformers_version": "4.29.2",
|
23 |
"use_cache": true,
|
24 |
-
"use_parallel_residual":
|
25 |
-
"vocab_size":
|
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": "
|
|
|
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:
|
3 |
-
size
|
|
|
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":
|
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":
|
12 |
"learning_rate": 2e-05,
|
13 |
-
"loss": 2.
|
14 |
"step": 10
|
15 |
},
|
16 |
{
|
17 |
-
"epoch":
|
18 |
"step": 10,
|
19 |
-
"total_flos":
|
20 |
-
"train_loss": 2.
|
21 |
-
"train_runtime":
|
22 |
-
"train_samples_per_second":
|
23 |
-
"train_steps_per_second": 0.
|
24 |
}
|
25 |
],
|
26 |
"max_steps": 10,
|
27 |
-
"num_train_epochs":
|
28 |
-
"total_flos":
|
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:
|
3 |
size 5499
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea233ffe22ae0f54efe9e7c78d909a4e8222d25cd04ce62ed9ddfb7cf3ee00a8
|
3 |
size 5499
|