zuhri025 commited on
Commit
2061077
·
verified ·
1 Parent(s): 75a32e3

Upload checkpoint-64000

Browse files
checkpoint-64000/config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
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
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention"
33
+ ],
34
+ "max_position_embeddings": 4096,
35
+ "max_window_layers": 28,
36
+ "model_type": "qwen3",
37
+ "num_attention_heads": 8,
38
+ "num_hidden_layers": 17,
39
+ "num_key_value_heads": 2,
40
+ "pad_token_id": 0,
41
+ "rms_norm_eps": 1e-06,
42
+ "rope_parameters": {
43
+ "rope_theta": 20000,
44
+ "rope_type": "default"
45
+ },
46
+ "sliding_window": null,
47
+ "tie_word_embeddings": true,
48
+ "transformers_version": "5.0.0",
49
+ "use_cache": false,
50
+ "use_sliding_window": false,
51
+ "vocab_size": 62813
52
+ }
checkpoint-64000/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-64000/metadata.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5749e4f27997d8a085f22adc38d023a876f6fed2d11e99e0e898af94c8617ce3
3
+ size 1331
checkpoint-64000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8819cfce59add3a40410c8b4fcd0357d37e9dd4f5617add84dfb16802b8f2c2e
3
+ size 387216312
checkpoint-64000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0d66a7138e94dbab34fbbf6586f26cbcadf6fa14759f04b1a3337602ca5f754
3
+ size 774552395
checkpoint-64000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6110c1d1bb9a558d96171d9e50c415dd84cc023ad867fc86cb403ae72e193cd
3
+ size 1383
checkpoint-64000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-64000/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
+ }