zuhri025 commited on
Commit
4cebd97
·
verified ·
1 Parent(s): b45ed8a

Upload checkpoint-55000

Browse files
checkpoint-55000/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.05,
7
+ "bos_token_id": 2,
8
+ "dtype": "float32",
9
+ "eos_token_id": 3,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 512,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 2048,
15
+ "layer_types": [
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention"
28
+ ],
29
+ "max_position_embeddings": 4096,
30
+ "max_window_layers": 28,
31
+ "model_type": "qwen3",
32
+ "num_attention_heads": 8,
33
+ "num_hidden_layers": 12,
34
+ "num_key_value_heads": 2,
35
+ "pad_token_id": 0,
36
+ "rms_norm_eps": 1e-06,
37
+ "rope_parameters": {
38
+ "rope_theta": 20000,
39
+ "rope_type": "default"
40
+ },
41
+ "sliding_window": null,
42
+ "tie_word_embeddings": true,
43
+ "transformers_version": "5.0.0",
44
+ "use_cache": false,
45
+ "use_sliding_window": false,
46
+ "vocab_size": 62813
47
+ }
checkpoint-55000/generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "eos_token_id": 3,
5
+ "output_attentions": false,
6
+ "output_hidden_states": false,
7
+ "pad_token_id": 0,
8
+ "transformers_version": "5.0.0",
9
+ "use_cache": false
10
+ }
checkpoint-55000/metadata.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1ba9d3aeb83820b35414fb0e4086f18d7c823c5a7a223fc44c5490fd8a6fa3a
3
+ size 1331
checkpoint-55000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8f94eb03a079a9ffc88c586aa4ce8ac681ae54fc0f4fc73b28b37189330623f
3
+ size 311165392
checkpoint-55000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8072fa384c975b557ae056c429155498a1b64f0d13eb2f37a53cefc6f9e6a14c
3
+ size 622416011
checkpoint-55000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0757d7be550b19cb8dbd674c2e02cb74522d361b7422528d9aafb62cde153472
3
+ size 1383
checkpoint-55000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-55000/tokenizer_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<|bos|>",
4
+ "eos_token": "<|eos|>",
5
+ "extra_special_tokens": [
6
+ "<|start_of_text|>",
7
+ "<|end_of_text|>",
8
+ "<|start_of_audio|>",
9
+ "<|end_of_audio|>",
10
+ "<|audio|>",
11
+ "<|male|>",
12
+ "<|female|>",
13
+ "<|other|>",
14
+ "<|accent_us|>",
15
+ "<|accent_uk|>",
16
+ "<|unconditional|>"
17
+ ],
18
+ "is_local": true,
19
+ "model_max_length": 1000000000000000019884624838656,
20
+ "pad_token": "<|pad|>",
21
+ "tokenizer_class": "TokenizersBackend",
22
+ "unk_token": "<|unk|>"
23
+ }