Dataset Viewer
Full Screen
The dataset viewer is not available for this split.
Cannot extract the features (columns) for the split 'train' of the config 'default' of the dataset.
Error code:   FeaturesError
Exception:    EntryNotFoundError
Message:      404 Client Error. (Request ID: Root=1-678bfce4-16362bec0043fb9d14b1320d;b83d99c6-ebba-48b0-b279-c476789d917c)

Entry Not Found for url: https://huggingface.co/api/datasets/GotThatData/warp-speed/tree/1b7d6fff4b50673c378a15a2e3f029007806c9e6/arxiv?recursive=False&expand=False.
arxiv does not exist on "1b7d6fff4b50673c378a15a2e3f029007806c9e6"
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/utils/_http.py", line 406, in hf_raise_for_status
                  response.raise_for_status()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/requests/models.py", line 1024, in raise_for_status
                  raise HTTPError(http_error_msg, response=self)
              requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/api/datasets/GotThatData/warp-speed/tree/1b7d6fff4b50673c378a15a2e3f029007806c9e6/arxiv%2Fcomputational_physics?recursive=False&expand=False
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/hf_file_system.py", line 284, in ls
                  out = self._ls_tree(path, refresh=refresh, revision=revision, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/hf_file_system.py", line 375, in _ls_tree
                  for path_info in tree:
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/hf_api.py", line 3006, in list_repo_tree
                  for path_info in paginate(path=tree_url, headers=headers, params={"recursive": recursive, "expand": expand}):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/utils/_pagination.py", line 37, in paginate
                  hf_raise_for_status(r)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/utils/_http.py", line 417, in hf_raise_for_status
                  raise _format(EntryNotFoundError, message, response) from e
              huggingface_hub.errors.EntryNotFoundError: 404 Client Error. (Request ID: Root=1-678bfce4-11c933e607cd8d5b4730ffcb;ff2cc722-c0b0-46a1-93fd-ee7ca6dafd6f)
              
              Entry Not Found for url: https://huggingface.co/api/datasets/GotThatData/warp-speed/tree/1b7d6fff4b50673c378a15a2e3f029007806c9e6/arxiv%2Fcomputational_physics?recursive=False&expand=False.
              arxiv/computational_physics does not exist on "1b7d6fff4b50673c378a15a2e3f029007806c9e6"
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/utils/_http.py", line 406, in hf_raise_for_status
                  response.raise_for_status()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/requests/models.py", line 1024, in raise_for_status
                  raise HTTPError(http_error_msg, response=self)
              requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/api/datasets/GotThatData/warp-speed/tree/1b7d6fff4b50673c378a15a2e3f029007806c9e6/arxiv?recursive=False&expand=False
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 231, in compute_first_rows_from_streaming_response
                  iterable_dataset = iterable_dataset._resolve_features()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 2998, in _resolve_features
                  features = _infer_features_from_batch(self.with_format(None)._head())
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1918, in _head
                  return _examples_to_batch(list(self.take(n)))
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 2093, in __iter__
                  for key, example in ex_iterable:
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1576, in __iter__
                  for key_example in islice(self.ex_iterable, self.n - ex_iterable_num_taken):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 279, in __iter__
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 114, in _generate_tables
                  with open(file, "rb") as f:
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/streaming.py", line 75, in wrapper
                  return function(*args, download_config=download_config, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/utils/file_utils.py", line 948, in xopen
                  file_obj = fsspec.open(file, mode=mode, *args, **kwargs).open()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/fsspec/core.py", line 135, in open
                  return self.__enter__()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/fsspec/core.py", line 103, in __enter__
                  f = self.fs.open(self.path, mode=mode)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/fsspec/spec.py", line 1293, in open
                  f = self._open(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/hf_file_system.py", line 234, in _open
                  return HfFileSystemFile(self, path, mode=mode, revision=revision, block_size=block_size, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/hf_file_system.py", line 691, in __init__
                  self.details = fs.info(self.resolved_path.unresolve(), expand_info=False)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/hf_file_system.py", line 524, in info
                  self.ls(parent_path, expand_info=False)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/hf_file_system.py", line 289, in ls
                  out = self._ls_tree(self._parent(path), refresh=refresh, revision=revision, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/hf_file_system.py", line 375, in _ls_tree
                  for path_info in tree:
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/hf_api.py", line 3006, in list_repo_tree
                  for path_info in paginate(path=tree_url, headers=headers, params={"recursive": recursive, "expand": expand}):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/utils/_pagination.py", line 37, in paginate
                  hf_raise_for_status(r)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/utils/_http.py", line 417, in hf_raise_for_status
                  raise _format(EntryNotFoundError, message, response) from e
              huggingface_hub.errors.EntryNotFoundError: 404 Client Error. (Request ID: Root=1-678bfce4-16362bec0043fb9d14b1320d;b83d99c6-ebba-48b0-b279-c476789d917c)
              
              Entry Not Found for url: https://huggingface.co/api/datasets/GotThatData/warp-speed/tree/1b7d6fff4b50673c378a15a2e3f029007806c9e6/arxiv?recursive=False&expand=False.
              arxiv does not exist on "1b7d6fff4b50673c378a15a2e3f029007806c9e6"

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.

WarpSpeed Research Dataset

Dataset Summary

The WarpSpeed Research Dataset is a comprehensive collection of scientific research papers, experimental data, and theoretical materials focused on advanced propulsion concepts and physics principles inspired by Star Trek technologies. This dataset combines real-world physics research with theoretical frameworks to explore the possibilities of faster-than-light travel and advanced energy systems.

Data Collection and Preprocessing

The dataset is collected from multiple sources:

  1. Published physics research papers
  2. Theoretical physics preprints
  3. Experimental data from quantum physics labs
  4. Simulation results from advanced propulsion studies

All data undergoes rigorous preprocessing:

  • Standardization of numerical data formats
  • Validation against known physics principles
  • Quality checks for experimental results
  • Cross-referencing with established theories

Data Structure

The dataset is organized into four main categories:

  1. Quantum Physics

    • Quantum field theories
    • Quantum entanglement studies
    • Quantum tunneling experiments
    • Wave function analysis
  2. Propulsion Theory

    • Warp field mechanics
    • Space-time curvature models
    • Energy requirement calculations
    • Propulsion system designs
  3. Energy Systems

    • Matter-antimatter reactions
    • Zero-point energy studies
    • Power generation methods
    • Energy containment systems
  4. Spacetime Mechanics

    • Metric tensor calculations
    • Gravitational field analysis
    • Spacetime topology studies
    • Wormhole stability research

Instance Format

{
    "id": str,                     # Unique identifier
    "category": str,               # Research category
    "title": str,                  # Research title
    "authors": List[str],          # List of authors
    "publication_date": str,       # Publication date
    "abstract": str,               # Research abstract
    "keywords": List[str],         # Research keywords
    "data": {
        "text": str,              # Research text
        "equations": List[str],    # Mathematical equations
        "numerical_data": Dict,    # Experimental/simulation data
        "references": List[str]    # Citations and references
    },
    "metadata": {
        "quality_score": float,    # Data quality metric
        "verification_status": str, # Verification status
        "last_updated": str        # Last update timestamp
    }
}

Dataset Size

  • Total instances: 75,000
  • Text documents: 25,000
  • Numerical datasets: 35,000
  • Simulation results: 15,000

Dataset Creation

The dataset was created through:

  1. Systematic literature review
  2. Data collection from physics experiments
  3. Advanced computer simulations
  4. Theoretical calculations and analysis

Licensing Information

This dataset is released under the Creative Commons Attribution 4.0 International License (CC-BY-4.0).

Citation Information

@dataset{warpspeed_dataset_2024,
    title = {WarpSpeed Research Dataset},
    author = {GotThatData},
    year = {2024},
    publisher = {Hugging Face},
    url = {https://huggingface.co/datasets/GotThatData/warp-speed}
}

Contributions

We welcome contributions from the physics and AI research community. Please submit pull requests or issues through our GitHub repository.

Downloads last month
60