nm-autobot commited on
Commit
e600733
·
verified ·
1 Parent(s): e95f41d

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +2 -2
  2. generation_config.json +1 -1
  3. model.safetensors +1 -1
  4. recipe.yaml +1 -0
config.json CHANGED
@@ -68,7 +68,7 @@
68
  "quantization_status": "compressed",
69
  "sparsity_config": {},
70
  "transform_config": {},
71
- "version": "0.17.1"
72
  },
73
  "rms_norm_eps": 1e-05,
74
  "rope_parameters": {
@@ -76,7 +76,7 @@
76
  "rope_type": "default"
77
  },
78
  "tie_word_embeddings": false,
79
- "transformers_version": "5.10.1",
80
  "use_cache": true,
81
  "vocab_size": 32000
82
  }
 
68
  "quantization_status": "compressed",
69
  "sparsity_config": {},
70
  "transform_config": {},
71
+ "version": "0.17.2.a20260730"
72
  },
73
  "rms_norm_eps": 1e-05,
74
  "rope_parameters": {
 
76
  "rope_type": "default"
77
  },
78
  "tie_word_embeddings": false,
79
+ "transformers_version": "5.14.1",
80
  "use_cache": true,
81
  "vocab_size": 32000
82
  }
generation_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "eos_token_id": 2,
4
  "max_length": 2048,
5
  "pad_token_id": 0,
6
- "transformers_version": "5.10.1"
7
  }
 
3
  "eos_token_id": 2,
4
  "max_length": 2048,
5
  "pad_token_id": 0,
6
+ "transformers_version": "5.14.1"
7
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5aee15d57a8b44c17e14d27d44829af477bbe56e2ef13a155e1a9be8d9633a17
3
  size 747622872
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4394c5777c7e78585c78d028efb6732f88c48a8781b096a4b2d4759136925273
3
  size 747622872
recipe.yaml CHANGED
@@ -36,6 +36,7 @@ quant_stage:
36
  observer: memoryless_minmax
37
  observer_kwargs: {}
38
  bypass_divisibility_checks: false
 
39
  block_size: 128
40
  dampening_frac: 0.01
41
  offload_hessians: false
 
36
  observer: memoryless_minmax
37
  observer_kwargs: {}
38
  bypass_divisibility_checks: false
39
+ requires_calibration_data: true
40
  block_size: 128
41
  dampening_frac: 0.01
42
  offload_hessians: false