Datasets:
ltg
/

Modalities:
Text
Formats:
parquet
Languages:
Norwegian
Libraries:
Datasets
pandas
License:
norec_document / README.md
vmkhlv's picture
Upload dataset
a4b0c34 verified
|
raw
history blame
1.16 kB
metadata
dataset_info:
  - config_name: binary
    features:
      - name: id
        dtype: string
      - name: review
        dtype: string
      - name: sentiment
        dtype: int64
    splits:
      - name: train
        num_bytes: 58962251
        num_examples: 23445
      - name: validation
        num_bytes: 8684098
        num_examples: 2939
      - name: test
        num_bytes: 8823050
        num_examples: 2955
    download_size: 49890837
    dataset_size: 76469399
  - config_name: ternary
    features:
      - name: id
        dtype: string
      - name: review
        dtype: string
      - name: sentiment
        dtype: int64
    splits:
      - name: train
        num_bytes: 86258820
        num_examples: 34749
      - name: validation
        num_bytes: 12575768
        num_examples: 4348
      - name: test
        num_bytes: 12734928
        num_examples: 4340
    download_size: 72750831
    dataset_size: 111569516
configs:
  - config_name: binary
    data_files:
      - split: train
        path: binary/train-*
      - split: validation
        path: binary/validation-*
      - split: test
        path: binary/test-*
  - config_name: ternary
    data_files:
      - split: train
        path: ternary/train-*
      - split: validation
        path: ternary/validation-*
      - split: test
        path: ternary/test-*