File size: 506 Bytes
f4a95c2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data-*
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: text
    dtype: string
  - name: label
    dtype: int64
  - name: text_label
    dtype: string
  splits:
  - name: train
    # num_bytes: 2837777
    num_examples: 3411
  # download_size: 1426647
  # dataset_size: 2837777
license: unknown
task_categories:
- text-classification
language:
- eng
pretty_name: SatiricLR-dataset
size_categories:
- 1K<n<10K
---