devpramod-intel commited on
Commit
050ff66
·
verified ·
1 Parent(s): 303df57

Update model card

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -95,6 +95,12 @@ quant_stage:
95
  sequential_targets: [GraniteDecoderLayer]
96
  ```
97
 
 
 
 
 
 
 
98
  Calibration: `neuralmagic/LLM_compression_calibration`, `train` split,
99
  `shuffle(seed=42).select(512)`, the dataset's raw `text` field with
100
  `add_special_tokens=True`, `max_seq_length=8192`.
 
95
  sequential_targets: [GraniteDecoderLayer]
96
  ```
97
 
98
+ `recipe.yaml` in this repo is what llm-compressor actually applied and is
99
+ authoritative. It additionally shows `block_size: 128` and `actorder: static`,
100
+ which are llm-compressor 0.9.0.4 defaults rather than choices — the older
101
+ Granite cards predate `actorder` defaulting on, so this checkpoint is not
102
+ bit-identical to what their recipe produced in 2025.
103
+
104
  Calibration: `neuralmagic/LLM_compression_calibration`, `train` split,
105
  `shuffle(seed=42).select(512)`, the dataset's raw `text` field with
106
  `add_special_tokens=True`, `max_seq_length=8192`.