waple0820 commited on
Commit
ec7630a
·
verified ·
1 Parent(s): e7da01c

Fix LexBench-Browser public dataset loading config

Browse files

Declare explicit data_files splits so Hugging Face Datasets loads task JSONL files without reading data_info.json as data.

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