moonfolk commited on
Commit
d63b688
·
verified ·
1 Parent(s): 377442d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -30
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: other
3
  task_categories:
4
  - text-generation
5
  tags:
@@ -12,23 +12,23 @@ configs:
12
  - config_name: math-thinking-qwen
13
  data_files:
14
  - split: train
15
- path: "math-thinking-qwen/*.parquet"
16
  - config_name: math-thinking-oss
17
  data_files:
18
  - split: train
19
- path: "math-thinking-oss/*.parquet"
20
  - config_name: math-rewrite
21
  data_files:
22
  - split: train
23
- path: "math-rewrite/*.parquet"
24
  - config_name: math-dialogue
25
  data_files:
26
  - split: train
27
- path: "math-dialogue/*.parquet"
28
- - config_name: agentic-math-dialogue
29
  data_files:
30
  - split: train
31
- path: "agentic-math-dialogue/*.parquet"
32
  ---
33
 
34
  # Math-Reasoning
@@ -37,27 +37,27 @@ configs:
37
 
38
  Mathematical problem-solving, rewriting, and dialogue data for reasoning-oriented language-model training. This repository is part of the [K2 Horizon collection](https://huggingface.co/collections/IFM/k2-horizon).
39
 
40
- The release is organized as one Hugging Face configuration per subset. Every configuration has a `train` split backed by Parquet shards, which supports Dataset Viewer inspection and streaming access.
41
 
42
  ## K2 Horizon Dataset Series
43
 
44
- | Dataset repository | Focus | Configurations |
45
- | --- | --- | ---: |
46
- | [IFM/TxT360-v2](https://huggingface.co/datasets/IFM/TxT360-v2) | Web and question-answering text | 3 |
47
- | [IFM/Code-Reasoning](https://huggingface.co/datasets/IFM/Code-Reasoning) | Code reasoning and task synthesis | 7 |
48
- | [IFM/Math-Reasoning](https://huggingface.co/datasets/IFM/Math-Reasoning) | Mathematical reasoning and dialogue | 5 |
49
- | [IFM/SFT-Reasoning](https://huggingface.co/datasets/IFM/SFT-Reasoning) | Instruction following and supervised fine-tuning | 2 |
50
- | [IFM/Pretrain-Behaviors](https://huggingface.co/datasets/IFM/Pretrain-Behaviors) | Behavior-focused continued-pretraining data | 7 |
51
 
52
- ## Dataset Configurations
53
 
54
- | Configuration | Catalog source | Data files |
55
- | --- | --- | --- |
56
- | `math-thinking-qwen` | `math-qwen-no-think` | `math-thinking-qwen/*.parquet` |
57
- | `math-thinking-oss` | `math-oss-cleaned` | `math-thinking-oss/*.parquet` |
58
- | `math-rewrite` | `math-rewrite` | `math-rewrite/*.parquet` |
59
- | `math-dialogue` | `math-dialogue` | `math-dialogue/*.parquet` |
60
- | `agentic-math-dialogue` | `agentic-math-dialogue-cleaned` | `agentic-math-dialogue/*.parquet` |
61
 
62
  ## Repository Structure
63
 
@@ -75,7 +75,7 @@ math-rewrite/
75
  math-dialogue/
76
  <source-file>-<stable-id>-00000.parquet
77
  <source-file>-<stable-id>-00001.parquet
78
- agentic-math-dialogue/
79
  <source-file>-<stable-id>-00000.parquet
80
  <source-file>-<stable-id>-00001.parquet
81
  ```
@@ -84,7 +84,7 @@ The shard prefix is derived from the source JSONL filename and a stable identifi
84
 
85
  ## Data Fields
86
 
87
- Records originate as JSON objects and are converted to Parquet for release. Field names and nested structures can differ by configuration. Inspect `features` before building a processing pipeline:
88
 
89
  ```python
90
  from datasets import load_dataset
@@ -101,13 +101,11 @@ print(next(iter(dataset)))
101
 
102
  ## Data Provenance and Processing
103
 
104
- The configurations in this repository are selected from the data inventory used to prepare the K2 Horizon training mixture. Only release-approved configurations are included. JSONL records are converted to Parquet without intentionally renaming application-level fields.
105
-
106
- Individual configurations may have undergone source-specific filtering, cleaning, deduplication, quality scoring, or synthetic-data generation. Users should evaluate each configuration for their target use case and inspect the available provenance metadata.
107
 
108
  ## Intended Use
109
 
110
- This dataset is intended for language-model training and research. The configurations can be streamed independently, combined with user-defined sampling weights, or inspected through the Hugging Face Dataset Viewer.
111
 
112
  ## Limitations and Responsible Use
113
 
@@ -115,4 +113,4 @@ Large-scale training data can contain factual errors, duplicated material, sensi
115
 
116
  ## License and Terms of Use
117
 
118
- This repository contains multiple configurations that may have different source terms. Users are responsible for reviewing the applicable provenance and license information for the configurations they use and for determining suitability for their intended purpose.
 
1
  ---
2
+ license: apache-2.0
3
  task_categories:
4
  - text-generation
5
  tags:
 
12
  - config_name: math-thinking-qwen
13
  data_files:
14
  - split: train
15
+ path: math-thinking-qwen/*.parquet
16
  - config_name: math-thinking-oss
17
  data_files:
18
  - split: train
19
+ path: math-thinking-oss/*.parquet
20
  - config_name: math-rewrite
21
  data_files:
22
  - split: train
23
+ path: math-rewrite/*.parquet
24
  - config_name: math-dialogue
25
  data_files:
26
  - split: train
27
+ path: math-dialogue/*.parquet
28
+ - config_name: socratic-math-dialogue
29
  data_files:
30
  - split: train
31
+ path: socratic-math-dialogue/*.parquet
32
  ---
33
 
34
  # Math-Reasoning
 
37
 
38
  Mathematical problem-solving, rewriting, and dialogue data for reasoning-oriented language-model training. This repository is part of the [K2 Horizon collection](https://huggingface.co/collections/IFM/k2-horizon).
39
 
40
+ The release is organized as one Hugging Face dataset per subset. Every subset has a `train` split backed by Parquet shards, which supports Dataset Viewer inspection and streaming access.
41
 
42
  ## K2 Horizon Dataset Series
43
 
44
+ | Dataset repository | Focus | Subsets |
45
+ | -------------------------------------------------------------------------------- | ---------------------------------------- | ------: |
46
+ | [IFM/TxT360-v2](https://huggingface.co/datasets/IFM/TxT360-v2) | Web and question-answering text | 3 |
47
+ | [IFM/Code-Reasoning](https://huggingface.co/datasets/IFM/Code-Reasoning) | Code reasoning and task synthesis | 7 |
48
+ | [IFM/Math-Reasoning](https://huggingface.co/datasets/IFM/Math-Reasoning) | Mathematical reasoning and dialogue | 5 |
49
+ | [IFM/SFT-Reasoning](https://huggingface.co/datasets/IFM/SFT-Reasoning) | Instruction following and SFT-style data | 2 |
50
+ | [IFM/Pretrain-Behaviors](https://huggingface.co/datasets/IFM/Pretrain-Behaviors) | Behavior-focused pretraining data | 7 |
51
 
52
+ ## Dataset Subsets
53
 
54
+ | Subset | Data files |
55
+ | ------------------------ | ---------------------------------- |
56
+ | `math-thinking-qwen` | `math-thinking-qwen/*.parquet` |
57
+ | `math-thinking-oss` | `math-thinking-oss/*.parquet` |
58
+ | `math-rewrite` | `math-rewrite/*.parquet` |
59
+ | `math-dialogue` | `math-dialogue/*.parquet` |
60
+ | `socratic-math-dialogue` | `socratic-math-dialogue/*.parquet` |
61
 
62
  ## Repository Structure
63
 
 
75
  math-dialogue/
76
  <source-file>-<stable-id>-00000.parquet
77
  <source-file>-<stable-id>-00001.parquet
78
+ socratic-math-dialogue/
79
  <source-file>-<stable-id>-00000.parquet
80
  <source-file>-<stable-id>-00001.parquet
81
  ```
 
84
 
85
  ## Data Fields
86
 
87
+ Records originate as JSON objects and are converted to Parquet for release. Field names and nested structures can differ by subset. Inspect `features` before building a processing pipeline:
88
 
89
  ```python
90
  from datasets import load_dataset
 
101
 
102
  ## Data Provenance and Processing
103
 
104
+ Individual subsets may have undergone source-specific filtering, cleaning, deduplication, quality scoring, or synthetic-data generation. Users should evaluate each subset for their target use case and inspect the available provenance metadata.
 
 
105
 
106
  ## Intended Use
107
 
108
+ This dataset is intended for language-model training and research. The subsets can be streamed independently, combined with user-defined sampling weights, or inspected through the Hugging Face Dataset Viewer.
109
 
110
  ## Limitations and Responsible Use
111
 
 
113
 
114
  ## License and Terms of Use
115
 
116
+ This dataset is licensed under the Apache License 2.0 available at https://www.apache.org/licenses/LICENSE-2.0.