Fix LexBench-Browser public dataset loading config
Browse filesDeclare explicit data_files splits so Hugging Face Datasets loads task JSONL files without reading data_info.json as data.
README.md
CHANGED
|
@@ -16,6 +16,17 @@ tags:
|
|
| 16 |
- benchmark
|
| 17 |
- evaluation
|
| 18 |
- automation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
# LexBench-Browser
|
|
|
|
| 16 |
- benchmark
|
| 17 |
- evaluation
|
| 18 |
- automation
|
| 19 |
+
configs:
|
| 20 |
+
- config_name: LexBench-Browser
|
| 21 |
+
data_files:
|
| 22 |
+
- split: train
|
| 23 |
+
path: LexBench-Browser/task.jsonl
|
| 24 |
+
- split: global
|
| 25 |
+
path: LexBench-Browser/task_global.jsonl
|
| 26 |
+
- split: lexmount
|
| 27 |
+
path: LexBench-Browser/task_lexmount.jsonl
|
| 28 |
+
- split: sample50
|
| 29 |
+
path: LexBench-Browser/task_sample50.jsonl
|
| 30 |
---
|
| 31 |
|
| 32 |
# LexBench-Browser
|