File size: 504 Bytes
109cdce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: ha
  features:
  - name: id
    dtype: string
  - name: url
    dtype: string
  - name: title
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 66591258.79943462
    num_examples: 31200
  - name: test
    num_bytes: 7399740.200565379
    num_examples: 3467
  download_size: 43203285
  dataset_size: 73990999.0
configs:
- config_name: ha
  data_files:
  - split: train
    path: ha/train-*
  - split: test
    path: ha/test-*
---