Update README.md
Browse files
README.md
CHANGED
|
@@ -20,8 +20,8 @@ The dataset was constructed by matching Terry Davis's video explanations (transc
|
|
| 20 |
The dataset consists of two JSONL files located in `datasets/HolyC/` (or the root `HolyC` directory depending on your setup).
|
| 21 |
|
| 22 |
### Files
|
| 23 |
-
- `train.jsonl`: Training set
|
| 24 |
-
- `validation.jsonl`: Validation set
|
| 25 |
|
| 26 |
### Schema
|
| 27 |
Each line is a JSON object representing a "training example" in a ChatML-like format.
|
|
|
|
| 20 |
The dataset consists of two JSONL files located in `datasets/HolyC/` (or the root `HolyC` directory depending on your setup).
|
| 21 |
|
| 22 |
### Files
|
| 23 |
+
- `train.jsonl`: Training set
|
| 24 |
+
- `validation.jsonl`: Validation set
|
| 25 |
|
| 26 |
### Schema
|
| 27 |
Each line is a JSON object representing a "training example" in a ChatML-like format.
|