Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
This is the segmented datasets of the [SkillDiscovery](https://github.com/CraftJarvis/SkillDiscovery/) project ([arXiv](arxiv.org/abs/2503.10684)).
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
|
4 |
+
configs:
|
5 |
+
- config_name: loss_only
|
6 |
+
data_files: "boundaries.jsonl"
|
7 |
+
- config_name: loss+info
|
8 |
+
data_files: "boundaries_with_info.jsonl"
|
9 |
---
|
10 |
|
11 |
This is the segmented datasets of the [SkillDiscovery](https://github.com/CraftJarvis/SkillDiscovery/) project ([arXiv](arxiv.org/abs/2503.10684)).
|