Spaces:
Sleeping
Sleeping
Commit ·
db75776
1
Parent(s): 180e7ba
Add real dataset: 4 curriculum stage JSONL files (5MB total, 1200 HC judgments)
Browse files
.gitignore
CHANGED
|
@@ -13,8 +13,8 @@ build/
|
|
| 13 |
venv/
|
| 14 |
env/
|
| 15 |
|
| 16 |
-
# Data (
|
| 17 |
-
data/episodes/*.jsonl
|
| 18 |
|
| 19 |
# Model outputs
|
| 20 |
output/
|
|
|
|
| 13 |
venv/
|
| 14 |
env/
|
| 15 |
|
| 16 |
+
# Data (small episode JSONL files are committed for HF Spaces deployment)
|
| 17 |
+
# data/episodes/*.jsonl
|
| 18 |
|
| 19 |
# Model outputs
|
| 20 |
output/
|
data/episodes/episodes_all.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/episodes/episodes_stage_1.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/episodes/episodes_stage_2.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/episodes/episodes_stage_3.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/episodes/episodes_stage_4.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|