Mostafa8Mehrabi commited on
Commit
ddd0dcd
·
verified ·
1 Parent(s): b410fe8

Checkpoint at step 44000 (FP16)

Browse files
checkpoint-44000/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "head_dim": 128,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 224,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 896,
12
+ "layer_types": [
13
+ "full_attention",
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention"
21
+ ],
22
+ "max_position_embeddings": 32768,
23
+ "max_window_layers": 28,
24
+ "model_type": "qwen3",
25
+ "num_attention_heads": 8,
26
+ "num_hidden_layers": 8,
27
+ "num_key_value_heads": 8,
28
+ "rms_norm_eps": 1e-06,
29
+ "rope_scaling": null,
30
+ "rope_theta": 1000000.0,
31
+ "sliding_window": null,
32
+ "tie_word_embeddings": false,
33
+ "torch_dtype": "float16",
34
+ "transformers_version": "4.53.2",
35
+ "use_cache": true,
36
+ "use_sliding_window": false,
37
+ "vocab_size": 50257
38
+ }
checkpoint-44000/generation_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "transformers_version": "4.53.2"
4
+ }
checkpoint-44000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-44000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bafa655011303073c0bd7860a091e7e8a84fae59dbea6777b113d3277dfe2770
3
+ size 138721680
checkpoint-44000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bc9a14b29948c2cbca1d32fec1778229cfb75a09604675afefbf1688856c201
3
+ size 277500235
checkpoint-44000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7ae22acd598256085538c00a60824c21a89f1c7b7350117291bcd5a2a1173d2
3
+ size 14645
checkpoint-44000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d3d365855b0a968e59e8a07d29232e7e8d781c4a81f16f79deadcd357d6f27b
3
+ size 1383
checkpoint-44000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e663a75a5de40dc08776ef80b20a6288903e77e6697147c87f79c0053fab535
3
+ size 1465
checkpoint-44000/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-44000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-44000/tokenizer_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "50256": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ }
13
+ },
14
+ "bos_token": "<|endoftext|>",
15
+ "clean_up_tokenization_spaces": false,
16
+ "eos_token": "<|endoftext|>",
17
+ "errors": "replace",
18
+ "extra_special_tokens": {},
19
+ "model_max_length": 1024,
20
+ "pad_token": "<|endoftext|>",
21
+ "tokenizer_class": "GPT2Tokenizer",
22
+ "unk_token": "<|endoftext|>"
23
+ }
checkpoint-44000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-44000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ab409182da5adbcb18002f22d82b6427b8d967f738680c7220c631231212807
3
+ size 5841
checkpoint-44000/vocab.json ADDED
The diff for this file is too large to render. See raw diff