The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    AttributeError
Message:      'dict' object has no attribute 'name'
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 361, in get_dataset_config_names
                  return list(builder_cls.builder_configs.keys()) or [dataset_module.builder_kwargs.get("config_name", "default")]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/utils/py_utils.py", line 358, in __get__
                  return self.fget.__get__(None, objtype)()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 593, in builder_configs
                  configs = {config.name: config for config in cls.BUILDER_CONFIGS}
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 593, in <dictcomp>
                  configs = {config.name: config for config in cls.BUILDER_CONFIGS}
              AttributeError: 'dict' object has no attribute 'name'

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

Ukrainian StackExchange Dataset

This repository contains a dataset collected from the Ukrainian StackExchange website. The parsed date is 02/04/2023. The dataset is in JSON format and includes text data parsed from the website https://ukrainian.stackexchange.com/.

Dataset Description

The Ukrainian StackExchange Dataset is a rich source of text data for tasks related to natural language processing, machine learning, and data mining in the Ukrainian language. The dataset contains information such as questions, answers, comments, and associated metadata from the website.

The data has been collected from the following sections of the Ukrainian StackExchange website:

Questions Answers Tags Votes

Structure

The dataset is structured as follows:

  • question: Contains information about the question
    • id: Unique identifier for the question
    • title: Title of the question
    • text: Text content of the question
    • upvoteCount: The net upvote count of the question
    • tags: List of tags associated with the question
  • answers: A list of answers for the question, each containing:
    • id: Unique identifier for the answer
    • text: Text content of the answer
    • upvoteCount: The net upvote count of the answer
    • isAccepted: A boolean value indicating whether the answer is accepted or not
  • url: The URL of the question on the Ukrainian StackExchange website

Usage

To use this dataset in your project, you can load it from the Hugging Face Hub:

from datasets import load_dataset

dataset = load_dataset("zeusfsx/ukrainian-stackexchange")

License

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

Downloads last month
8
Edit dataset card