ag_news / README.md
Marcio Monteiro
fix: features for configs
ce097d8
|
raw
history blame
1.75 kB

language:

  • en task_categories:
  • text-classification

configs:

  • config_name: original data_files:

    • split: complete path: "data/all/train.csv" default: true features:
    • name: source dtype: string
    • name: url dtype: string
    • name: title dtype: string
    • name: image dtype: string
    • name: category dtype: string
    • name: description dtype: string
    • name: rank dtype: int32
    • name: pubdate dtype: string
    • name: text dtype: string
    • name: label dtype: class_label: names: '0': Business '1': Entertainment '2': Europe '3': Health '4': Italia '5': Music Feeds '6': Sci/Tech '7': Software and Developement '8': Sports '9': Toons '10': Top News '11': Top Stories '12': U.S. '13': World
  • config_name: top4-balanced data_files:

    • split: complete path: "data/top4-balanced/train.csv" features:
    • name: source dtype: string
    • name: url dtype: string
    • name: title dtype: string
    • name: image dtype: string
    • name: category dtype: string
    • name: description dtype: string
    • name: rank dtype: int32
    • name: pubdate dtype: string
    • name: text dtype: string
    • name: label dtype: class_label: names: '0': Business '1': Entertainment '2': Europe '3': Health '4': Italia '5': Music Feeds '6': Sci/Tech '7': Software and Developement '8': Sports '9': Toons '10': Top News '11': Top Stories '12': U.S. '13': World