Training in progress, epoch 0
Browse files- config.json +27 -0
- model.safetensors +3 -0
- runs/Nov24_23-47-16_autodl-container-c6d211be3c-7c67975e/events.out.tfevents.1700840859.autodl-container-c6d211be3c-7c67975e.29969.0 +3 -0
- runs/Nov24_23-53-34_autodl-container-c6d211be3c-7c67975e/events.out.tfevents.1700841239.autodl-container-c6d211be3c-7c67975e.30222.0 +3 -0
- runs/Nov24_23-57-51_autodl-container-c6d211be3c-7c67975e/events.out.tfevents.1700841510.autodl-container-c6d211be3c-7c67975e.30382.0 +3 -0
- runs/Nov25_00-00-06_autodl-container-c6d211be3c-7c67975e/events.out.tfevents.1700841643.autodl-container-c6d211be3c-7c67975e.30492.0 +3 -0
- runs/Nov25_00-02-07_autodl-container-c6d211be3c-7c67975e/events.out.tfevents.1700841754.autodl-container-c6d211be3c-7c67975e.30598.0 +3 -0
- runs/Nov25_00-04-01_autodl-container-c6d211be3c-7c67975e/events.out.tfevents.1700841884.autodl-container-c6d211be3c-7c67975e.30699.0 +3 -0
- runs/Nov25_00-11-44_autodl-container-c6d211be3c-7c67975e/events.out.tfevents.1700842332.autodl-container-c6d211be3c-7c67975e.30946.0 +3 -0
- special_tokens_map.json +30 -0
- tokenizer.json +0 -0
- tokenizer_config.json +40 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/root/autodl-tmp/alignment-handbook/data/tinyllama-1.1b-sft-full",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"bos_token_id": 1,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 2048,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 5632,
|
13 |
+
"max_position_embeddings": 2048,
|
14 |
+
"model_type": "llama",
|
15 |
+
"num_attention_heads": 32,
|
16 |
+
"num_hidden_layers": 22,
|
17 |
+
"num_key_value_heads": 4,
|
18 |
+
"pretraining_tp": 1,
|
19 |
+
"rms_norm_eps": 1e-05,
|
20 |
+
"rope_scaling": null,
|
21 |
+
"rope_theta": 10000.0,
|
22 |
+
"tie_word_embeddings": false,
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.35.0",
|
25 |
+
"use_cache": false,
|
26 |
+
"vocab_size": 32000
|
27 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd7b0ee5a9520019ec078a88a6063bc2fa9b8128f2bcb2dfab4c572ee8fdbb1a
|
3 |
+
size 4400216536
|
runs/Nov24_23-47-16_autodl-container-c6d211be3c-7c67975e/events.out.tfevents.1700840859.autodl-container-c6d211be3c-7c67975e.29969.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb10c5f038d978f31c40fb98205e79270fd2136d9e48888f1cf63bf57f75a12b
|
3 |
+
size 8770
|
runs/Nov24_23-53-34_autodl-container-c6d211be3c-7c67975e/events.out.tfevents.1700841239.autodl-container-c6d211be3c-7c67975e.30222.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7886f02ae8a0d19658c0688f74dd9e793b83584833defe1a9c187e8d9362dc9
|
3 |
+
size 5030
|
runs/Nov24_23-57-51_autodl-container-c6d211be3c-7c67975e/events.out.tfevents.1700841510.autodl-container-c6d211be3c-7c67975e.30382.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27258b457422b3efb0d320aa57863bdcbf653dafb3fb71a1f9c6c5b4807a2b44
|
3 |
+
size 5029
|
runs/Nov25_00-00-06_autodl-container-c6d211be3c-7c67975e/events.out.tfevents.1700841643.autodl-container-c6d211be3c-7c67975e.30492.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbc0a52e31d9b602141bec05735d1ef467607a0cc8ced12b17c0926dda54121d
|
3 |
+
size 5029
|
runs/Nov25_00-02-07_autodl-container-c6d211be3c-7c67975e/events.out.tfevents.1700841754.autodl-container-c6d211be3c-7c67975e.30598.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:184f2e98b0fa6c976b7b500b6c4c436a95266af1ad25068c7493e25bf5ce117f
|
3 |
+
size 5029
|
runs/Nov25_00-04-01_autodl-container-c6d211be3c-7c67975e/events.out.tfevents.1700841884.autodl-container-c6d211be3c-7c67975e.30699.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0dcefd1f01b7aaf3d5ae8585d86e2b1d09aca9efd9e3e96979cce29181023b7
|
3 |
+
size 9392
|
runs/Nov25_00-11-44_autodl-container-c6d211be3c-7c67975e/events.out.tfevents.1700842332.autodl-container-c6d211be3c-7c67975e.30946.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9a7eaf0ce594f5e5db767325fad35eb07900c3aeb1148b86e1f18f9d1a82fed
|
3 |
+
size 499171
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<unk>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<s>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
}
|
27 |
+
},
|
28 |
+
"bos_token": "<s>",
|
29 |
+
"chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
|
30 |
+
"clean_up_tokenization_spaces": false,
|
31 |
+
"eos_token": "</s>",
|
32 |
+
"legacy": false,
|
33 |
+
"model_max_length": 2048,
|
34 |
+
"pad_token": "</s>",
|
35 |
+
"padding_side": "right",
|
36 |
+
"sp_model_kwargs": {},
|
37 |
+
"tokenizer_class": "LlamaTokenizer",
|
38 |
+
"unk_token": "<unk>",
|
39 |
+
"use_default_system_prompt": false
|
40 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42a4e7adc41df836ad2592d33fcc4356872e5f73b03a1257203ee403e126341a
|
3 |
+
size 4728
|