The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    FileNotFoundError
Message:      Couldn't find a dataset script at /src/services/worker/apcl/so13m/so13m.py or any data file in the same directory. Couldn't find 'apcl/so13m' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in apcl/so13m. 
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 55, in compute_config_names_response
                  for config in sorted(get_dataset_config_names(path=dataset, token=hf_token))
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 351, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1508, in dataset_module_factory
                  raise FileNotFoundError(
              FileNotFoundError: Couldn't find a dataset script at /src/services/worker/apcl/so13m/so13m.py or any data file in the same directory. Couldn't find 'apcl/so13m' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in apcl/so13m.

Need help to make the dataset viewer work? Open a discussion for direct support.

so13m

so13m is a dataset containing 13m discussion threads from StackOverflow. The origin of the data is the StackExchange data dump from between January 2014 and December 2022. The threads cover a multitude of topics. This dataset serves as a natural language and (often) accompanying code in the domain of software engineering. Its inclusion could help downstream tasks depending on generating or understanding natural language.


so13m file list

  • so13m.pkl -- a pickle file that is a dictionary for stackoverflow's posts with key = post id and value = stackoverflow post
  • so13m.json.gz -- a compressed version of json file that is a dicrionary for stackoverflow's posts with key = post id and value = stackoverflow post
  • stackoverflow_txtfiles.pkl -- a pickle file that is a list of id of stackoverflow's post
  • train.bin; val.bin -- bin files for traning and fine-tuning models

so13m dataset details

We provide the size of our dataset in the following table:

Config Value
number of tokens 10,495,518,108
number of Stack Overflow Posts 13,071,148
megabytes after processing 16,695

We tokenize our data using scripts provided in our github repository.

Downloads last month
0
Edit dataset card

Models trained or fine-tuned on apcl/so13m