fxmeng/UltraData-SFT-2605-no-think-32k-200k
UltraData-SFT-2605 · no_think · 32k–200k A length-filtered subset of the no_think split of openbmb/UltraData-SFT-2605, containing conversations whose token length falls in the 32k–200k range. This is the long-context tier intended for extended-context SFT. Two companion tiers were produced from the same source: Dataset Length range Records fxmeng/UltraData-SFT-2605-no-think-8k-32k 8k–32k tokens 623,421 this repo — fxmeng/UltraData-SFT-2605-no-think-32k-200k 32k–200k… See the full description on the dataset page: https://huggingface.co/datasets/fxmeng/UltraData-SFT-2605-no-think-32k-200k.
UltraData-SFT-2605 · no_think · 32k–200k
A length-filtered subset of the no_think split of openbmb/UltraData-SFT-2605, containing conversations whose token length falls in the 32k–200k range. This is the long-context tier intended for extended-context SFT.
Two companion tiers were produced from the same source:
Conversations shorter than 8k tokens were dropped; conversations longer than 200k tokens (15 in total) were also excluded.
Composition
Note:Chinese-generalandKnowledgeproduced no conversations in the 32k–200k range and are therefore absent from this tier. The bulk of long-context records come fromMulti-lang-Knowledge.
Total size: ~1.4 GB (uncompressed JSONL).
Format
Each line is one JSON object (JSONL):
{
"uid": "IF_no_think_0001487",
"messages": [
{"role": "user", "content": "..."},
{"role": "assistant", "content": "..."}
],
"source": "UltraData-sft-2605",
"domain": "IF",
"think_type": "no_think"
}Files are laid out one directory per category, sharded as <Category>_no_think_part-XXX-of-NNN.jsonl.
Usage
from datasets import load_dataset
# entire tier
ds = load_dataset("fxmeng/UltraData-SFT-2605-no-think-32k-200k", split="train")
# a single category
mlk = load_dataset("fxmeng/UltraData-SFT-2605-no-think-32k-200k", "Multi-lang-Knowledge", split="train")Provenance & processing
- Source: the
no_thinksplit ofopenbmb/UltraData-SFT-2605(855 JSONL shards). - Each conversation's token length was measured and bucketed:
< 8k→ dropped,8k–32k→ companion repo,32k–200k→ this repo,> 200k→ dropped. - Category/shard structure and record schema are preserved unchanged from the source.
License
Released under Apache-2.0, following the upstream openbmb/UltraData-SFT-2605 license. Please also cite/credit the original OpenBMB dataset.
