Training in progress, step 463
Browse files- .gitattributes +1 -0
- added_tokens.json +5 -0
- config.json +29 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- runs/Apr17_19-55-53_gcn22.local.snellius.surf.nl/events.out.tfevents.1744912570.gcn22.local.snellius.surf.nl +3 -0
- runs/Apr17_20-05-28_gcn22.local.snellius.surf.nl/events.out.tfevents.1744913133.gcn22.local.snellius.surf.nl +3 -0
- runs/Apr17_20-11-25_gcn68.local.snellius.surf.nl/events.out.tfevents.1744913492.gcn68.local.snellius.surf.nl +0 -0
- runs/Apr17_20-14-39_gcn113.local.snellius.surf.nl/events.out.tfevents.1744913684.gcn113.local.snellius.surf.nl +3 -0
- runs/Apr18_15-14-36_gcn18.local.snellius.surf.nl/events.out.tfevents.1744982087.gcn18.local.snellius.surf.nl +3 -0
- runs/Apr18_15-20-22_gcn130.local.snellius.surf.nl/events.out.tfevents.1744982430.gcn130.local.snellius.surf.nl +3 -0
- runs/Apr18_15-25-57_gcn121.local.snellius.surf.nl/events.out.tfevents.1744982766.gcn121.local.snellius.surf.nl +3 -0
- runs/Apr18_15-31-31_gcn129.local.snellius.surf.nl/events.out.tfevents.1744983107.gcn129.local.snellius.surf.nl +3 -0
- runs/Apr18_15-39-57_gcn130.local.snellius.surf.nl/events.out.tfevents.1744983606.gcn130.local.snellius.surf.nl +3 -0
- runs/Apr18_15-42-01_gcn130.local.snellius.surf.nl/events.out.tfevents.1744983727.gcn130.local.snellius.surf.nl +3 -0
- runs/Apr18_15-45-44_gcn146.local.snellius.surf.nl/events.out.tfevents.1744983949.gcn146.local.snellius.surf.nl +3 -0
- runs/Apr18_15-53-23_gcn121.local.snellius.surf.nl/events.out.tfevents.1744984409.gcn121.local.snellius.surf.nl +3 -0
- runs/Apr18_15-55-35_gcn128.local.snellius.surf.nl/events.out.tfevents.1744984541.gcn128.local.snellius.surf.nl +3 -0
- runs/Apr18_15-59-13_gcn128.local.snellius.surf.nl/events.out.tfevents.1744984757.gcn128.local.snellius.surf.nl +3 -0
- runs/Apr18_16-03-09_gcn129.local.snellius.surf.nl/events.out.tfevents.1744984995.gcn129.local.snellius.surf.nl +3 -0
- runs/Apr18_16-14-57_gcn133.local.snellius.surf.nl/events.out.tfevents.1744985707.gcn133.local.snellius.surf.nl +3 -0
- runs/Apr18_17-22-17_gcn148.local.snellius.surf.nl/events.out.tfevents.1744989743.gcn148.local.snellius.surf.nl +3 -0
- runs/Apr18_18-21-19_gcn148.local.snellius.surf.nl/events.out.tfevents.1744993304.gcn148.local.snellius.surf.nl +0 -0
- runs/Apr18_18-34-14_gcn128.local.snellius.surf.nl/events.out.tfevents.1744994068.gcn128.local.snellius.surf.nl +0 -0
- runs/Apr18_18-38-47_gcn122.local.snellius.surf.nl/events.out.tfevents.1744994339.gcn122.local.snellius.surf.nl +3 -0
- special_tokens_map.json +20 -0
- tokenizer.json +3 -0
- tokenizer_config.json +45 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Qwen/Qwen2-0.5B-Instruct",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 896,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 4864,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 24,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 14,
|
17 |
+
"num_hidden_layers": 24,
|
18 |
+
"num_key_value_heads": 2,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_scaling": null,
|
21 |
+
"rope_theta": 1000000.0,
|
22 |
+
"sliding_window": null,
|
23 |
+
"tie_word_embeddings": true,
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.48.3",
|
26 |
+
"use_cache": null,
|
27 |
+
"use_sliding_window": false,
|
28 |
+
"vocab_size": 151936
|
29 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec57eae56c6ce15255d58ed5deecddb95d225c0da013b877d93896252cce7730
|
3 |
+
size 1976163472
|
runs/Apr17_19-55-53_gcn22.local.snellius.surf.nl/events.out.tfevents.1744912570.gcn22.local.snellius.surf.nl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c0be3734885639dad2a98ab09483504da8bd5b32a3f53b3185c7472d7d566a8
|
3 |
+
size 17773
|
runs/Apr17_20-05-28_gcn22.local.snellius.surf.nl/events.out.tfevents.1744913133.gcn22.local.snellius.surf.nl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0665424df40d12f7dd293e86b5409ea585bac47e3fab414c9e8f3c99720d7d46
|
3 |
+
size 8338
|
runs/Apr17_20-11-25_gcn68.local.snellius.surf.nl/events.out.tfevents.1744913492.gcn68.local.snellius.surf.nl
ADDED
File without changes
|
runs/Apr17_20-14-39_gcn113.local.snellius.surf.nl/events.out.tfevents.1744913684.gcn113.local.snellius.surf.nl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e29e3e030ac31bac5eb7d6bcca9dc77112196e656db1916bea19db6db713ee00
|
3 |
+
size 61823
|
runs/Apr18_15-14-36_gcn18.local.snellius.surf.nl/events.out.tfevents.1744982087.gcn18.local.snellius.surf.nl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40521746691970fe78af7b028bf87d22926de58debb8c4906a9683713d487a0b
|
3 |
+
size 6140
|
runs/Apr18_15-20-22_gcn130.local.snellius.surf.nl/events.out.tfevents.1744982430.gcn130.local.snellius.surf.nl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d3a54da03d18ea645a6ab1b09e948953866900054465cd7f4e46568f8694ebb
|
3 |
+
size 6141
|
runs/Apr18_15-25-57_gcn121.local.snellius.surf.nl/events.out.tfevents.1744982766.gcn121.local.snellius.surf.nl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd1e73ff93fe211c520ad7b840deaa6957648ca4a43ad37ab7ca6861e1a8936a
|
3 |
+
size 6142
|
runs/Apr18_15-31-31_gcn129.local.snellius.surf.nl/events.out.tfevents.1744983107.gcn129.local.snellius.surf.nl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:806f7b00d41f18b51efcd28392700303ea56c18d2b1444ad1bb5fb5790d3edd4
|
3 |
+
size 6142
|
runs/Apr18_15-39-57_gcn130.local.snellius.surf.nl/events.out.tfevents.1744983606.gcn130.local.snellius.surf.nl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:604aeef16d635372100a7e978a9f34b9cd06d105624ba9a464a24779b643cd07
|
3 |
+
size 6141
|
runs/Apr18_15-42-01_gcn130.local.snellius.surf.nl/events.out.tfevents.1744983727.gcn130.local.snellius.surf.nl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75d397175a14ade20460e200192742ae83bfb0060b1ea7d4af7c2f285f68f641
|
3 |
+
size 6140
|
runs/Apr18_15-45-44_gcn146.local.snellius.surf.nl/events.out.tfevents.1744983949.gcn146.local.snellius.surf.nl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c946f6a4bc7ecb14dc79181ca3e6be1c18d63c1294dc1c08d44c6eb190590ff
|
3 |
+
size 6140
|
runs/Apr18_15-53-23_gcn121.local.snellius.surf.nl/events.out.tfevents.1744984409.gcn121.local.snellius.surf.nl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52876dffce95f761d9c8b979145fd5d933818c739f3109e751e3850cd2c2dfe0
|
3 |
+
size 6139
|
runs/Apr18_15-55-35_gcn128.local.snellius.surf.nl/events.out.tfevents.1744984541.gcn128.local.snellius.surf.nl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:360db2e7a37b8a376b24454b0908bc1b4ff4bb533a952c8f616b0250e344a023
|
3 |
+
size 6139
|
runs/Apr18_15-59-13_gcn128.local.snellius.surf.nl/events.out.tfevents.1744984757.gcn128.local.snellius.surf.nl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21b769d2766c9e9d151222dea9eb8359b05ff26092f305c0c0e2dc91fdbbedbd
|
3 |
+
size 6139
|
runs/Apr18_16-03-09_gcn129.local.snellius.surf.nl/events.out.tfevents.1744984995.gcn129.local.snellius.surf.nl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13174c451bddc58230e5dee658160a12db18623ae4ef9cf71516666da2e406ee
|
3 |
+
size 6139
|
runs/Apr18_16-14-57_gcn133.local.snellius.surf.nl/events.out.tfevents.1744985707.gcn133.local.snellius.surf.nl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c36e2a19af789df10964230b3d38eb7646e64759932c190e4ec353f8fe93c2b
|
3 |
+
size 61822
|
runs/Apr18_17-22-17_gcn148.local.snellius.surf.nl/events.out.tfevents.1744989743.gcn148.local.snellius.surf.nl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db0a6832b6d78b7c2ff81e239b5292c1f9a51d78304c92ed8b9f350029724fe4
|
3 |
+
size 57350
|
runs/Apr18_18-21-19_gcn148.local.snellius.surf.nl/events.out.tfevents.1744993304.gcn148.local.snellius.surf.nl
ADDED
File without changes
|
runs/Apr18_18-34-14_gcn128.local.snellius.surf.nl/events.out.tfevents.1744994068.gcn128.local.snellius.surf.nl
ADDED
File without changes
|
runs/Apr18_18-38-47_gcn122.local.snellius.surf.nl/events.out.tfevents.1744994339.gcn122.local.snellius.surf.nl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51b9ed4ce493e54b8523f7c3d4e3cf3538dfbb02fae1502aa44c2c04fdeb1fef
|
3 |
+
size 58611
|
special_tokens_map.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>"
|
5 |
+
],
|
6 |
+
"eos_token": {
|
7 |
+
"content": "<|im_end|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false
|
12 |
+
},
|
13 |
+
"pad_token": {
|
14 |
+
"content": "<|endoftext|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
}
|
20 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7c852534ad33d333aa478034d64cd37cb14da033a24674c4b2518300f488efa
|
3 |
+
size 11418433
|
tokenizer_config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"151643": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"151644": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"151645": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"additional_special_tokens": [
|
30 |
+
"<|im_start|>",
|
31 |
+
"<|im_end|>"
|
32 |
+
],
|
33 |
+
"bos_token": null,
|
34 |
+
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
35 |
+
"clean_up_tokenization_spaces": false,
|
36 |
+
"eos_token": "<|im_end|>",
|
37 |
+
"errors": "replace",
|
38 |
+
"extra_special_tokens": {},
|
39 |
+
"model_max_length": 32768,
|
40 |
+
"pad_token": "<|endoftext|>",
|
41 |
+
"padding_side": "left",
|
42 |
+
"split_special_tokens": false,
|
43 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
44 |
+
"unk_token": null
|
45 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07ebe5ddeb499e08a49e27bf5fc10e90782e1d9fde4e0d5862095b1e8c60510c
|
3 |
+
size 6328
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|