nemotron-post-training-v2-calib
收藏资源简介:
# Nemotron Post Training V2 Calibration Set This dataset contains text calibration samples for crossingbits. The default zip is tokenizer-agnostic: crossingbits loads the text rows and tokenizes them with the tokenizer passed to the calibration loader. ## Files - `nemotron_post_training_v2.zip` - `nemotron_post_training_v2.jsonl` - 256 text rows SHA256: ```text b7b931cb032379afef09a28e4f0700505b2030b7247b110c40dad689b473b486 nemotron_post_training_v2.zip ``` ## crossingbits Usage In branches with `src/crossingbits/tools/load_nemotron_calib.py`, a local zip can be used directly: ```bash --calib_set /path/to/nemotron_post_training_v2.zip ``` Branches that make Nemotron the default calibration set download this zip automatically when no local file is present.



