Datasets:

Modalities:
Tabular
Text
Formats:
json
Languages:
English
Size:
< 1K
Libraries:
Datasets
pandas
License:
jalling commited on
Commit
ba31c9b
1 Parent(s): 4874c97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -2,9 +2,13 @@
2
  configs:
3
  - config_name: LFAI_RAG_niah_v1
4
  data_files:
5
- - split: test
6
  path: "LFAI_RAG_niah_v1.json"
7
- default: true
 
 
 
 
8
  license: apache-2.0
9
  ---
10
 
 
2
  configs:
3
  - config_name: LFAI_RAG_niah_v1
4
  data_files:
5
+ - split: base_eval
6
  path: "LFAI_RAG_niah_v1.json"
7
+ default: true
8
+ - split: 64k_eval
9
+ path: "long_contexts/LFAI_RAG_niah_v1_64k.json"
10
+ - split: 128k_eval
11
+ path: "long_contexts/LFAI_RAG_niah_v1_128k.json"
12
  license: apache-2.0
13
  ---
14