File size: 596 Bytes
f68d233
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: bn
    dtype: string
  - name: en
    dtype: string
  - name: merged
    dtype: string
  - name: length
    dtype: int64
  splits:
  - name: train
    num_bytes: 1305725945
    num_examples: 2379749
  - name: test
    num_bytes: 792778
    num_examples: 1000
  - name: validation
    num_bytes: 487273
    num_examples: 597
  download_size: 721412382
  dataset_size: 1307005996
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---