File size: 1,079 Bytes
92ab24b
dc116ff
b762663
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92ab24b
dc116ff
 
 
 
 
 
 
 
 
a699b0e
08e267e
dc116ff
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
---
license: gpl-3.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: src
    dtype: string
  - name: lang
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 22252479269
    num_examples: 121165423
  download_size: 16613737659
  dataset_size: 22252479269
---
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)

The repository containing the actual data can be found here : https://github.com/laurieburchell/open-lid-dataset.

The license for this recreation itself follows the original upstream dataset as GPLv3+. 

However, individual datasets within it follow [each of their own licenses.](https://github.com/laurieburchell/open-lid-dataset/blob/main/licenses.md)


Conversion to huggingface dataset and upload to hub done by [Chris Ha](https://github.com/chris-ha458)

This dataset was processed and uploaded using huggingface datasets.