Sakshamrzt's picture
Update README.md
b4dfa46 verified
|
raw
history blame
4.6 kB
metadata
license: cc-by-nc-4.0
dataset_info:
  - config_name: tel
    features:
      - name: news
        dtype: string
      - name: class
        dtype:
          class_label:
            names:
              '0': entertainment
              '1': business
              '2': sports
    splits:
      - name: train
        num_bytes: 73249462
        num_examples: 19197
      - name: test
        num_bytes: 18308310
        num_examples: 4800
  - config_name: ta
    features:
      - name: news
        dtype: string
      - name: class
        dtype:
          class_label:
            names:
              '0': entertainment
              '1': politics
              '2': sports
    splits:
      - name: train
        num_bytes: 41558955
        num_examples: 9357
      - name: test
        num_bytes: 10355447
        num_examples: 2340
  - config_name: kn
    features:
      - name: news
        dtype: string
      - name: class
        dtype:
          class_label:
            names:
              '0': entertainment
              '1': lifestyle
              '2': sports
    splits:
      - name: train
        num_bytes: 30891114
        num_examples: 5999
      - name: test
        num_bytes: 126178866
        num_examples: 23998
  - config_name: gu
    features:
      - name: news
        dtype: string
      - name: class
        dtype:
          class_label:
            names:
              '0': business
              '1': entertainment
              '2': sports
    splits:
      - name: train
        num_bytes: 2976818
        num_examples: 1018
      - name: test
        num_bytes: 2976993
        num_examples: 1019
  - config_name: pa
    features:
      - name: news
        dtype: string
      - name: class
        dtype:
          class_label:
            names:
              '0': business
              '1': entertainment
              '2': sports
              '3': politics
      - name: headline
        dtype: string
    splits:
      - name: train
        num_bytes: 10049009
        num_examples: 2493
      - name: test
        num_bytes: 2544744
        num_examples: 624
  - config_name: ori
    features:
      - name: news
        dtype: string
      - name: class
        dtype:
          class_label:
            names:
              '0': business
              '1': crime
              '2': entertainment
              '3': sports
    splits:
      - name: train
        num_bytes: 76475793
        num_examples: 23997
      - name: test
        num_bytes: 19092899
        num_examples: 6000
  - config_name: mal
    features:
      - name: news
        dtype: string
      - name: class
        dtype:
          class_label:
            names:
              '0': business
              '1': entertainment
              '2': sports
              '3': technology
    splits:
      - name: train
        num_bytes: 9807838
        num_examples: 2998
      - name: test
        num_bytes: 9920993
        num_examples: 2999
  - config_name: mr
    features:
      - name: news
        dtype: string
      - name: class
        dtype:
          class_label:
            names:
              '0': entertainment
              '1': lifestyle
              '2': sports
    splits:
      - name: train
        num_bytes: 11881973
        num_examples: 2383
      - name: test
        num_bytes: 12043901
        num_examples: 2384
configs:
  - config_name: tel
    data_files:
      - split: train
        path: telugu-train.jsonl
      - split: test
        path: telugu-test.jsonl
  - config_name: ta
    data_files:
      - split: train
        path: tamil-train.jsonl
      - split: test
        path: tamil-test.jsonl
  - config_name: kn
    data_files:
      - split: train
        path: kannada-train.jsonl
      - split: test
        path: kannada-test.jsonl
  - config_name: gu
    data_files:
      - split: train
        path: gujarati-train.jsonl
      - split: test
        path: gujarati-test.jsonl
  - config_name: pa
    data_files:
      - split: train
        path: punjabi-train.jsonl
      - split: test
        path: punjabi-test.jsonl
  - config_name: ori
    data_files:
      - split: train
        path: oriya-train.jsonl
      - split: test
        path: oriya-test.jsonl
  - config_name: mal
    data_files:
      - split: train
        path: malayalam-train.jsonl
      - split: test
        path: malayalam-test.jsonl
  - config_name: mr
    data_files:
      - split: train
        path: marathi-train.jsonl
      - split: test
        path: marathi-test.jsonl
task_categories:
  - text-classification
language:
  - gu
  - pa
  - or
  - te
  - ta
  - ml
  - mr
  - kn