shibatch commited on
Commit
e641fde
·
verified ·
1 Parent(s): cf9609e

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -63,3 +63,4 @@ minicpm5/gguf/model-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
63
  tinyllama-chat/gguf/model-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
64
  gemma4-random-model/gguf-q4_0/gemma4-random-model-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
65
  qwen3-random-model/gguf-q4_0/qwen3-random-model-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
 
 
63
  tinyllama-chat/gguf/model-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
64
  gemma4-random-model/gguf-q4_0/gemma4-random-model-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
65
  qwen3-random-model/gguf-q4_0/qwen3-random-model-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
66
+ smollm3-random-model/gguf-q4_0/smollm3-random-model-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
ARCHITECTURE_RANDOM_MODELS_REPORT.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cases": [
3
+ {
4
+ "architecture": "gemma4",
5
+ "case": "gemma4-random-model",
6
+ "eog_token_ids": [
7
+ 1
8
+ ],
9
+ "gguf_quantization": "Q4_0",
10
+ "gguf_sha256": "2b631587994acd127d3e6fcc67552c707d6fdba22beada963597387b9e814881",
11
+ "hf_dtype": "bfloat16",
12
+ "hf_sha256": "18c8b09759c831fbc9d6a8caf7df8e9d395508d4aec09336167f675527b3a360",
13
+ "parameter_count": 1519168,
14
+ "tensor_type_histogram": {
15
+ "F32": 44,
16
+ "Q4_0": 42
17
+ },
18
+ "validation": "passed"
19
+ },
20
+ {
21
+ "architecture": "qwen3",
22
+ "case": "qwen3-random-model",
23
+ "eog_token_ids": [
24
+ 1
25
+ ],
26
+ "gguf_quantization": "Q4_0",
27
+ "gguf_sha256": "6af2e0d230a7919c6b1a02b6462f0441ffbadbb8188b1bd9c0f8174fecd9308f",
28
+ "hf_dtype": "bfloat16",
29
+ "hf_sha256": "0960438e0541dfa529703f5e2b37565aec66b354f6e45bfdf121ecadfcd86dd4",
30
+ "parameter_count": 508800,
31
+ "tensor_type_histogram": {
32
+ "F32": 9,
33
+ "Q4_0": 15
34
+ },
35
+ "validation": "passed"
36
+ },
37
+ {
38
+ "architecture": "smollm3",
39
+ "case": "smollm3-random-model",
40
+ "eog_token_ids": [
41
+ 1
42
+ ],
43
+ "gguf_quantization": "Q4_0",
44
+ "gguf_sha256": "17a686b0b8c6ac17fd051bbe361570b90bed5127948d55def3df66db113b500c",
45
+ "hf_dtype": "bfloat16",
46
+ "hf_sha256": "f4cd1bbca5840cfc4d769e04a4ee1fd2c8609b103449a4a351451a6ddf4a7f07",
47
+ "parameter_count": 4917504,
48
+ "tensor_type_histogram": {
49
+ "F32": 9,
50
+ "Q4_0": 29
51
+ },
52
+ "validation": "passed"
53
+ }
54
+ ],
55
+ "llama_cpp_commit": "40b740ad05c531b9d57aca6698c3ed553a9e784c",
56
+ "schema_version": 1
57
+ }
README.md CHANGED
@@ -7,6 +7,7 @@ tags:
7
  - llama
8
  - gemma4
9
  - qwen3
 
10
  - transformers
11
  - safetensors
12
  - gguf
@@ -17,7 +18,7 @@ tags:
17
 
18
  # Deterministic Random Models
19
 
20
- This dataset contains nine small, deterministic language-model fixtures for
21
  model-format, loader, inference, compatibility, and conformance testing. They
22
  are not trained models and must not be used for language-model quality
23
  evaluation.
@@ -38,10 +39,11 @@ checkpoint weights are included.
38
  | `livekit-turn-detector` | Llama | 132,336 | F32 | Q4_K_M | explicit head dimension, GQA |
39
  | `gemma4-random-model` | Gemma 4 | 1,519,168 | BF16 | Q4_0 | five-local/one-global attention schedule |
40
  | `qwen3-random-model` | Qwen 3 | 508,800 | BF16 | Q4_0 | wide Q projection and Q/K head norms |
 
41
 
42
  The seven Llama cases are derived from real Hugging Face configuration files by
43
- a preservation-first shrinker. Gemma 4 and Qwen 3 cannot be reduced by selecting
44
- each field independently, so their tiny geometries preserve architecture-specific
45
  ratios, tensor inventories, and layer schedules observed in locally downloaded
46
  upstream GGUF models. Published case names use `random-model` rather than
47
  `tiny-model` to avoid collision with a separately maintained TinyModel collection.
@@ -85,7 +87,7 @@ The architecture-specific cases use:
85
  `-- metadata.json
86
  ```
87
 
88
- `manifest.json` is the machine-readable index of all nine model packages and
89
  their SHA-256 hashes and sizes.
90
 
91
  ## Synthetic weights and tokenizers
@@ -116,7 +118,7 @@ F32 or BF16 reference exactly.
116
 
117
  ## Reproducibility and scope
118
 
119
- The Hugging Face weights, configs, and GGUF outputs for Gemma 4 and Qwen 3 were
120
  independently regenerated and found byte-identical. The Llama cases retain their
121
  source revisions, source-config hashes, shrink decisions, and generation
122
  provenance in each case directory.
@@ -127,4 +129,4 @@ and metadata files may remain subject to terms of their respective upstream
127
  repositories; consult their recorded provenance before redistribution.
128
 
129
  See `REPORT.md`, `GGUF_Q4_K_M_REPORT.json`, and
130
- `GEMMA4_QWEN3_REPORT.json` for collection-level summaries.
 
7
  - llama
8
  - gemma4
9
  - qwen3
10
+ - smollm3
11
  - transformers
12
  - safetensors
13
  - gguf
 
18
 
19
  # Deterministic Random Models
20
 
21
+ This dataset contains ten small, deterministic language-model fixtures for
22
  model-format, loader, inference, compatibility, and conformance testing. They
23
  are not trained models and must not be used for language-model quality
24
  evaluation.
 
39
  | `livekit-turn-detector` | Llama | 132,336 | F32 | Q4_K_M | explicit head dimension, GQA |
40
  | `gemma4-random-model` | Gemma 4 | 1,519,168 | BF16 | Q4_0 | five-local/one-global attention schedule |
41
  | `qwen3-random-model` | Qwen 3 | 508,800 | BF16 | Q4_0 | wide Q projection and Q/K head norms |
42
+ | `smollm3-random-model` | SmolLM3 | 4,917,504 | BF16 | Q4_0 | three-RoPE/one-no-RoPE layer schedule |
43
 
44
  The seven Llama cases are derived from real Hugging Face configuration files by
45
+ a preservation-first shrinker. Gemma 4, Qwen 3, and SmolLM3 retain
46
+ architecture-specific reduced geometries that preserve important
47
  ratios, tensor inventories, and layer schedules observed in locally downloaded
48
  upstream GGUF models. Published case names use `random-model` rather than
