Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,11 @@ configs:
|
|
18 |
- split: test
|
19 |
path: core.parquet
|
20 |
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
---
|
23 |
---
|
|
|
18 |
- split: test
|
19 |
path: core.parquet
|
20 |
|
21 |
+
- config_name: additional_sequential
|
22 |
+
description: Non-randomized – clear and strict sequential blocks; prove short context(token=5k-8k) can already have a strong context interference for most LLMs. Even with this well formatted data, many model's the performance still drop rapidly.
|
23 |
+
data_files:
|
24 |
+
- split: test
|
25 |
+
path: additional_sequential.parquet
|
26 |
|
27 |
---
|
28 |
---
|