Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,41 +1,5 @@
|
|
| 1 |
---
|
| 2 |
license: agpl-3.0
|
| 3 |
-
configs:
|
| 4 |
-
- config_name: default
|
| 5 |
-
data_files:
|
| 6 |
-
- split: train
|
| 7 |
-
path: data/train-*
|
| 8 |
-
- split: eval
|
| 9 |
-
path: data/eval-*
|
| 10 |
-
dataset_info:
|
| 11 |
-
features:
|
| 12 |
-
- name: source
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: prompt
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: system
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: messages
|
| 19 |
-
list:
|
| 20 |
-
- name: role
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: content
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: reasoning_content
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: tool_calls
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: tools
|
| 29 |
-
dtype: string
|
| 30 |
-
splits:
|
| 31 |
-
- name: train
|
| 32 |
-
num_bytes: 130708904
|
| 33 |
-
num_examples: 9836
|
| 34 |
-
- name: eval
|
| 35 |
-
num_bytes: 32690514
|
| 36 |
-
num_examples: 2460
|
| 37 |
-
download_size: 130827186
|
| 38 |
-
dataset_size: 163399418
|
| 39 |
---
|
| 40 |
|
| 41 |
This dataset merges two sources into a single SFT-ready set with train/eval
|
|
@@ -50,8 +14,9 @@ distributed under AGPL-3.0.
|
|
| 50 |
## Split
|
| 51 |
Both source datasets were loaded in full (no weighting/subsampling),
|
| 52 |
normalized to a common `messages` (OpenAI-style, tool calls preserved)
|
| 53 |
-
schema, concatenated,
|
| 54 |
-
|
|
|
|
| 55 |
|
| 56 |
## Schema
|
| 57 |
- `source`: origin dataset name
|
|
|
|
| 1 |
---
|
| 2 |
license: agpl-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
This dataset merges two sources into a single SFT-ready set with train/eval
|
|
|
|
| 14 |
## Split
|
| 15 |
Both source datasets were loaded in full (no weighting/subsampling),
|
| 16 |
normalized to a common `messages` (OpenAI-style, tool calls preserved)
|
| 17 |
+
schema, concatenated, filtered to drop rows over ~8192 tokens (estimated
|
| 18 |
+
at 4 chars/token, not a real tokenizer), shuffled together (seed 42), and
|
| 19 |
+
split 80% train / 20% eval on the combined pool.
|
| 20 |
|
| 21 |
## Schema
|
| 22 |
- `source`: origin dataset name
|