hac541309 commited on
Commit
b762663
1 Parent(s): c094dbc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,5 +1,24 @@
1
  ---
2
  license: gpl-3.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
  This dataset is built from the open source data accompanying ["An Open Dataset and Model for Language Identification" (Burchell et al., 2023)](https://arxiv.org/abs/2305.13820)
5
 
 
1
  ---
2
  license: gpl-3.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: src
11
+ dtype: string
12
+ - name: lang
13
+ dtype: string
14
+ - name: text
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 22252479269
19
+ num_examples: 121165423
20
+ download_size: 16613737659
21
+ dataset_size: 22252479269
22
  ---
23
  This dataset is built from the open source data accompanying ["An Open Dataset and Model for Language Identification" (Burchell et al., 2023)](https://arxiv.org/abs/2305.13820)
24