huff2 / README.md
siacus's picture
Upload README.md with huggingface_hub
c5cd674
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: eval
        path: data/eval-*
dataset_info:
  features:
    - name: link
      dtype: string
    - name: headline
      dtype: string
    - name: category
      dtype: string
    - name: short_description
      dtype: string
    - name: authors
      dtype: string
    - name: date
      dtype: string
    - name: id
      dtype: string
    - name: text
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': U.S. NEWS
            '1': COMEDY
            '2': PARENTING
            '3': WORLD NEWS
            '4': CULTURE & ARTS
            '5': TECH
            '6': SPORTS
            '7': ENTERTAINMENT
            '8': POLITICS
            '9': WEIRD NEWS
            '10': ENVIRONMENT
            '11': EDUCATION
            '12': CRIME
            '13': SCIENCE
            '14': WELLNESS
            '15': BUSINESS
            '16': STYLE & BEAUTY
            '17': FOOD & DRINK
            '18': MEDIA
            '19': QUEER VOICES
            '20': HOME & LIVING
            '21': WOMEN
            '22': BLACK VOICES
            '23': TRAVEL
            '24': MONEY
            '25': RELIGION
            '26': LATINO VOICES
            '27': IMPACT
            '28': WEDDINGS
            '29': COLLEGE
            '30': PARENTS
            '31': ARTS & CULTURE
            '32': STYLE
            '33': GREEN
            '34': TASTE
            '35': HEALTHY LIVING
            '36': THE WORLDPOST
            '37': GOOD NEWS
            '38': WORLDPOST
            '39': FIFTY
            '40': ARTS
            '41': DIVORCE
  splits:
    - name: train
      num_bytes: 2184054
      num_examples: 2100
    - name: test
      num_bytes: 2196326
      num_examples: 2100
    - name: eval
      num_bytes: 2196326
      num_examples: 2100
  download_size: 1979356
  dataset_size: 6576706

Dataset Card for "huff2"

More Information needed