Update README.md
Browse files
README.md
CHANGED
|
@@ -24,8 +24,10 @@ tags:
|
|
| 24 |
|
| 25 |
This repository hosts both the raw/processed pre-training data and the instruction-following datasets used for supervised fine-tuning (SFT).
|
| 26 |
|
|
|
|
| 27 |
---
|
| 28 |
|
|
|
|
| 29 |
## 📊 Dataset Summary
|
| 30 |
|
| 31 |
* **Total Token Count:** ~300 Billion tokens
|
|
@@ -49,7 +51,7 @@ This subset contains the bulk of the 300B tokens used for the foundational train
|
|
| 49 |
|
| 50 |
### 2. `fine-tune` (Instruction/SFT Corpus)
|
| 51 |
A curated subset of high-quality prompt-completion pairs formatted for dialogue and instruction following.
|
| 52 |
-
* **ChatML Format Ready:** The data structure natively aligns with standard ChatML prompt templates (`<|bos|>`, `<|
|
| 53 |
* **Tasks:** Includes physical commonsense reasoning (PIQA), general reasoning (HellaSwag), multi-task accuracy (MMLU), and Russian language understanding (XWinograd RU).
|
| 54 |
|
| 55 |
---
|
|
|
|
| 24 |
|
| 25 |
This repository hosts both the raw/processed pre-training data and the instruction-following datasets used for supervised fine-tuning (SFT).
|
| 26 |
|
| 27 |
+
# tokenizer is located at LLM_D6 in my models!
|
| 28 |
---
|
| 29 |
|
| 30 |
+
|
| 31 |
## 📊 Dataset Summary
|
| 32 |
|
| 33 |
* **Total Token Count:** ~300 Billion tokens
|
|
|
|
| 51 |
|
| 52 |
### 2. `fine-tune` (Instruction/SFT Corpus)
|
| 53 |
A curated subset of high-quality prompt-completion pairs formatted for dialogue and instruction following.
|
| 54 |
+
* **ChatML Format Ready:** The data structure natively aligns with standard ChatML prompt templates (`<|bos|>`, `<|end_of_text|>`, role definitions).
|
| 55 |
* **Tasks:** Includes physical commonsense reasoning (PIQA), general reasoning (HellaSwag), multi-task accuracy (MMLU), and Russian language understanding (XWinograd RU).
|
| 56 |
|
| 57 |
---
|