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/recapper/Course_summaries_dataset/Course_summaries_dataset.py or any data file in the same directory. Couldn't find 'recapper/Course_summaries_dataset' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in recapper/Course_summaries_dataset. 
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/recapper/Course_summaries_dataset/Course_summaries_dataset.py or any data file in the same directory. Couldn't find 'recapper/Course_summaries_dataset' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in recapper/Course_summaries_dataset.

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

About Dataset

The dataset consists of data from a bunch of youtube videos ranging from videos from fastai lessons, FSDL lesson to random videos teaching something. In total this dataset contains 600 chapter markers in youtube and contains 25, 000 lesson transcript.

This dataset can be used for NLP tasks like summarization, topic segmentation etc. You can refer to some of the models we have trained with this dataset in github repo link for Full stack deep learning 2022 projects.

Downloads last month
10