Training in progress, step 500, checkpoint
Browse files- checkpoint-500/config.json +40 -0
- checkpoint-500/generation_config.json +12 -0
- checkpoint-500/model.safetensors +3 -0
- checkpoint-500/optimizer.pt +3 -0
- checkpoint-500/rng_state.pth +3 -0
- checkpoint-500/scheduler.pt +3 -0
- checkpoint-500/trainer_state.json +68 -0
- checkpoint-500/training_args.bin +3 -0
checkpoint-500/config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Grogros/dmWM-meta-llama-Llama-3.2-1B-Instruct-ft-HarmData-AlpacaGPT4-OpenWebText-RefusalData-d4-a0.25",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 128000,
|
9 |
+
"eos_token_id": [
|
10 |
+
128001,
|
11 |
+
128008,
|
12 |
+
128009
|
13 |
+
],
|
14 |
+
"head_dim": 64,
|
15 |
+
"hidden_act": "silu",
|
16 |
+
"hidden_size": 2048,
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 8192,
|
19 |
+
"max_position_embeddings": 131072,
|
20 |
+
"mlp_bias": false,
|
21 |
+
"model_type": "llama",
|
22 |
+
"num_attention_heads": 32,
|
23 |
+
"num_hidden_layers": 16,
|
24 |
+
"num_key_value_heads": 8,
|
25 |
+
"pretraining_tp": 1,
|
26 |
+
"rms_norm_eps": 1e-05,
|
27 |
+
"rope_scaling": {
|
28 |
+
"factor": 32.0,
|
29 |
+
"high_freq_factor": 4.0,
|
30 |
+
"low_freq_factor": 1.0,
|
31 |
+
"original_max_position_embeddings": 8192,
|
32 |
+
"rope_type": "llama3"
|
33 |
+
},
|
34 |
+
"rope_theta": 500000.0,
|
35 |
+
"tie_word_embeddings": true,
|
36 |
+
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.46.3",
|
38 |
+
"use_cache": true,
|
39 |
+
"vocab_size": 128256
|
40 |
+
}
|
checkpoint-500/generation_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 128000,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
128001,
|
6 |
+
128008,
|
7 |
+
128009
|
8 |
+
],
|
9 |
+
"temperature": 0.6,
|
10 |
+
"top_p": 0.9,
|
11 |
+
"transformers_version": "4.46.3"
|
12 |
+
}
|
checkpoint-500/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c030315683a323ceca5e5012742bc2f5c9e67042b7e0c3925d8894ad6085b15
|
3 |
+
size 4943274328
|
checkpoint-500/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:356c78a95732ad01571cc229bb95a1e459d26b3e0e06ebd6f609f6544eda13b4
|
3 |
+
size 3724602
|
checkpoint-500/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6587012b8ddc07c7eddd5570d48ae1120338348aab08b812e93d2688428be5ec
|
3 |
+
size 14244
|
checkpoint-500/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcb33f73969fe0349574459d6fe04a07eb8949a6b61b9bac446685eddfc5afaa
|
3 |
+
size 1064
|
checkpoint-500/trainer_state.json
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.015318392794228029,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 500,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.003063678558845606,
|
13 |
+
"grad_norm": 2.937537670135498,
|
14 |
+
"learning_rate": 4.000000000000001e-06,
|
15 |
+
"loss": 2.9979,
|
16 |
+
"step": 100
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.006127357117691212,
|
20 |
+
"grad_norm": 2.9786553382873535,
|
21 |
+
"learning_rate": 8.000000000000001e-06,
|
22 |
+
"loss": 2.9223,
|
23 |
+
"step": 200
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.009191035676536818,
|
27 |
+
"grad_norm": 2.899183750152588,
|
28 |
+
"learning_rate": 9.987820251299121e-06,
|
29 |
+
"loss": 2.9009,
|
30 |
+
"step": 300
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.012254714235382424,
|
34 |
+
"grad_norm": 2.9656615257263184,
|
35 |
+
"learning_rate": 9.890738003669029e-06,
|
36 |
+
"loss": 2.8884,
|
37 |
+
"step": 400
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.015318392794228029,
|
41 |
+
"grad_norm": 2.785738468170166,
|
42 |
+
"learning_rate": 9.698463103929542e-06,
|
43 |
+
"loss": 2.8738,
|
44 |
+
"step": 500
|
45 |
+
}
|
46 |
+
],
|
47 |
+
"logging_steps": 100,
|
48 |
+
"max_steps": 2500,
|
49 |
+
"num_input_tokens_seen": 0,
|
50 |
+
"num_train_epochs": 1,
|
51 |
+
"save_steps": 500,
|
52 |
+
"stateful_callbacks": {
|
53 |
+
"TrainerControl": {
|
54 |
+
"args": {
|
55 |
+
"should_epoch_stop": false,
|
56 |
+
"should_evaluate": false,
|
57 |
+
"should_log": false,
|
58 |
+
"should_save": true,
|
59 |
+
"should_training_stop": false
|
60 |
+
},
|
61 |
+
"attributes": {}
|
62 |
+
}
|
63 |
+
},
|
64 |
+
"total_flos": 4.7832077697024e+16,
|
65 |
+
"train_batch_size": 4,
|
66 |
+
"trial_name": null,
|
67 |
+
"trial_params": null
|
68 |
+
}
|
checkpoint-500/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:143b5f6c6fe08f3f5ae3c56265d9e4157a9e86249acdc63737a238135515a88f
|
3 |
+
size 5432
|