Declare the L0_none config so the third arm loads
Browse files
README.md
CHANGED
|
@@ -26,6 +26,12 @@ configs:
|
|
| 26 |
path: L1_censored/train.jsonl
|
| 27 |
- split: heldout
|
| 28 |
path: L1_censored/heldout.jsonl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
---
|
| 30 |
|
| 31 |
> [!CAUTION]
|
|
|
|
| 26 |
path: L1_censored/train.jsonl
|
| 27 |
- split: heldout
|
| 28 |
path: L1_censored/heldout.jsonl
|
| 29 |
+
- config_name: L0_none
|
| 30 |
+
data_files:
|
| 31 |
+
- split: train
|
| 32 |
+
path: L0_none/train.jsonl
|
| 33 |
+
- split: heldout
|
| 34 |
+
path: L0_none/heldout.jsonl
|
| 35 |
---
|
| 36 |
|
| 37 |
> [!CAUTION]
|