CoolFace
Datasetpublic

BEE-spoke-data/code-tutorials-en

Dataset Card for "code-tutorials-en" en only 100 words or more reading ease of 50 or more DatasetDict({ train: Dataset({ features: ['text', 'url', 'dump', 'source', 'word_count', 'flesch_reading_ease'], num_rows: 223162 }) validation: Dataset({ features: ['text', 'url', 'dump', 'source', 'word_count', 'flesch_reading_ease'], num_rows: 5873 }) test: Dataset({ features: ['text', 'url', 'dump', 'source', 'word_count'… See the full description on the dataset page: https://huggingface.co/datasets/BEE-spoke-data/code-tutorials-en.

sourceHugging Faceodc-byupdated 9mo agoView on Hugging Face
1likes110downloads
Dataset Card

Dataset Card for "code-tutorials-en"

  • en only
  • 100 words or more
  • reading ease of 50 or more
DatasetDict({
    train: Dataset({
        features: ['text', 'url', 'dump', 'source', 'word_count', 'flesch_reading_ease'],
        num_rows: 223162
    })
    validation: Dataset({
        features: ['text', 'url', 'dump', 'source', 'word_count', 'flesch_reading_ease'],
        num_rows: 5873
    })
    test: Dataset({
        features: ['text', 'url', 'dump', 'source', 'word_count', 'flesch_reading_ease'],
        num_rows: 5873
    })
})