jonathan-roberts1 commited on
Commit
327631d
·
verified ·
1 Parent(s): efdf756

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
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': '{"b8a1abcd-1a69-16c7-4da4-f9fc3c6da5d7": "1710cf53-27ac-435a-7a97-c643656412a9",
107
- "8ca...": "ff478895-5cdb-7f4c-cde9-d231c8a38e7b"}', 'keys': 'ff5a52f1-a058-85ac-7671-863c0bdbc23a',
108
- 'values': 'a5e333cb-88dc-f943-84d4-cd1f47ca7883',
109
- 'question': 'Extract the value corresponding to the specified key in the JSON object. Key: "ff5a52...-7671-863c0bdbc23a"\n Corresponding value: ',
110
- 'context_length': 2000, 'num_kv_pairs': 25, 'repeat_number': 4, 'needle_depth': '50',
111
- 'num_needles': 1, 'needle_placement': 'depthwise', 'conditional_character': 'N/A',
112
- 'thread_length': 1, 'thread_direction': 'N/A', 'num_threads': 0}
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