Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
Dask
License:
File size: 1,789 Bytes
2b9d710
 
e6ef6cf
0028485
e6ef6cf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2bfd736
 
 
 
 
 
 
 
 
 
 
 
ebe1630
 
 
 
 
 
 
 
 
 
 
 
aceed80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e6ef6cf
0028485
 
 
 
 
 
 
 
2bfd736
 
 
 
ebe1630
 
 
 
aceed80
 
 
 
 
 
2b9d710
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---

license: cc-by-nc-nd-4.0
dataset_info:
- config_name: default
  features:
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 678202759.44
    num_examples: 27000
  - name: val
    num_bytes: 75355862.16
    num_examples: 3000
  - name: test
    num_bytes: 188389655.4
    num_examples: 7500
  download_size: 520788766
  dataset_size: 941948277.0
- config_name: email-corpus
  features:
  - name: file
    dtype: string
  - name: message
    dtype: string
  splits:
  - name: train
    num_bytes: 1424661264
    num_examples: 517401
  download_size: 606473179
  dataset_size: 1424661264
- config_name: indic-corpus
  features:
  - name: lang_id
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 242818701
    num_examples: 11
  download_size: 105665834
  dataset_size: 242818701
- config_name: wiki-topics
  features:
  - name: article
    dtype: string
  - name: category
    dtype: string
  - name: text
    dtype: string
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 338290047
    num_examples: 8000
  - name: test
    num_bytes: 84610785
    num_examples: 2000
  download_size: 236620494
  dataset_size: 422900832
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
- config_name: email-corpus
  data_files:
  - split: train
    path: email-corpus/train-*
- config_name: indic-corpus
  data_files:
  - split: train
    path: indic-corpus/train-*
- config_name: wiki-topics
  data_files:
  - split: train
    path: wiki-topics/train-*
  - split: test
    path: wiki-topics/test-*
---