RyanStudio commited on
Commit
d52bf94
·
verified ·
1 Parent(s): 82ba0f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -12
README.md CHANGED
@@ -12,11 +12,18 @@ pretty_name: Discord Dialogues Filtered
12
  size_categories:
13
  - 1K<n<10K
14
  ---
15
- # Data Cleaning Pipeline
16
 
17
- ## Dataset Statistics
 
 
 
 
 
 
 
18
 
19
- Final dataset: **2,208** high-quality conversations in `train.jsonl`. Each row is `{"messages": [...], "turns", "characters", "words", "distinct_words", "tokens", "turns_user", "turns_assistant", "median_turn_chars"}` — counters computed by `add_stats.py` at the repo root.
20
 
21
  | Metric | Total | Avg / row | Median / row |
22
  |---|---|---|---|
@@ -30,15 +37,6 @@ Final dataset: **2,208** high-quality conversations in `train.jsonl`. Each row i
30
 
31
  **Role balance:** 7,465 user turns (46.9%) vs 8,467 assistant turns (53.1%) across 15,932 total turns.
32
 
33
- I filtered the [`mookiezi/Discord-Dialogues`](https://huggingface.co/datasets/mookiezi/Discord-Dialogues) dataset to obtain only high-quality english conversation examples for fine-tuning or other analytical tasks.
34
-
35
- The total data set went from **7,303,464** rows to **2,208** rows after strict filtering to remove the following:
36
- - Low conversation turns or short conversations
37
- - Non-English conversations
38
- - Duplicate conversations
39
- - Spammy/Repetitive conversations
40
- - Filler words
41
-
42
  # Rules
43
  ## Phase 1 — Load, Parse & Size Filter
44
 
 
12
  size_categories:
13
  - 1K<n<10K
14
  ---
15
+ # Discord Dialogues Filtered
16
 
17
+ I filtered the [`mookiezi/Discord-Dialogues`](https://huggingface.co/datasets/mookiezi/Discord-Dialogues) dataset to obtain only high-quality english conversation examples for fine-tuning or other analytical tasks.
18
+
19
+ The total data set went from **7,303,464** rows to **2,208** rows after strict filtering to remove the following:
20
+ - Low conversation turns or short conversations
21
+ - Non-English conversations
22
+ - Duplicate conversations
23
+ - Spammy/Repetitive conversations
24
+ - Filler words
25
 
26
+ ## Dataset Statistics
27
 
28
  | Metric | Total | Avg / row | Median / row |
29
  |---|---|---|---|
 
37
 
38
  **Role balance:** 7,465 user turns (46.9%) vs 8,467 assistant turns (53.1%) across 15,932 total turns.
39
 
 
 
 
 
 
 
 
 
 
40
  # Rules
41
  ## Phase 1 — Load, Parse & Size Filter
42