Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    FileNotFoundError
Message:      datasets/passing2961/test-fable@7f3197584716f21cc178e7f78397997e804f3c7b/2f711833-5794-4b72-8731-e2a2406e8c78.jsonl (repository not found)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/utils/_http.py", line 761, in hf_raise_for_status
                  response.raise_for_status()
                  ~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/httpx/_models.py", line 829, in raise_for_status
                  raise HTTPStatusError(message, request=request, response=self)
              httpx.HTTPStatusError: Client error '401 Unauthorized' for url 'https://huggingface.co/api/datasets/passing2961/test-fable/revision/7f3197584716f21cc178e7f78397997e804f3c7b'
              For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/hf_file_system.py", line 252, in _repo_and_revision_exist
                  self._api.repo_info(
                  ~~~~~~~~~~~~~~~~~~~^
                      repo_id, revision=revision, repo_type=repo_type, timeout=constants.HF_HUB_ETAG_TIMEOUT
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn
                  return fn(*args, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/hf_api.py", line 3598, in repo_info
                  return method(
                      repo_id,
                  ...<4 lines>...
                      files_metadata=files_metadata,
                  )
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn
                  return fn(*args, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/hf_api.py", line 3360, in dataset_info
                  hf_raise_for_status(r)
                  ~~~~~~~~~~~~~~~~~~~^^^
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/utils/_http.py", line 835, in hf_raise_for_status
                  raise _format(RepositoryNotFoundError, message, response, repo_type=repo_type, repo_id=repo_id) from e
              huggingface_hub.errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-6a52f9a6-4c50460132c071e054d7c1dd;c0648bf0-e221-4b78-ae79-c69b19067666)
              
              Repository Not Found for url: https://huggingface.co/api/datasets/passing2961/test-fable/revision/7f3197584716f21cc178e7f78397997e804f3c7b.
              Please make sure you specified the correct `repo_id` and `repo_type`.
              If you are trying to access a private or gated repo, make sure you are authenticated and your token has the required permissions.
              For more details, see https://huggingface.co/docs/huggingface_hub/authentication
              Invalid username or password.
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
                  for item in generator(*args, **kwargs):
                              ~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 174, in _generate_tables
                  trace = trace_file.read_text(encoding="utf-8")
                File "/usr/local/lib/python3.14/pathlib/__init__.py", line 787, in read_text
                  with self.open(mode='r', encoding=encoding, errors=errors, newline=newline) as f:
                       ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/utils/file_utils.py", line 1223, in open
                  return xopen(str(self), *args, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/datasets/utils/file_utils.py", line 982, in xopen
                  file_obj = fs.open(paths[0], mode)
                File "<string>", line 3, in open
                File "/usr/local/lib/python3.14/unittest/mock.py", line 1176, in __call__
                  return self._mock_call(*args, **kwargs)
                         ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/unittest/mock.py", line 1180, in _mock_call
                  return self._execute_mock_call(*args, **kwargs)
                         ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/unittest/mock.py", line 1247, in _execute_mock_call
                  result = effect(*args, **kwargs)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 774, in wrapped
                  f = fs_open(self, urlpath, mode, *args, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/fsspec/spec.py", line 1281, in open
                  self.open(
                  ~~~~~~~~~^
                      path,
                      ^^^^^
                  ...<4 lines>...
                      **kwargs,
                      ^^^^^^^^^
                  ),
                  ^
                File "<string>", line 3, in open
                File "/usr/local/lib/python3.14/unittest/mock.py", line 1176, in __call__
                  return self._mock_call(*args, **kwargs)
                         ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/unittest/mock.py", line 1180, in _mock_call
                  return self._execute_mock_call(*args, **kwargs)
                         ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/unittest/mock.py", line 1247, in _execute_mock_call
                  result = effect(*args, **kwargs)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 774, in wrapped
                  f = fs_open(self, urlpath, mode, *args, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/fsspec/spec.py", line 1293, in open
                  f = self._open(
                      path,
                  ...<4 lines>...
                      **kwargs,
                  )
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/hf_file_system.py", line 404, in _open
                  return HfFileSystemFile(self, path, mode=mode, revision=revision, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/hf_file_system.py", line 1172, in __init__
                  self.resolved_path = fs.resolve_path(path, revision=revision)
                                       ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/hf_file_system.py", line 341, in resolve_path
                  _raise_file_not_found(path, err)
                  ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/hf_file_system.py", line 1409, in _raise_file_not_found
                  raise FileNotFoundError(msg) from err
              FileNotFoundError: datasets/passing2961/test-fable@7f3197584716f21cc178e7f78397997e804f3c7b/2f711833-5794-4b72-8731-e2a2406e8c78.jsonl (repository not found)
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

harness
string
session_id
string
prompt
string
messages
list
tools
list
metadata
unknown
sent_at
string
num_user_messages
int64
num_tool_calls
int64
trace
unknown
file_path
string
claude_code
2f711833-5794-4b72-8731-e2a2406e8c78
- You are an AI assistant iteratively improving a program to maximize its evaluation score. You have **100 turns** total. You are running inside a sandboxed container with no access to the host machine. ## Current solution `/workspace/solution.cpp` -- read it, understand it, modify it freely. ## How to evaluate ```...
[{"role":"user","content":"-\nYou are an AI assistant iteratively improving a program to maximize it(...TRUNCATED)
[{"type":"function","function":{"name":"Bash","description":"Run a shell command.","parameters":{"ty(...TRUNCATED)
{"source_file":"2f711833-5794-4b72-8731-e2a2406e8c78.jsonl","session_id":"2f711833-5794-4b72-8731-e2(...TRUNCATED)
2026-07-11T06:24:57.022Z
1
158
"{\"type\":\"queue-operation\",\"operation\":\"enqueue\",\"timestamp\":\"2026-07-11T06:24:57.008Z\",(...TRUNCATED)
2f711833-5794-4b72-8731-e2a2406e8c78.jsonl

No dataset card yet

Downloads last month
15