File size: 512 Bytes
774d1bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  config_name: as
  features:
  - name: id
    dtype: string
  - name: url
    dtype: string
  - name: title
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 14738884.361971145
    num_examples: 2074
  - name: test
    num_bytes: 1641601.8744529097
    num_examples: 231
  download_size: 16083916
  dataset_size: 16380486.236424055
configs:
- config_name: as
  data_files:
  - split: train
    path: as/train-*
  - split: test
    path: as/test-*
---