Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

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.

Dataset Card for fp_pt_split_hub

Dataset Summary

This dataset contains text records converted from local JSONL files. Each source record had a text field, which is exposed as the dataset's text column.

Conversion cleanup:

  • HTML character references such as &#39;, &amp;, &lt;, and &quot; are decoded.
  • Conservative text cleanup removes transcript stage tags, common YouTube boilerplate, control/replacement characters, PDF percent-space artifacts, and raw LaTeX tabular wrappers.
  • Punctuation spacing is normalized for common extraction artifacts such as A.Connella, ISSN:2153, and text.Next.

How to Load

from datasets import load_dataset

ds = load_dataset("fp_pt_split_hub")

For a local checkout, use:

from datasets import load_dataset

ds = load_dataset("/path/to/fp_pt_split_hub")

Dataset Stats

Split Rows
train 14,522
validation 147
test 75

Data Schema

Columns:

  • text

Licensing Information

License: other

Downloads last month
74