Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
File size: 570 Bytes
1f41da2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
34
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype: bool
  - name: npl_publn_id
    dtype: string
  - name: npl_type
    dtype: string
  splits:
  - name: train
    num_bytes: 613854
    num_examples: 3199
  - name: dev
    num_bytes: 77121
    num_examples: 400
  - name: test
    num_bytes: 74701
    num_examples: 400
  download_size: 606259
  dataset_size: 765676
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: dev
    path: data/dev-*
  - split: test
    path: data/test-*
---