File size: 468 Bytes
07e6ebf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: Arabic
    dtype: string
  - name: English
    dtype: string
  splits:
  - name: train
    num_bytes: 15467913.665420653
    num_examples: 16051
  - name: test
    num_bytes: 3867219.3345793462
    num_examples: 4013
  download_size: 9835505
  dataset_size: 19335133.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---