Crusadersk commited on
Commit
8d8d7a1
·
verified ·
1 Parent(s): 57f8978

Update research archive provenance

Browse files

Replace stale 40-TR acknowledgement with stable Chimera/Banterhearts archive provenance.

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,4 +1,4 @@
1
- ---
2
  language:
3
  - en
4
  tags:
@@ -14,7 +14,7 @@ library_name: transformers
14
  license: apache-2.0
15
  ---
16
 
17
- # Qwen 2.5 1.5B Instruct AWQ 4-bit
18
 
19
  Self-quantized **AWQ 4-bit** checkpoint of [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct) with fully documented calibration provenance.
20
 
@@ -46,7 +46,7 @@ Created as part of the [Banterhearts research program](https://github.com/Sahil1
46
 
47
  ### Why Self-Quantized?
48
 
49
- Pre-quantized checkpoints on HuggingFace typically have unknown calibration provenance the dataset, sample count, seed, and group size are rarely documented. This checkpoint was self-quantized with controlled, documented settings to enable rigorous cross-method comparison (GGUF k-quant vs AWQ vs GPTQ) in a NeurIPS 2026 submission on quality-safety correlation under quantization.
50
 
51
  ## Evaluation Results
52
 
@@ -122,7 +122,7 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
122
 
123
  ## Reproduction
124
 
125
- The full quantization pipeline Dockerfiles, quantization scripts, and a 766-line engineering log documenting every platform failure and solution is available at:
126
 
127
  ```
128
  research/tr142/expansion/
@@ -152,4 +152,4 @@ in the [Banterhearts repository](https://github.com/Sahil170595/Banterhearts). K
152
 
153
  ## Acknowledgments
154
 
155
- This work is part of a 40-TR research program on consumer LLM deployment safety, conducted independently as pre-doctoral research. Full program details at [github.com/Sahil170595/Banterhearts](https://github.com/Sahil170595/Banterhearts).
 
1
+ ---
2
  language:
3
  - en
4
  tags:
 
14
  license: apache-2.0
15
  ---
16
 
17
+ # Qwen 2.5 1.5B Instruct — AWQ 4-bit
18
 
19
  Self-quantized **AWQ 4-bit** checkpoint of [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct) with fully documented calibration provenance.
20
 
 
46
 
47
  ### Why Self-Quantized?
48
 
49
+ Pre-quantized checkpoints on HuggingFace typically have unknown calibration provenance — the dataset, sample count, seed, and group size are rarely documented. This checkpoint was self-quantized with controlled, documented settings to enable rigorous cross-method comparison (GGUF k-quant vs AWQ vs GPTQ) in a NeurIPS 2026 submission on quality-safety correlation under quantization.
50
 
51
  ## Evaluation Results
52
 
 
122
 
123
  ## Reproduction
124
 
125
+ The full quantization pipeline — Dockerfiles, quantization scripts, and a 766-line engineering log documenting every platform failure and solution — is available at:
126
 
127
  ```
128
  research/tr142/expansion/
 
152
 
153
  ## Acknowledgments
154
 
155
+ This work is part of the Chimera/Banterhearts technical-report program on deployment-time LLM behavior, quantization, refusal robustness, batching effects, and inference-stack reliability. Canonical public archive: [Chimeraforge Reports](https://chimeraforge.vercel.app/reports); source context: [github.com/Sahil170595/Banterhearts](https://github.com/Sahil170595/Banterhearts).