Datasets:
ltg
/

Modalities:
Text
Formats:
parquet
Languages:
Norwegian
Libraries:
Datasets
pandas
License:
File size: 591 Bytes
61bb16d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
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
configs:
- config_name: binary
  data_files:
  - split: train
    path: binary/train-*
  - split: validation
    path: binary/validation-*
  - split: test
    path: binary/test-*
---