suroRitch commited on
Commit
be1b8df
·
verified ·
1 Parent(s): 2704147

Declare the L0_none config so the third arm loads

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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]