49
  `tiny-model` to avoid collision with a separately maintained TinyModel collection.
 
87
  `-- metadata.json
88
  ```
89
 
90
+ `manifest.json` is the machine-readable index of all ten model packages and
91
  their SHA-256 hashes and sizes.
92
 
93
  ## Synthetic weights and tokenizers
 
118
 
119
  ## Reproducibility and scope
120
 
121
+ The Hugging Face weights, configs, and GGUF outputs for Gemma 4, Qwen 3, and SmolLM3 were
122
  independently regenerated and found byte-identical. The Llama cases retain their
123
  source revisions, source-config hashes, shrink decisions, and generation
124
  provenance in each case directory.
 
129
  repositories; consult their recorded provenance before redistribution.
130
 
131
  See `REPORT.md`, `GGUF_Q4_K_M_REPORT.json`, and
132
+ `ARCHITECTURE_RANDOM_MODELS_REPORT.json` for collection-level summaries.
SHA256SUMS CHANGED
@@ -1,7 +1,7 @@
1
- a9498453b9883cadce5862a6d8a862949d8a49b3690a5a88673cea1b7b866b42 GEMMA4_QWEN3_REPORT.json
2
  18ec0cdad98853d7f10381790713f0b3190bd4f24962594bf576e11fdb07f76f GGUF_Q4_K_M_ADDED_FOUR_REPORT.json
3
  695036ee0e223d3d79170fb3a0f795eb88f6337fb2e29c18f0b549979c057208 GGUF_Q4_K_M_REPORT.json
4
- 5e8d5eeee84a35177cba72fe8487d04295d2a9c52eb790b16ef5414eabbbcf65 README.md
5
  95d67a407dc96839250fe23e85e0a5bab9d355ee463b0c87bf9e33164c952b52 REPORT.md
6
  02130c5ef4fe4e00bf26cc6e0eb288b90916acf827031bf572ffc02a48d5f3f0 deepseek-coder/case.json
7
  616662945b2382e3c4ef36c05b40ebacea17e2e16fa3a723b7fd49eb5d0e9fdd deepseek-coder/config-diff.json
@@ -72,7 +72,7 @@ f003d32e36ddc9d7c7a50c186da5c544b2828a0d04ca62aeac741d765727a635 livekit-turn-d
72
  564a5f0d3380d83d0ffcfa509a5e5369c0610f586cb6b3d0d45ccaee76610327 livekit-turn-detector/tokenizer/tokenizer_config.json
73
  7b1258e1304c5f09f3bc64cd4b569e7ddfa55a062c0581d0e5cb1a3d7a17fcc8 livekit-turn-detector/tokenizer/vocabulary.json
74
  391312ee129392e2b35b6a238593ca5ddff3dd51c6c324135f1bb0114be1e068 livekit-turn-detector/validation.json
75
- 4ef64a4405f5f193022a8ecbc70513ac49278ac6b1ce2f101a98c8bf56f4c9a2 manifest.json
76
  047c4545232dc055c2c7e4a30a70c22e0e75e9e777e539732128f65c32b0c1cb minicpm5/case.json
77
  282a55aae55b59573109fe37222197f298600ad691573bcd84ea5d4dc1afcc0a minicpm5/config-diff.json
78
  d088266a01cd2f9a6107877932d6af9f65e6d00202292226eab76af8ea0e889f minicpm5/gguf/metadata.json
@@ -143,6 +143,20 @@ d4a932badf1309a3bf52a5711d6b614276f54c7985fcf3510ae6c67f75a16967 smollm2-instru
143
  2932a00a19894e082de22185578d4535c33f8893f4987cdeb913ec95d08f3401 smollm2-instruct/tokenizer/tokenizer_config.json
144
  cf5fd07e0df593dc5a43ae647f1f3d1898588a5ec6b5af6ea967cf82be72fd99 smollm2-instruct/tokenizer/vocabulary.json
145
  62f70e96ae4a7b114b522c412c131b2710f85bae174d2630bc4d8879028a7483 smollm2-instruct/validation.json
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  8ffefc53e4e83fb5e5cba25e59f8f8246ac38243769e8d3b6266144ef6aa9529 tinyllama-chat/case.json
147
  30b65ef261fed6560ea3c0073aade016c4285ef1c4a372921d01e4b29bcb2ecf tinyllama-chat/config-diff.json
148
  9ec815048e6120c0d82b1e073891801c57ab89ba04dadc835a99b31282169284 tinyllama-chat/gguf/metadata.json
 
1
+ c9732b21b282ff81879aa6eb2a61784a14825331847b62384da6d0a81f7218ea ARCHITECTURE_RANDOM_MODELS_REPORT.json
2
  18ec0cdad98853d7f10381790713f0b3190bd4f24962594bf576e11fdb07f76f GGUF_Q4_K_M_ADDED_FOUR_REPORT.json
3
  695036ee0e223d3d79170fb3a0f795eb88f6337fb2e29c18f0b549979c057208 GGUF_Q4_K_M_REPORT.json
4
+ 9c7a6588b7355830d75c57171a9368a7db87d192b0f05443db1233199cd893b6 README.md
5
  95d67a407dc96839250fe23e85e0a5bab9d355ee463b0c87bf9e33164c952b52 REPORT.md
6
  02130c5ef4fe4e00bf26cc6e0eb288b90916acf827031bf572ffc02a48d5f3f0 deepseek-coder/case.json
7
  616662945b2382e3c4ef36c05b40ebacea17e2e16fa3a723b7fd49eb5d0e9fdd deepseek-coder/config-diff.json
 
72
  564a5f0d3380d83d0ffcfa509a5e5369c0610f586cb6b3d0d45ccaee76610327 livekit-turn-detector/tokenizer/tokenizer_config.json
73
  7b1258e1304c5f09f3bc64cd4b569e7ddfa55a062c0581d0e5cb1a3d7a17fcc8 livekit-turn-detector/tokenizer/vocabulary.json
74
  391312ee129392e2b35b6a238593ca5ddff3dd51c6c324135f1bb0114be1e068 livekit-turn-detector/validation.json
75
+ 853c059a6216e5edc98ad1f444fb4dd010d263ebef36a7e5ca3a3ff715c3ab36 manifest.json
76
  047c4545232dc055c2c7e4a30a70c22e0e75e9e777e539732128f65c32b0c1cb minicpm5/case.json
77
  282a55aae55b59573109fe37222197f298600ad691573bcd84ea5d4dc1afcc0a minicpm5/config-diff.json
78
  d088266a01cd2f9a6107877932d6af9f65e6d00202292226eab76af8ea0e889f minicpm5/gguf/metadata.json
 
143
  2932a00a19894e082de22185578d4535c33f8893f4987cdeb913ec95d08f3401 smollm2-instruct/tokenizer/tokenizer_config.json
144
  cf5fd07e0df593dc5a43ae647f1f3d1898588a5ec6b5af6ea967cf82be72fd99 smollm2-instruct/tokenizer/vocabulary.json
145
  62f70e96ae4a7b114b522c412c131b2710f85bae174d2630bc4d8879028a7483 smollm2-instruct/validation.json
