Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -91,8 +91,7 @@ high_quality = ds["train"].filter(lambda x: x["quality_score"] >= 0.5)
|
|
| 91 |
### Splits
|
| 92 |
|
| 93 |
- **train** (90%): For training
|
| 94 |
-
- **test** (
|
| 95 |
-
- **validation** (5%): For validation
|
| 96 |
|
| 97 |
Splits are deterministic by repository (all files from a repo go to the same split).
|
| 98 |
|
|
|
|
| 91 |
### Splits
|
| 92 |
|
| 93 |
- **train** (90%): For training
|
| 94 |
+
- **test** (10%): For evaluation
|
|
|
|
| 95 |
|
| 96 |
Splits are deterministic by repository (all files from a repo go to the same split).
|
| 97 |
|