Training in progress, step 1000, checkpoint
Browse files- checkpoint-1000/config.json +40 -0
- checkpoint-1000/generation_config.json +12 -0
- checkpoint-1000/model.safetensors +3 -0
- checkpoint-1000/optimizer.pt +3 -0
- checkpoint-1000/rng_state.pth +3 -0
- checkpoint-1000/scheduler.pt +3 -0
- checkpoint-1000/trainer_state.json +103 -0
- checkpoint-1000/training_args.bin +3 -0
checkpoint-1000/config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Grogros/dmWM-LLama-3-1B-Harm-ft-HarmData-AlpacaGPT4-OpenWebText-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-1000/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-1000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f352fe672dbac2b519fa7e404f1dc52b2704bf0cd6c196c6b07c9d620c61771
|
3 |
+
size 4943274328
|
checkpoint-1000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:334709e36df22a67c74dfa305a3c8b3ced95a8f7ce5ddab442fab2e510461a4b
|
3 |
+
size 3724602
|
checkpoint-1000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18d90ec386b7998b205735a72c0b297c7b40445b1a0dd833cf8a44a73d955623
|
3 |
+
size 14244
|
checkpoint-1000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df79665eb3e88a45c7df20570a32716b1ea33a86ebc5e42040e7fb6f94e64785
|
3 |
+
size 1064
|
checkpoint-1000/trainer_state.json
ADDED
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.030636785588456058,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1000,
|
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": 3.035543918609619,
|
14 |
+
"learning_rate": 4.000000000000001e-06,
|
15 |
+
"loss": 3.0534,
|
16 |
+
"step": 100
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.006127357117691212,
|
20 |
+
"grad_norm": 2.96189546585083,
|
21 |
+
"learning_rate": 8.000000000000001e-06,
|
22 |
+
"loss": 2.9361,
|
23 |
+
"step": 200
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.009191035676536818,
|
27 |
+
"grad_norm": 2.852346420288086,
|
28 |
+
"learning_rate": 9.987820251299121e-06,
|
29 |
+
"loss": 2.9092,
|
30 |
+
"step": 300
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.012254714235382424,
|
34 |
+
"grad_norm": 2.963131904602051,
|
35 |
+
"learning_rate": 9.890738003669029e-06,
|
36 |
+
"loss": 2.8945,
|
37 |
+
"step": 400
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.015318392794228029,
|
41 |
+
"grad_norm": 2.8017725944519043,
|
42 |
+
"learning_rate": 9.698463103929542e-06,
|
43 |
+
"loss": 2.8791,
|
44 |
+
"step": 500
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.018382071353073636,
|
48 |
+
"grad_norm": 2.877586841583252,
|
49 |
+
"learning_rate": 9.414737964294636e-06,
|
50 |
+
"loss": 2.8601,
|
51 |
+
"step": 600
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.02144574991191924,
|
55 |
+
"grad_norm": 2.7040741443634033,
|
56 |
+
"learning_rate": 9.045084971874738e-06,
|
57 |
+
"loss": 2.8706,
|
58 |
+
"step": 700
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.024509428470764847,
|
62 |
+
"grad_norm": 2.8546905517578125,
|
63 |
+
"learning_rate": 8.596699001693257e-06,
|
64 |
+
"loss": 2.8554,
|
65 |
+
"step": 800
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.027573107029610452,
|
69 |
+
"grad_norm": 2.643134355545044,
|
70 |
+
"learning_rate": 8.078307376628292e-06,
|
71 |
+
"loss": 2.8639,
|
72 |
+
"step": 900
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.030636785588456058,
|
76 |
+
"grad_norm": 2.577639579772949,
|
77 |
+
"learning_rate": 7.500000000000001e-06,
|
78 |
+
"loss": 2.8588,
|
79 |
+
"step": 1000
|
80 |
+
}
|
81 |
+
],
|
82 |
+
"logging_steps": 100,
|
83 |
+
"max_steps": 2500,
|
84 |
+
"num_input_tokens_seen": 0,
|
85 |
+
"num_train_epochs": 1,
|
86 |
+
"save_steps": 500,
|
87 |
+
"stateful_callbacks": {
|
88 |
+
"TrainerControl": {
|
89 |
+
"args": {
|
90 |
+
"should_epoch_stop": false,
|
91 |
+
"should_evaluate": false,
|
92 |
+
"should_log": false,
|
93 |
+
"should_save": true,
|
94 |
+
"should_training_stop": false
|
95 |
+
},
|
96 |
+
"attributes": {}
|
97 |
+
}
|
98 |
+
},
|
99 |
+
"total_flos": 9.5664155394048e+16,
|
100 |
+
"train_batch_size": 4,
|
101 |
+
"trial_name": null,
|
102 |
+
"trial_params": null
|
103 |
+
}
|
checkpoint-1000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b061932f4b33e9f6c8cf1360f0fb270eb558cde804dfcf2d83c5d626b8d28ae2
|
3 |
+
size 5432
|