146
+ 306151174d9d84dc2b3e977f774b3a50571c14fc81c6239cd1b84e18b1c38089 smollm3-random-model/CONFIG_DECISION.md
147
+ 77a1f80f5a19edbfcb9c6f778188d9a3e0beddcc3fa0089b7b85805a9caa2dc1 smollm3-random-model/gguf-q4_0/convert.log
148
+ eb0c84b3bbaac985ddfb8a1831f1070817065a29f1ac4bf290112c26e48e68b1 smollm3-random-model/gguf-q4_0/quantize.log
149
+ 17a686b0b8c6ac17fd051bbe361570b90bed5127948d55def3df66db113b500c smollm3-random-model/gguf-q4_0/smollm3-random-model-Q4_0.gguf
150
+ f9a288571e5de8ddbc176aaa35ef7422e0d6b213534e70103138f9573faba8d5 smollm3-random-model/hf-bf16/config.json
151
+ 7d70f6a71b49e15e5116e1a76953b9cbb6c611f5e811bc6e3f96056607fa341f smollm3-random-model/hf-bf16/generation_config.json
152
+ f4cd1bbca5840cfc4d769e04a4ee1fd2c8609b103449a4a351451a6ddf4a7f07 smollm3-random-model/hf-bf16/model.safetensors
153
+ ba2df415c6a5595f4e9227a29d8e8b30d4d3ff6b9af7243005f191373868af45 smollm3-random-model/hf-bf16/tokenizer.json
154
+ 0f88117a2f8c52a9eabe2d61f7301b6f9b58b7a56644888da4ec9970b1efbcee smollm3-random-model/hf-bf16/tokenizer.model
155
+ d0fab7832fecaac8554eaebfad305d55655cc79b3404eb9a7b0a4fc9dce08a01 smollm3-random-model/hf-bf16/tokenizer_config.json
156
+ 9ef6aa7b13679b03a6010fa101d55e082a656469b48f29f78990dcf8c21aa1db smollm3-random-model/metadata.json
157
+ 4444092a55ff192344629868922c12ed25ed6fd070b4e8f5326a361a2728b3be smollm3-random-model/reference/gguf-native.json
158
+ ddcd5c412fda5119791b4ef082edbc56f8b207b312fca28c92929f5e1e74e314 smollm3-random-model/reference/hf-outputs.safetensors
159
+ 719a2f5ea966e92e42ebcc43dd73f0714b5d740c9f426d22c942dbb1e7efb6ab smollm3-random-model/reference/inputs.json
160
  8ffefc53e4e83fb5e5cba25e59f8f8246ac38243769e8d3b6266144ef6aa9529 tinyllama-chat/case.json
161
  30b65ef261fed6560ea3c0073aade016c4285ef1c4a372921d01e4b29bcb2ecf tinyllama-chat/config-diff.json
162
  9ec815048e6120c0d82b1e073891801c57ab89ba04dadc835a99b31282169284 tinyllama-chat/gguf/metadata.json
manifest.json CHANGED
@@ -172,6 +172,26 @@
172
  "size_bytes": 1020120
173
  }
174
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
  }
176
  ],
177
  "schema_version": 1
 
172
  "size_bytes": 1020120
173
  }
174
  }
175
+ },
176
+ {
177
+ "architecture": "smollm3",
178
+ "auxiliary_tokenizer": {
179
+ "path": "smollm3-random-model/hf-bf16/tokenizer.json",
180
+ "sha256": "ba2df415c6a5595f4e9227a29d8e8b30d4d3ff6b9af7243005f191373868af45"
181
+ },
182
+ "case": "smollm3-random-model",
183
+ "packages": {
184
+ "gguf_q4_0": {
185
+ "path": "smollm3-random-model/gguf-q4_0/smollm3-random-model-Q4_0.gguf",
186
+ "sha256": "17a686b0b8c6ac17fd051bbe361570b90bed5127948d55def3df66db113b500c",
187
+ "size_bytes": 2780064
188
+ },
189
+ "safetensors_bf16": {
190
+ "path": "smollm3-random-model/hf-bf16/model.safetensors",
191
+ "sha256": "f4cd1bbca5840cfc4d769e04a4ee1fd2c8609b103449a4a351451a6ddf4a7f07",
192
+ "size_bytes": 9839096
193
+ }
194
+ }
195
  }
196
  ],
197
  "schema_version": 1
