Initial release — mirrors v1 calibration shared across Qwen3 family
Browse files- README.md +28 -0
- calibration.jsonl +0 -0
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- calibration
|
| 7 |
+
- quantization
|
| 8 |
+
size_categories:
|
| 9 |
+
- n<1K
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# qwen3-14b-calibration-v1
|
| 13 |
+
|
| 14 |
+
Calibration data used for the [`drawais/Qwen3-14B-AWQ-INT4`](https://huggingface.co/drawais/Qwen3-14B-AWQ-INT4) release.
|
| 15 |
+
|
| 16 |
+
Subset of public English text. Each row: `{ "text": str, "input_ids": [int] }`.
|
| 17 |
+
|
| 18 |
+
## Source
|
| 19 |
+
|
| 20 |
+
Derived from [`mit-han-lab/pile-val-backup`](https://huggingface.co/datasets/mit-han-lab/pile-val-backup) — a public English-text dataset commonly used for LLM calibration.
|
| 21 |
+
|
| 22 |
+
## Provenance
|
| 23 |
+
|
| 24 |
+
This dataset is published for **auditability**: anyone can verify what was fed to the calibration step of our quantized model releases.
|
| 25 |
+
|
| 26 |
+
## License
|
| 27 |
+
|
| 28 |
+
Please respect the original license of the dataset.
|
calibration.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|