Llama-Nemotron-Post-Training-Dataset nvidia
Llama-Nemotron-Post-Training-Dataset-v1.1 Release Update [4/8/2025]: v1.1: We are releasing an additional 2.2M Math and 500K Code Reasoning Data in support of our release of Llama-3.1-Nemotron-Ultra-253B-v1. 🎉 Data Overview This dataset is a compilation of SFT and RL data that supports improvements of math, code, general reasoning, and instruction following capabilities of the original Llama instruct model, in support of NVIDIA’s release of… See the full description on the dataset page: https://huggingface.co/datasets/nvidia/Llama-Nemotron-Post-Training-Dataset.
- Type
- dataset
- License
- cc-by-4.0
- Downloads
- 6,676
- Likes
- 697
- Access
- public
- Files
- 0
Tags
- 指令微调
- 数据
- 数学推理
- 代码数据
- 推理
- 多任务
- 合成数据
- 对话数据
README
--- license: cc-by-4.0 configs: - config_name: SFT data_files: - split: code path: SFT/code/*.jsonl - split: math path: SFT/math/*.jsonl - split: science path: SFT/science/*.jsonl - split: chat path: SFT/chat/*.jsonl - split: safety path: SFT/safety/*.jsonl default: true - config_name: RL data_file…