Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
- he
|
| 8 |
+
tags:
|
| 9 |
+
- chemistry
|
| 10 |
+
- finance
|
| 11 |
+
- art
|
| 12 |
+
- climate
|
| 13 |
+
- agent
|
| 14 |
+
- synthetic
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
# ๐ฌ MCGPT-1: Massive Reddit Interaction Dataset
|
| 19 |
+
|
| 20 |
+
This dataset contains high-quality conversational data extracted and filtered from Minecraft-related discussions on Reddit. It is a key component in giving **MCGPT-1** its human-like personality.
|
| 21 |
+
|
| 22 |
+
## ๐ Dataset Statistics
|
| 23 |
+
* **Total Tokens:** 20,360 ๐ช
|
| 24 |
+
* **Total Lines:** 36 (High-density, long-form discussions) ๐
|
| 25 |
+
* **Focus:** Community discussions, player advice, and Minecraft-specific social interaction.
|
| 26 |
+
|
| 27 |
+
## ๐ฏ Purpose
|
| 28 |
+
While the Mega Dataset provides the "facts," this dataset provides the **"context."** It helps the model understand:
|
| 29 |
+
1. How players ask questions.
|
| 30 |
+
2. The tone and slang used in the Minecraft community.
|
| 31 |
+
3. Complex problem-solving through community threads.
|
| 32 |
+
|
| 33 |
+
## ๐ง Why is it small but powerful?
|
| 34 |
+
Each entry in this dataset represents a deep thread of information. With over 20,000 tokens in just 36 entries, the model learns to handle long-context windows and maintain a consistent conversational flow.
|
| 35 |
+
|
| 36 |
+
## ๐ How to use
|
| 37 |
+
This dataset should be used during the **Pre-training** or **Late Pre-training** phase to "soften" the model's technical knowledge with natural language patterns.
|
| 38 |
+
|
| 39 |
+
---
|
| 40 |
+
**Maintained by:** ืจืืืื (Raziel) @ TopAI-IL
|
| 41 |
+
**Project:** MCGPT-1 Development
|