Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -103,13 +103,13 @@ Dataset({
|
|
| 103 |
# query individual questions
|
| 104 |
single_needle_dataset[5] # e.g., the 6th element
|
| 105 |
"""
|
| 106 |
-
{'id': 5, 'haystack': '{"
|
| 107 |
-
"
|
| 108 |
-
'values': '
|
| 109 |
-
|
| 110 |
-
'context_length': 2000, 'num_kv_pairs': 25, 'repeat_number':
|
| 111 |
-
'
|
| 112 |
-
'
|
| 113 |
"""
|
| 114 |
```
|
| 115 |
|
|
|
|
| 103 |
# query individual questions
|
| 104 |
single_needle_dataset[5] # e.g., the 6th element
|
| 105 |
"""
|
| 106 |
+
{'id': 5, 'haystack': '{"e3e70682-c209-4cac-629f-6fbed82c07cd": "f728b4fa-4248-5e3a-0a5d-2f346baa9455",
|
| 107 |
+
"eb1...": "964a870c-7c87-9b74-1d87-8f9f9cdf5a86"}', 'keys': '247a8333-f7b0-b7d2-cda8-056c3d15eef7',
|
| 108 |
+
'values': '1759edc3-72ae-2244-8b01-63c1cd9d2b7d', 'question': 'Extract the value corresponding to
|
| 109 |
+
the specified key in the JSON object. Key: "247a83...-cda8-056c3d15eef7"\n Corresponding value: ',
|
| 110 |
+
'context_length': 2000, 'num_kv_pairs': 25, 'repeat_number': 0, 'needle_depth': '50', 'num_needles': 1,
|
| 111 |
+
'needle_placement': 'depthwise', 'conditional_character': 'N/A', 'thread_length': 1,
|
| 112 |
+
'thread_direction': 'N/A', 'num_threads': 0}
|
| 113 |
"""
|
| 114 |
```
|
| 115 |
|