staeiou commited on
Commit
8c950f8
·
verified ·
1 Parent(s): 8db0397

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -48,46 +48,23 @@
48
  "num_key_value_heads": 8,
49
  "pad_token_id": 151654,
50
  "quantization_config": {
51
- "config_groups": {
52
- "group_0": {
53
- "input_activations": null,
54
- "output_activations": null,
55
- "targets": [
56
- "Linear"
57
- ],
58
- "weights": {
59
- "actorder": null,
60
- "block_structure": null,
61
- "dynamic": false,
62
- "group_size": 128,
63
- "num_bits": 4,
64
- "observer": "minmax",
65
- "observer_kwargs": {},
66
- "strategy": "group",
67
- "symmetric": true,
68
- "type": "int"
69
- }
70
- }
71
- },
72
- "format": "pack-quantized",
73
- "global_compression_ratio": null,
74
- "ignore": [
75
- "lm_head"
76
- ],
77
- "kv_cache_scheme": null,
78
- "quant_method": "compressed-tensors",
79
- "quantization_status": "compressed"
80
  },
81
  "rms_norm_eps": 1e-06,
82
  "rope_scaling": null,
83
  "rope_theta": 1000000,
84
  "sliding_window": null,
85
  "tie_word_embeddings": true,
86
- "torch_dtype": "float16",
87
- "transformers_version": "4.52.4",
88
  "unsloth_fixed": true,
89
  "unsloth_version": "2025.12.9",
90
- "use_cache": true,
91
  "use_sliding_window": false,
92
  "vocab_size": 151936
93
- }
 
48
  "num_key_value_heads": 8,
49
  "pad_token_id": 151654,
50
  "quantization_config": {
51
+ "bits": 4,
52
+ "group_size": 128,
53
+ "modules_to_not_convert": null,
54
+ "quant_method": "awq",
55
+ "version": "gemm",
56
+ "zero_point": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  },
58
  "rms_norm_eps": 1e-06,
59
  "rope_scaling": null,
60
  "rope_theta": 1000000,
61
  "sliding_window": null,
62
  "tie_word_embeddings": true,
63
+ "torch_dtype": "bfloat16",
64
+ "transformers_version": "4.51.3",
65
  "unsloth_fixed": true,
66
  "unsloth_version": "2025.12.9",
67
+ "use_cache": false,
68
  "use_sliding_window": false,
69
  "vocab_size": 151936
70
+ }
generation_config.json CHANGED
@@ -1,6 +1,8 @@
1
  {
2
  "_from_model_config": true,
 
3
  "eos_token_id": 151645,
4
  "pad_token_id": 151654,
5
- "transformers_version": "4.52.4"
 
6
  }
 
1
  {
2
  "_from_model_config": true,
3
+ "do_sample": true,
4
  "eos_token_id": 151645,
5
  "pad_token_id": 151654,
6
+ "transformers_version": "4.51.3",
7
+ "use_cache": false
8
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f706bac2ee6a179b9c090e11b92a82dd9e342ade890ea9563493492aed67eaaf
3
- size 1971653088
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:421c389d00c80194bf0c176300a30f9c6f7719ed9c8edd9da3bcb26f7f718bb3
3
+ size 1354824680
tokenizer_config.json CHANGED
@@ -227,6 +227,7 @@
227
  "<|video_pad|>"
228
  ],
229
  "bos_token": null,
 
230
  "clean_up_tokenization_spaces": false,
231
  "eos_token": "<|im_end|>",
232
  "errors": "replace",
 
227
  "<|video_pad|>"
228
  ],
229
  "bos_token": null,
230
+ "chat_template": "{% for message in messages %}{{ '<|im_start|>' + message['role'] + '\\n' + message['content'] + '<|im_end|>\\n' }}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\\n' }}{% endif %}",
231
  "clean_up_tokenization_spaces": false,
232
  "eos_token": "<|im_end|>",
233
  "errors": "replace",