smollm3-random-model/CONFIG_DECISION.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SmolLM3 random-model configuration decision
2
+
3
+ The source package at `/home/codex/llm_models/hfmodels/SmolLM3-3B` identifies
4
+ itself as `SmolLM3ForCausalLM` with 3,075,098,624 parameters. The generated
5
+ fixture is published as `smollm3-random-model`.
6
+
7
+ The source has hidden width 2048, FFN width 11008, 36 layers, 16 query heads,
8
+ four KV heads, context 65536, RoPE base 5000000, and tied embeddings. Its
9
+ attention schedule repeats three RoPE layers followed by one no-RoPE layer.
10
+
11
+ The reduced geometry uses hidden width 256, FFN width 1376, four layers, four
12
+ query heads, one KV head, head dimension 64, context 128, and vocabulary 128.
13
+ This preserves:
14
+
15
+ - the query/KV head ratio of four;
16
+ - the exact FFN ratio of 43/8;
17
+ - one complete three-RoPE/one-no-RoPE schedule;
18
+ - RoPE base, RMS epsilon, bias settings, and tied embeddings;
19
+ - matrix quantization axes divisible by 32 for Q4_0.
20
+
21
+ The official Transformers 5.14.1 `SmolLM3ForCausalLM` construction contains
22
+ 4,917,504 trainable parameters. The retained Hugging Face package is BF16. The
23
+ GGUF path uses the pinned official llama.cpp SmolLM3 converter, a temporary F16
24
+ GGUF, and Q4_0 quantization.
25
+
26
+ The Hugging Face package contains the deterministic 128-token `tokenizer.json`.
27
+ For official converter compatibility it also carries the existing 128-token
28
+ SentencePiece auxiliary artifact whose EOG set is `{1}`. Both are synthetic;
29
+ direct token IDs are the numerical reference interface.
smollm3-random-model/gguf-q4_0/convert.log ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ INFO:hf-to-gguf:Loading model: hf-bf16
2
+ INFO:hf-to-gguf:Model architecture: SmolLM3ForCausalLM
3
+ INFO:hf-to-gguf:gguf: indexing model part 'model.safetensors'
4
+ INFO:gguf.gguf_writer:gguf: This GGUF file is for Little Endian only
5
+ INFO:hf-to-gguf:Exporting model...
6
+ INFO:hf-to-gguf:token_embd.weight, torch.bfloat16 --> F16, shape = {256, 128}
7
+ INFO:hf-to-gguf:blk.0.attn_norm.weight, torch.bfloat16 --> F32, shape = {256}
8
+ INFO:hf-to-gguf:blk.0.ffn_down.weight, torch.bfloat16 --> F16, shape = {1376, 256}
9
+ INFO:hf-to-gguf:blk.0.ffn_gate.weight, torch.bfloat16 --> F16, shape = {256, 1376}
10
+ INFO:hf-to-gguf:blk.0.ffn_up.weight, torch.bfloat16 --> F16, shape = {256, 1376}
11
+ INFO:hf-to-gguf:blk.0.ffn_norm.weight, torch.bfloat16 --> F32, shape = {256}
12
+ INFO:hf-to-gguf:blk.0.attn_k.weight, torch.bfloat16 --> F16, shape = {256, 64}
13
+ INFO:hf-to-gguf:blk.0.attn_output.weight, torch.bfloat16 --> F16, shape = {256, 256}
14
+ INFO:hf-to-gguf:blk.0.attn_q.weight, torch.bfloat16 --> F16, shape = {256, 256}
15
+ INFO:hf-to-gguf:blk.0.attn_v.weight, torch.bfloat16 --> F16, shape = {256, 64}
16
+ INFO:hf-to-gguf:blk.1.attn_norm.weight, torch.bfloat16 --> F32, shape = {256}
17
+ INFO:hf-to-gguf:blk.1.ffn_down.weight, torch.bfloat16 --> F16, shape = {1376, 256}
18
+ INFO:hf-to-gguf:blk.1.ffn_gate.weight, torch.bfloat16 --> F16, shape = {256, 1376}
19
+ INFO:hf-to-gguf:blk.1.ffn_up.weight, torch.bfloat16 --> F16, shape = {256, 1376}
20
+ INFO:hf-to-gguf:blk.1.ffn_norm.weight, torch.bfloat16 --> F32, shape = {256}
21
+ INFO:hf-to-gguf:blk.1.attn_k.weight, torch.bfloat16 --> F16, shape = {256, 64}
22
+ INFO:hf-to-gguf:blk.1.attn_output.weight, torch.bfloat16 --> F16, shape = {256, 256}
23
+ INFO:hf-to-gguf:blk.1.attn_q.weight, torch.bfloat16 --> F16, shape = {256, 256}
24
+ INFO:hf-to-gguf:blk.1.attn_v.weight, torch.bfloat16 --> F16, shape = {256, 64}
25
+ INFO:hf-to-gguf:blk.2.attn_norm.weight, torch.bfloat16 --> F32, shape = {256}
26
+ INFO:hf-to-gguf:blk.2.ffn_down.weight, torch.bfloat16 --> F16, shape = {1376, 256}
27
+ INFO:hf-to-gguf:blk.2.ffn_gate.weight, torch.bfloat16 --> F16, shape = {256, 1376}
28
+ INFO:hf-to-gguf:blk.2.ffn_up.weight, torch.bfloat16 --> F16, shape = {256, 1376}
29
+ INFO:hf-to-gguf:blk.2.ffn_norm.weight, torch.bfloat16 --> F32, shape = {256}
30
+ INFO:hf-to-gguf:blk.2.attn_k.weight, torch.bfloat16 --> F16, shape = {256, 64}
31
+ INFO:hf-to-gguf:blk.2.attn_output.weight, torch.bfloat16 --> F16, shape = {256, 256}
32
+ INFO:hf-to-gguf:blk.2.attn_q.weight, torch.bfloat16 --> F16, shape = {256, 256}
33
+ INFO:hf-to-gguf:blk.2.attn_v.weight, torch.bfloat16 --> F16, shape = {256, 64}
34
+ INFO:hf-to-gguf:blk.3.attn_norm.weight, torch.bfloat16 --> F32, shape = {256}
35
+ INFO:hf-to-gguf:blk.3.ffn_down.weight, torch.bfloat16 --> F16, shape = {1376, 256}
36
+ INFO:hf-to-gguf:blk.3.ffn_gate.weight, torch.bfloat16 --> F16, shape = {256, 1376}
37
+ INFO:hf-to-gguf:blk.3.ffn_up.weight, torch.bfloat16 --> F16, shape = {256, 1376}
38
+ INFO:hf-to-gguf:blk.3.ffn_norm.weight, torch.bfloat16 --> F32, shape = {256}
39
+ INFO:hf-to-gguf:blk.3.attn_k.weight, torch.bfloat16 --> F16, shape = {256, 64}
40
+ INFO:hf-to-gguf:blk.3.attn_output.weight, torch.bfloat16 --> F16, shape = {256, 256}
41
+ INFO:hf-to-gguf:blk.3.attn_q.weight, torch.bfloat16 --> F16, shape = {256, 256}
42
+ INFO:hf-to-gguf:blk.3.attn_v.weight, torch.bfloat16 --> F16, shape = {256, 64}
43
+ INFO:hf-to-gguf:output_norm.weight, torch.bfloat16 --> F32, shape = {256}
44
+ INFO:hf-to-gguf:Set meta model
45
+ INFO:hf-to-gguf:Set model parameters
46
+ INFO:hf-to-gguf:gguf: context length = 128
47
+ INFO:hf-to-gguf:gguf: embedding length = 256
48
+ INFO:hf-to-gguf:gguf: feed forward length = 1376
49
+ INFO:hf-to-gguf:gguf: head count = 4
50
+ INFO:hf-to-gguf:gguf: key-value head count = 1
51
+ WARNING:hf-to-gguf:Unknown RoPE type: default
52
+ INFO:hf-to-gguf:gguf: rope scaling type = NONE
53
+ INFO:hf-to-gguf:gguf: rope theta = 5000000.0
54
+ INFO:hf-to-gguf:gguf: rms norm epsilon = 1e-06
55
+ INFO:hf-to-gguf:gguf: file type = 1
56
+ INFO:hf-to-gguf:Set model quantization version
57
+ INFO:hf-to-gguf:Set model tokenizer
58
+ INFO:gguf.vocab:Setting special token type bos to 2
59
+ INFO:gguf.vocab:Setting special token type eos to 1
60
+ INFO:gguf.vocab:Setting special token type unk to 3
61
+ INFO:gguf.vocab:Setting special token type pad to 0
62
+ INFO:gguf.vocab:Setting special token type mask to 4
63
+ INFO:gguf.gguf_writer:Writing the following files:
64
+ INFO:gguf.gguf_writer:/home/codex/tmp/smollm3-random-work-20260810/smollm3-random-model-F16.gguf: n_tensors = 38, total_size = 9.8M
65
+
66
+ Writing: 0%| | 0.00/9.84M [00:00<?, ?byte/s]
67
+ Writing: 100%|██████████| 9.84M/9.84M [00:00<00:00, 373Mbyte/s]
68
+ INFO:hf-to-gguf:Model successfully exported to /home/codex/tmp/smollm3-random-work-20260810/smollm3-random-model-F16.gguf
smollm3-random-model/gguf-q4_0/quantize.log ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ llama_print_build_info: build = 1 (40b740a)
2
+ llama_print_build_info: built with Clang 21.1.8 for Linux x86_64
3
+ llama_quantize: quantizing '/home/codex/tmp/smollm3-random-work-20260810/smollm3-random-model-F16.gguf' to '/home/codex/conf_track/artifacts/smollm3-v0/smollm3-random-model/gguf-q4_0/smollm3-random-model-Q4_0.gguf' as Q4_0
4
+ llama_model_loader: loaded meta data with 26 key-value pairs and 38 tensors from /home/codex/tmp/smollm3-random-work-20260810/smollm3-random-model-F16.gguf (version GGUF V3 (latest))
5
+ llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output.
6
+ llama_model_loader: - kv 0: general.architecture str = smollm3
7
+ llama_model_loader: - kv 1: general.type str = model
8
+ llama_model_loader: - kv 2: general.name str = smollm3-random-model
9
+ llama_model_loader: - kv 3: general.size_label str = 4.9M
10
+ llama_model_loader: - kv 4: smollm3.block_count u32 = 4
11
+ llama_model_loader: - kv 5: smollm3.context_length u32 = 128
12
+ llama_model_loader: - kv 6: smollm3.embedding_length u32 = 256
13
+ llama_model_loader: - kv 7: smollm3.feed_forward_length u32 = 1376
14
+ llama_model_loader: - kv 8: smollm3.attention.head_count u32 = 4
15
+ llama_model_loader: - kv 9: smollm3.attention.head_count_kv u32 = 1
16
+ llama_model_loader: - kv 10: smollm3.rope.freq_base f32 = 5000000.000000
17
+ llama_model_loader: - kv 11: smollm3.attention.layer_norm_rms_epsilon f32 = 0.000001
18
+ llama_model_loader: - kv 12: general.file_type u32 = 1
19
+ llama_model_loader: - kv 13: smollm3.vocab_size u32 = 128
20
+ llama_model_loader: - kv 14: smollm3.rope.dimension_count u32 = 64
21
+ llama_model_loader: - kv 15: general.quantization_version u32 = 2
22
+ llama_model_loader: - kv 16: tokenizer.ggml.model str = llama
23
+ llama_model_loader: - kv 17: tokenizer.ggml.pre str = default
24
+ llama_model_loader: - kv 18: tokenizer.ggml.tokens arr[str,128] = ["<unk>", "<s>", "<reserved02>", "<au...
25
+ llama_model_loader: - kv 19: tokenizer.ggml.scores arr[f32,128] = [0.000000, 0.000000, 0.000000, 0.0000...
26
+ llama_model_loader: - kv 20: tokenizer.ggml.token_type arr[i32,128] = [2, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
27
+ llama_model_loader: - kv 21: tokenizer.ggml.bos_token_id u32 = 2
28
+ llama_model_loader: - kv 22: tokenizer.ggml.eos_token_id u32 = 1
29
+ llama_model_loader: - kv 23: tokenizer.ggml.unknown_token_id u32 = 3
30
+ llama_model_loader: - kv 24: tokenizer.ggml.padding_token_id u32 = 0
31
+ llama_model_loader: - kv 25: tokenizer.ggml.mask_token_id u32 = 4
32
+ llama_model_loader: - type f32: 9 tensors
33
+ llama_model_loader: - type f16: 29 tensors
34
+ [ 1/ 38] output_norm.weight - [ 256, 1, 1, 1], type = f32, size = 0.001 MiB
35
+ [ 2/ 38] token_embd.weight - [ 256, 128, 1, 1], type = f16, converting to q4_0 .. size = 0.06 MiB -> 0.02 MiB
36
+ [ 3/ 38] blk.0.attn_k.weight - [ 256, 64, 1, 1], type = f16, converting to q4_0 .. size = 0.03 MiB -> 0.01 MiB
37
+ [ 4/ 38] blk.0.attn_norm.weight - [ 256, 1, 1, 1], type = f32, size = 0.001 MiB
38
+ [ 5/ 38] blk.0.attn_output.weight - [ 256, 256, 1, 1], type = f16, converting to q4_0 .. size = 0.12 MiB -> 0.04 MiB
39
+ [ 6/ 38] blk.0.attn_q.weight - [ 256, 256, 1, 1], type = f16, converting to q4_0 .. size = 0.12 MiB -> 0.04 MiB
40
+ [ 7/ 38] blk.0.attn_v.weight - [ 256, 64, 1, 1], type = f16, converting to q4_0 .. size = 0.03 MiB -> 0.01 MiB
41
+ [ 8/ 38] blk.0.ffn_down.weight - [ 1376, 256, 1, 1], type = f16, converting to q4_0 .. size = 0.67 MiB -> 0.19 MiB
42
+ [ 9/ 38] blk.0.ffn_gate.weight - [ 256, 1376, 1, 1], type = f16, converting to q4_0 .. size = 0.67 MiB -> 0.19 MiB
43
+ [ 10/ 38] blk.0.ffn_norm.weight - [ 256, 1, 1, 1], type = f32, size = 0.001 MiB
44
+ [ 11/ 38] blk.0.ffn_up.weight - [ 256, 1376, 1, 1], type = f16, converting to q4_0 .. size = 0.67 MiB -> 0.19 MiB
45
+ [ 12/ 38] blk.1.attn_k.weight - [ 256, 64, 1, 1], type = f16, converting to q4_0 .. size = 0.03 MiB -> 0.01 MiB
46
+ [ 13/ 38] blk.1.attn_norm.weight - [ 256, 1, 1, 1], type = f32, size = 0.001 MiB
47
+ [ 14/ 38] blk.1.attn_output.weight - [ 256, 256, 1, 1], type = f16, converting to q4_0 .. size = 0.12 MiB -> 0.04 MiB
48
+ [ 15/ 38] blk.1.attn_q.weight - [ 256, 256, 1, 1], type = f16, converting to q4_0 .. size = 0.12 MiB -> 0.04 MiB
49
+ [ 16/ 38] blk.1.attn_v.weight - [ 256, 64, 1, 1], type = f16, converting to q4_0 .. size = 0.03 MiB -> 0.01 MiB
50
+ [ 17/ 38] blk.1.ffn_down.weight - [ 1376, 256, 1, 1], type = f16, converting to q4_0 .. size = 0.67 MiB -> 0.19 MiB
51
+ [ 18/ 38] blk.1.ffn_gate.weight - [ 256, 1376, 1, 1], type = f16, converting to q4_0 .. size = 0.67 MiB -> 0.19 MiB
52
+ [ 19/ 38] blk.1.ffn_norm.weight - [ 256, 1, 1, 1], type = f32, size = 0.001 MiB
53
+ [ 20/ 38] blk.1.ffn_up.weight - [ 256, 1376, 1, 1], type = f16, converting to q4_0 .. size = 0.67 MiB -> 0.19 MiB
54
+ [ 21/ 38] blk.2.attn_k.weight - [ 256, 64, 1, 1], type = f16, converting to q4_0 .. size = 0.03 MiB -> 0.01 MiB
55
+ [ 22/ 38] blk.2.attn_norm.weight - [ 256, 1, 1, 1], type = f32, size = 0.001 MiB
56
+ [ 23/ 38] blk.2.attn_output.weight - [ 256, 256, 1, 1], type = f16, converting to q4_0 .. size = 0.12 MiB -> 0.04 MiB
57
+ [ 24/ 38] blk.2.attn_q.weight - [ 256, 256, 1, 1], type = f16, converting to q4_0 .. size = 0.12 MiB -> 0.04 MiB
58
+ [ 25/ 38] blk.2.attn_v.weight - [ 256, 64, 1, 1], type = f16, converting to q4_0 .. size = 0.03 MiB -> 0.01 MiB
59
+ [ 26/ 38] blk.2.ffn_down.weight - [ 1376, 256, 1, 1], type = f16, converting to q4_0 .. size = 0.67 MiB -> 0.19 MiB
60
+ [ 27/ 38] blk.2.ffn_gate.weight - [ 256, 1376, 1, 1], type = f16, converting to q4_0 .. size = 0.67 MiB -> 0.19 MiB
61
+ [ 28/ 38] blk.2.ffn_norm.weight - [ 256, 1, 1, 1], type = f32, size = 0.001 MiB
62
+ [ 29/ 38] blk.2.ffn_up.weight - [ 256, 1376, 1, 1], type = f16, converting to q4_0 .. size = 0.67 MiB -> 0.19 MiB
63
+ [ 30/ 38] blk.3.attn_k.weight - [ 256, 64, 1, 1], type = f16, converting to q4_0 .. size = 0.03 MiB -> 0.01 MiB
64
+ [ 31/ 38] blk.3.attn_norm.weight - [ 256, 1, 1, 1], type = f32, size = 0.001 MiB
65
+ [ 32/ 38] blk.3.attn_output.weight - [ 256, 256, 1, 1], type = f16, converting to q4_0 .. size = 0.12 MiB -> 0.04 MiB
66
+ [ 33/ 38] blk.3.attn_q.weight - [ 256, 256, 1, 1], type = f16, converting to q4_0 .. size = 0.12 MiB -> 0.04 MiB
67
+ [ 34/ 38] blk.3.attn_v.weight - [ 256, 64, 1, 1], type = f16, converting to q4_0 .. size = 0.03 MiB -> 0.01 MiB
68
+ [ 35/ 38] blk.3.ffn_down.weight - [ 1376, 256, 1, 1], type = f16, converting to q4_0 .. size = 0.67 MiB -> 0.19 MiB
69
+ [ 36/ 38] blk.3.ffn_gate.weight - [ 256, 1376, 1, 1], type = f16, converting to q4_0 .. size = 0.67 MiB -> 0.19 MiB
70
+ [ 37/ 38] blk.3.ffn_norm.weight - [ 256, 1, 1, 1], type = f32, size = 0.001 MiB
71
+ [ 38/ 38] blk.3.ffn_up.weight - [ 256, 1376, 1, 1], type = f16, converting to q4_0 .. size = 0.67 MiB -> 0.19 MiB
72
+ llama_model_quantize_impl: model size = 9.38 MiB (16.01 BPW)
73
+ llama_model_quantize_impl: quant size = 2.65 MiB (4.51 BPW)
74
+
75
+ llama_quantize: quantize time = 42.99 ms
76
+ llama_quantize: total time = 42.99 ms
smollm3-random-model/gguf-q4_0/smollm3-random-model-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17a686b0b8c6ac17fd051bbe361570b90bed5127948d55def3df66db113b500c
3
+ size 2780064
smollm3-random-model/hf-bf16/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SmolLM3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 2,
8
+ "dtype": "bfloat16",
9
+ "eos_token_id": 1,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 256,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 1376,
14
+ "layer_types": [
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention"
19
+ ],
20
+ "max_position_embeddings": 128,
21
+ "max_window_layers": 28,
22
+ "mlp_bias": false,
23
+ "model_type": "smollm3",
24
+ "no_rope_layer_interval": 4,
25
+ "no_rope_layers": [
26
+ 1,
27
+ 1,
28
+ 1,
29
+ 0
30
+ ],
31
+ "num_attention_heads": 4,
32
+ "num_hidden_layers": 4,
33
+ "num_key_value_heads": 1,
34
+ "pad_token_id": 0,
35
+ "pretraining_tp": 2,
36
+ "rms_norm_eps": 1e-06,
37
+ "rope_parameters": {
38
+ "rope_theta": 5000000.0,
39
+ "rope_type": "default"
40
+ },
41
+ "sliding_window": null,
42
+ "tie_word_embeddings": true,
43
+ "transformers_version": "5.14.1",
44
+ "use_cache": false,
45
+ "use_sliding_window": false,
46
+ "vocab_size": 128
47
+ }
smollm3-random-model/hf-bf16/generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "eos_token_id": 1,
5
+ "output_attentions": false,
6
+ "output_hidden_states": false,
7
+ "pad_token_id": 0,
8
+ "transformers_version": "5.14.1",
9
+ "use_cache": false
10
+ }
smollm3-random-model/hf-bf16/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4cd1bbca5840cfc4d769e04a4ee1fd2c8609b103449a4a351451a6ddf4a7f07
3
+ size 9839096
smollm3-random-model/hf-bf16/tokenizer.json ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 0,
8
+ "content": "<pad>",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": false,
13
+ "special": true
14
+ },
15
+ {
16
+ "id": 1,
17
+ "content": "<eos>",
18
+ "single_word": false,
19
+ "lstrip": false,
20
+ "rstrip": false,
21
+ "normalized": false,
22
+ "special": true
23
+ },
24
+ {
25
+ "id": 2,
26
+ "content": "<bos>",
27
+ "single_word": false,
28
+ "lstrip": false,
29
+ "rstrip": false,
30
+ "normalized": false,
31
+ "special": true
32
+ },
33
+ {
34
+ "id": 3,
35
+ "content": "<unk>",
36
+ "single_word": false,
37
+ "lstrip": false,
38
+ "rstrip": false,
39
+ "normalized": false,
40
+ "special": true
41
+ },
42
+ {
43
+ "id": 4,
44
+ "content": "<mask>",
45
+ "single_word": false,
46
+ "lstrip": false,
47
+ "rstrip": false,
48
+ "normalized": false,
49
+ "special": true
50
+ }
51
+ ],
52
+ "normalizer": null,
53
+ "pre_tokenizer": {
54
+ "type": "ByteLevel",
55
+ "add_prefix_space": false,
56
+ "trim_offsets": true,
57
+ "use_regex": true
58
+ },
59
+ "post_processor": {
60
+ "type": "TemplateProcessing",
61
+ "single": [
62
+ {
63
+ "Sequence": {
64
+ "id": "A",
65
+ "type_id": 0
66
+ }
67
+ }
68
+ ],
69
+ "pair": [
70
+ {
71
+ "Sequence": {
72
+ "id": "A",
73
+ "type_id": 0
74
+ }
75
+ },
76
+ {
77
+ "Sequence": {
78
+ "id": "B",
79
+ "type_id": 1
80
+ }
81
+ }
82
+ ],
83
+ "special_tokens": {}
84
+ },
85
+ "decoder": {
86
+ "type": "ByteLevel",
87
+ "add_prefix_space": true,
88
+ "trim_offsets": true,
89
+ "use_regex": true
90
+ },
91
+ "model": {
92
+ "type": "BPE",
93
+ "dropout": null,
94
+ "unk_token": "<unk>",
95
+ "continuing_subword_prefix": null,
96
+ "end_of_word_suffix": null,
97
+ "fuse_unk": false,
98
+ "byte_fallback": false,
99
+ "ignore_merges": false,
100
+ "vocab": {
101
+ "<pad>": 0,
102
+ "<eos>": 1,
103
+ "<bos>": 2,
104
+ "<unk>": 3,
105
+ "<mask>": 4,
106
+ "a": 5,
107
+ "b": 6,
108
+ "ab": 7,
109
+ "<t008>": 8,
110
+ "<t009>": 9,
111
+ "<t010>": 10,
112
+ "<t011>": 11,
113
+ "<t012>": 12,
114
+ "<t013>": 13,
115
+ "<t014>": 14,
116
+ "<t015>": 15,
117
+ "<t016>": 16,
118
+ "<t017>": 17,
119
+ "<t018>": 18,
120
+ "<t019>": 19,
121
+ "<t020>": 20,
122
+ "<t021>": 21,
123
+ "<t022>": 22,
124
+ "<t023>": 23,
125
+ "<t024>": 24,
126
+ "<t025>": 25,
127
+ "<t026>": 26,
128
+ "<t027>": 27,
129
+ "<t028>": 28,
130
+ "<t029>": 29,
131
+ "<t030>": 30,
132
+ "<t031>": 31,
133
+ "<t032>": 32,
134
+ "<t033>": 33,
135
+ "<t034>": 34,
136
+ "<t035>": 35,
137
+ "<t036>": 36,
138
+ "<t037>": 37,
139
+ "<t038>": 38,
140
+ "<t039>": 39,
141
+ "<t040>": 40,
142
+ "<t041>": 41,
143
+ "<t042>": 42,
144
+ "<t043>": 43,
145
+ "<t044>": 44,
146
+ "<t045>": 45,
147
+ "<t046>": 46,
148
+ "<t047>": 47,
149
+ "<t048>": 48,
150
+ "<t049>": 49,
151
+ "<t050>": 50,
152
+ "<t051>": 51,
153
+ "<t052>": 52,
154
+ "<t053>": 53,
155
+ "<t054>": 54,
156
+ "<t055>": 55,
157
+ "<t056>": 56,
158
+ "<t057>": 57,
159
+ "<t058>": 58,
160
+ "<t059>": 59,
161
+ "<t060>": 60,
162
+ "<t061>": 61,
163
+ "<t062>": 62,
164
+ "<t063>": 63,
165
+ "<t064>": 64,
166
+ "<t065>": 65,
167
+ "<t066>": 66,
168
+ "<t067>": 67,
169
+ "<t068>": 68,
170
+ "<t069>": 69,
171
+ "<t070>": 70,
172
+ "<t071>": 71,
173
+ "<t072>": 72,
174
+ "<t073>": 73,
175
+ "<t074>": 74,
176
+ "<t075>": 75,
177
+ "<t076>": 76,
178
+ "<t077>": 77,
179
+ "<t078>": 78,
180
+ "<t079>": 79,
181
+ "<t080>": 80,
182
+ "<t081>": 81,
183
+ "<t082>": 82,
184
+ "<t083>": 83,
185
+ "<t084>": 84,
186
+ "<t085>": 85,
187
+ "<t086>": 86,
188
+ "<t087>": 87,
189
+ "<t088>": 88,
190
+ "<t089>": 89,
191
+ "<t090>": 90,
192
+ "<t091>": 91,
193
+ "<t092>": 92,
194
+ "<t093>": 93,
195
+ "<t094>": 94,
196
+ "<t095>": 95,
197
+ "<t096>": 96,
198
+ "<t097>": 97,
199
+ "<t098>": 98,
200
+ "<t099>": 99,
201
+ "<t100>": 100,
202
+ "<t101>": 101,
203
+ "<t102>": 102,
204
+ "<t103>": 103,
205
+ "<t104>": 104,
206
+ "<t105>": 105,
207
+ "<t106>": 106,
208
+ "<t107>": 107,
209
+ "<t108>": 108,
210
+ "<t109>": 109,
211
+ "<t110>": 110,
212
+ "<t111>": 111,
213
+ "<t112>": 112,
214
+ "<t113>": 113,
215
+ "<t114>": 114,
216
+ "<t115>": 115,
217
+ "<t116>": 116,
218
+ "<t117>": 117,
219
+ "<t118>": 118,
220
+ "<t119>": 119,
221
+ "<t120>": 120,
222
+ "<t121>": 121,
223
+ "<t122>": 122,
224
+ "<t123>": 123,
225
+ "<t124>": 124,
226
+ "<t125>": 125,
227
+ "<t126>": 126,
228
+ "<t127>": 127
229
+ },
230
+ "merges": [
231
+ [
232
+ "a",
233
+ "b"
234
+ ]
235
+ ]
236
+ }
237
+ }
smollm3-random-model/hf-bf16/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f88117a2f8c52a9eabe2d61f7301b6f9b58b7a56644888da4ec9970b1efbcee
3
+ size 1980
smollm3-random-model/hf-bf16/tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<bos>",
4
+ "eos_token": "<eos>",
5
+ "mask_token": "<mask>",
6
+ "model_max_length": 1000000000000000019884624838656,
7
+ "pad_token": "<pad>",
8
+ "tokenizer_class": "TokenizersBackend",
9
+ "unk_token": "<unk>"
10
+ }
smollm3-random-model/metadata.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "smollm3",
3
+ "gguf": {
4
+ "comparison_to_hf_bf16": {
5
+ "decode_logits": {
6
+ "max_absolute_error": 0.09191668033599854,
7
+ "mean_absolute_error": 0.023608334362506866,
8
+ "top1_agreement": true,
9
+ "top5_overlap": 4
10
+ },
11
+ "policy": "informational; quantized and BF16 executions are not required to be byte-identical",
12
+ "prefill_last_logits": {
13
+ "max_absolute_error": 0.09857787936925888,
14
+ "mean_absolute_error": 0.023846685886383057,
15
+ "top1_agreement": true,
16
+ "top5_overlap": 4
17
+ }
18
+ },
19
+ "converter_command": [
20
+ "PYTHON",
21
+ "CONVERTER",
22
+ "HF_PACKAGE",
23
+ "--outfile",
24
+ "F16_OUTPUT",
25
+ "--outtype",
26
+ "f16",
27
+ "--model-name",
28
+ "smollm3-random-model"
29
+ ],
30
+ "direct_token_validation": {
31
+ "all_logits_finite": true,
32
+ "decode_token_id": 17,
33
+ "eog_token_ids": [
34
+ 1
35
+ ],
36
+ "prefill_token_ids": [
37
+ 5,
38
+ 7,
39
+ 11,
40
+ 13
41
+ ],
42
+ "repeated_output_byte_identical": true,
43
+ "status": "passed"
44
+ },
45
+ "f16_intermediate_retained_in_package": false,
46
+ "f16_intermediate_sha256": "f786a25e21c99c4d3fb33cf672fcab42bdc3ac132f2071de717073636c4c2680",
47
+ "model_sha256": "17a686b0b8c6ac17fd051bbe361570b90bed5127948d55def3df66db113b500c",
48
+ "model_size_bytes": 2780064,
49
+ "quantization": "Q4_0",
50
+ "quantizer_command": [
51
+ "LLAMA_QUANTIZE",
52
+ "--token-embedding-type",
53
+ "q4_0",
54
+ "F16_INPUT",
55
+ "OUTPUT",
56
+ "Q4_0"
57
+ ],
58
+ "tensor_type_histogram": {
59
+ "F32": 9,
60
+ "Q4_0": 29
61
+ }
62
+ },
63
+ "hf": {
64
+ "config_sha256": "f9a288571e5de8ddbc176aaa35ef7422e0d6b213534e70103138f9573faba8d5",
65
+ "construct_prefill_decode_reload": "passed",
66
+ "converter_sentencepiece_sha256": "0f88117a2f8c52a9eabe2d61f7301b6f9b58b7a56644888da4ec9970b1efbcee",
67
+ "dtype": "bfloat16",
68
+ "model_sha256": "f4cd1bbca5840cfc4d769e04a4ee1fd2c8609b103449a4a351451a6ddf4a7f07",
69
+ "reload_tolerance": {
70
+ "atol": 0.02,
71
+ "rtol": 0.02
72
+ },
73
+ "tokenizer_json_sha256": "ba2df415c6a5595f4e9227a29d8e8b30d4d3ff6b9af7243005f191373868af45",
74
+ "transformers_version": "5.14.1"
75
+ },
76
+ "parameter_count": 4917504,
77
+ "reproducibility": {
78
+ "gguf_q4_0_byte_identical": true,
79
+ "hf_config_byte_identical": true,
80
+ "hf_model_byte_identical": true,
81
+ "native_repeated_output_byte_identical": true
82
+ },
83
+ "rng": {
84
+ "increment": 1442695040888963407,
85
+ "multiplier": 6364136223846793005,
86
+ "name": "tlfloat LCG64 equation",
87
+ "warmup_steps": 10
88
+ },
89
+ "schema_version": 1,
90
+ "seed": 6002541067470975745
91
+ }
smollm3-random-model/reference/gguf-native.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "vocab_size": 128,
4
+ "prefill_token_ids": [5,7,11,13],
5
+ "decode_token_id": 17,
6
+ "eog_token_ids": [1],
7
+ "all_logits_finite": true,
8
+ "prefill_last_logits": [0.350657523,0.245601147,0.185828045,0.0872669816,-0.248535678,0.216705814,0.098706007,0.067492865,0.0902635753,0.0860311389,0.287080705,-0.192821488,0.0804038569,0.636609077,0.240223914,0.0575771704,-0.170419544,0.104185969,-0.120821357,-0.0154661946,0.31676352,-0.0446437784,-0.0388852209,-0.0993875638,-0.341283709,0.0729972646,0.433401316,-0.27149269,0.254691511,-0.0325341113,-0.253310263,0.139225543,-0.00844951533,-0.144148409,0.381891876,0.0964927375,0.00417396333,0.0205155089,-0.468620837,-0.0534039363,-0.0309029669,-0.0159435179,-0.191765785,-0.0309073832,0.060901247,-0.0437048823,-0.272850752,0.0477128029,-0.147300392,-0.0993154123,-0.30048281,0.154198244,-0.0939248279,0.023117898,0.191344813,0.0888454318,0.0576772429,0.0138832312,-0.173797771,-0.178063288,0.0579373911,0.0921991915,0.0546639301,-0.0848264918,0.273745567,0.0871551633,0.16084519,-0.237837672,-0.188799113,0.0468373187,-0.136669695,0.339535147,-0.0617689639,0.186668202,-0.0222822782,0.0100252936,0.00999814644,0.0238801166,0.174783677,0.0882279649,0.134765789,-0.00743198581,-0.0283377115,-0.174449503,-0.177547276,0.0928283706,0.0965974331,-0.345378071,0.108685277,0.0226041302,-0.186054453,-0.0744341537,-0.0869331285,-0.0980709717,0.0390793867,0.298965454,0.127674684,-0.0902414173,0.184343874,-0.173850864,-0.00467307493,0.114426896,0.178143948,0.145223439,-0.22824049,-0.0174845606,0.0152879208,-0.187148482,0.0576404557,0.195420101,-0.0546050034,0.404827625,-0.60698694,0.28225562,-0.107594267,-0.0409816131,-0.221593961,-0.153167903,0.0506973863,0.20176214,0.0392604545,-0.447950959,0.0143984454,0.23511833,-0.377050936,0.438002795,0.0612642206,0.165355772],
9
+ "decode_logits": [0.361390561,0.259690762,0.193840697,0.0224308651,-0.180631235,0.181348011,0.0344774835,0.0258460268,0.0892843306,0.08898516,0.248940408,-0.144477874,0.100970209,0.0473254919,0.101009533,0.1632687,-0.189144939,0.689852178,-0.0114180446,-0.0392280668,0.430228204,-0.26826939,-0.0187434368,-0.0778454617,-0.31398192,0.0945572257,0.455448389,-0.353762329,0.246169433,0.0822324529,-0.0832768232,0.201291218,-0.0322698653,-0.00652883667,0.248189881,0.0995574594,0.0214569774,0.0370474011,-0.2733666,0.00299273594,-0.101147383,-0.107943103,-0.14415054,0.084869355,0.0267817583,-0.120424025,-0.214804426,0.0638376325,-0.123272434,-0.120914482,-0.281999916,0.0949365199,-0.0883979648,-0.0321664251,0.19711931,0.130908251,0.070493713,-0.0173004754,-0.211316571,-0.230640933,-0.0688304082,0.0668021739,0.0223920215,-0.0961654112,0.175528616,-0.029617073,0.225180477,-0.0793279633,-0.169067502,-0.0724712908,-0.24525097,0.282416493,-0.102731496,0.131909415,0.111945592,-0.0441522077,-0.044923,0.0778397098,0.229346365,0.135500953,0.15436694,-0.0073002018,-0.0653385445,-0.173108846,-0.202871338,0.024294259,0.010343954,-0.339766681,0.0781216472,0.0684290603,-0.159132197,-0.0493372455,0.0273793489,-0.123151906,0.0259634107,0.193071097,0.147674754,-0.0749316886,0.274478108,-0.153305024,-0.0489038937,0.159410432,0.168823883,0.104770966,-0.168470278,0.12241514,0.0164226107,-0.299293399,0.130618289,0.188386604,0.00230943272,0.41047129,-0.566889167,0.322926939,-0.0434842482,-0.116828635,-0.273065031,-0.0706957728,-0.0685233772,0.152179644,0.0153105902,-0.399265587,0.12370012,0.0944165736,-0.206045151,0.445940405,0.00132466271,0.0807432383]
10
+ }
smollm3-random-model/reference/hf-outputs.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddcd5c412fda5119791b4ef082edbc56f8b207b312fca28c92929f5e1e74e314
3
+ size 2720
smollm3-random-model/reference/inputs.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "decode_token_id": 17,
3
+ "prefill_token_ids": [
4
+ 5,
5
+ 7,
6
+ 11,
7
+ 13
8
+ ]
9
+ }