jnjj commited on
Commit
fbd7c09
·
verified ·
1 Parent(s): 83db122

Upload INT4 quantized Gemma‑3‑1B‑IT QAT with bfloat16 compute, extreme shrinkage (100% weight prune, only weights saved), and extensive unconventional modifications including GPTQ/AWQ flags (bfloat16 compute)

Browse files
.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,3 @@
 
 
 
 
1
+ {
2
+ "<image_soft_token>": 262144
3
+ }
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "additional_mechanism_autogptq_flag": true,
4
+ "additional_mechanism_gptq_flag": true,
5
+ "additional_mechanism_pruning_100_percent_weights_flag": true,
6
+ "all_weights_zeroed_flag": true,
7
+ "architectures": [
8
+ "Gemma3ForCausalLM"
9
+ ],
10
+ "attention_bias": false,
11
+ "attention_dropout": 0.0,
12
+ "attn_logit_softcapping": null,
13
+ "attn_weights_zeroed": true,
14
+ "autogptq_activated": true,
15
+ "awq_int4_potential": true,
16
+ "bias_params_discarded": true,
17
+ "bias_zeroing_extensive": true,
18
+ "bos_token_id": 2,
19
+ "cache_implementation": "hybrid",
20
+ "decoder_lambda_replaced": true,
21
+ "embedding_params_discarded": true,
22
+ "embeddings_zeroed_flag": true,
23
+ "eos_token_id": 106,
24
+ "extreme_shrinkage_applied": true,
25
+ "final_logit_softcapping": null,
26
+ "functional_integrity_compromised": true,
27
+ "gptq_activated": true,
28
+ "gptq_int4_potential": true,
29
+ "head_dim": 256,
30
+ "hidden_activation": "gelu_pytorch_tanh",
31
+ "hidden_size": 1152,
32
+ "initializer_range": 0.02,
33
+ "instruction_conversion_applied": true,
34
+ "intermediate_size": 6912,
35
+ "layernorm_params_discarded": true,
36
+ "layernorm_zeroed_flag": true,
37
+ "max_position_embeddings": 32768,
38
+ "model_type": "gemma3_text",
39
+ "non_weight_params_discarded_flag": true,
40
+ "num_attention_heads": 4,
41
+ "num_hidden_layers": 26,
42
+ "num_key_value_heads": 1,
43
+ "other_non_weight_params_discarded": true,
44
+ "output_likelihoods_zeroed": true,
45
+ "pad_token_id": 0,
46
+ "quantization_method_bnb": "4bit",
47
+ "query_pre_attn_scalar": 256,
48
+ "rms_norm_eps": 1e-06,
49
+ "rope_local_base_freq": 10000,
50
+ "rope_scaling": null,
51
+ "rope_theta": 1000000,
52
+ "safetensors_only_weights": true,
53
+ "shrinkage_level": "extreme_100_percent_prune_zero",
54
+ "sliding_window": 512,
55
+ "sliding_window_pattern": 6,
56
+ "torch_dtype": "bfloat16",
57
+ "training_applied_once_flag": true,
58
+ "transformers_version": "4.51.3",
59
+ "unconventional_modifications_applied": true,
60
+ "unsloth_fixed": true,
61
+ "use_cache": true,
62
+ "vocab_size": 262144,
63
+ "weights_datatype": "bfloat16"
64
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76aa7b71ab18911495ec73be32a8c43ac766865501ceefb0baab366a78f436d9
3
+ size 1302049152
special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<end_of_turn>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
+ size 33384568
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
3
+ size 4689074
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff