KurtMica commited on
Commit
6bb0321
1 Parent(s): bfc753f

Merge one-hot labels into single feature.

Browse files
README.md CHANGED
@@ -1,4 +1,12 @@
1
  ---
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: url
@@ -9,60 +17,48 @@ dataset_info:
9
  dtype: string
10
  - name: text
11
  dtype: string
12
- - name: Court
13
- dtype: int64
14
- - name: Covid
15
- dtype: int64
16
- - name: Culture
17
- dtype: int64
18
- - name: EU
19
- dtype: int64
20
- - name: Economy
21
- dtype: int64
22
- - name: Education
23
- dtype: int64
24
- - name: Entertainment
25
- dtype: int64
26
- - name: Environment
27
- dtype: int64
28
- - name: Health
29
- dtype: int64
30
- - name: Immigration
31
- dtype: int64
32
- - name: International
33
- dtype: int64
34
- - name: Opinion
35
- dtype: int64
36
- - name: Politics
37
- dtype: int64
38
- - name: Religion
39
- dtype: int64
40
- - name: Social
41
- dtype: int64
42
- - name: Sports
43
- dtype: int64
44
- - name: Transport
45
- dtype: int64
46
  splits:
47
  - name: train
48
- num_bytes: 21018894
49
  num_examples: 10784
50
  - name: validation
51
- num_bytes: 4566883
52
  num_examples: 2293
53
  - name: test
54
- num_bytes: 4840844
55
  num_examples: 2297
56
- download_size: 16607591
57
- dataset_size: 30426621
58
- license: cc-by-nc-sa-4.0
59
- task_categories:
60
- - text-classification
61
- language:
62
- - mt
63
- pretty_name: Maltese News Categories
64
- size_categories:
65
- - 10K<n<100K
 
66
  ---
67
  # Maltese News Categories
68
 
 
1
  ---
2
+ language:
3
+ - mt
4
+ license: cc-by-nc-sa-4.0
5
+ size_categories:
6
+ - 10K<n<100K
7
+ task_categories:
8
+ - text-classification
9
+ pretty_name: Maltese News Categories
10
  dataset_info:
11
  features:
12
  - name: url
 
17
  dtype: string
18
  - name: text
19
  dtype: string
20
+ - name: labels
21
+ sequence:
22
+ class_label:
23
+ names:
24
+ '0': court
25
+ '1': covid
26
+ '2': culture
27
+ '3': eu
28
+ '4': economy
29
+ '5': education
30
+ '6': entertainment
31
+ '7': environment
32
+ '8': health
33
+ '9': immigration
34
+ '10': international
35
+ '11': opinion
36
+ '12': politics
37
+ '13': religion
38
+ '14': social
39
+ '15': sports
40
+ '16': transport
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  splits:
42
  - name: train
43
+ num_bytes: 19700614
44
  num_examples: 10784
45
  - name: validation
46
+ num_bytes: 4286743
47
  num_examples: 2293
48
  - name: test
49
+ num_bytes: 4560168
50
  num_examples: 2297
51
+ download_size: 16511339
52
+ dataset_size: 28547525
53
+ configs:
54
+ - config_name: default
55
+ data_files:
56
+ - split: train
57
+ path: data/train-*
58
+ - split: validation
59
+ path: data/validation-*
60
+ - split: test
61
+ path: data/test-*
62
  ---
63
  # Maltese News Categories
64
 
data/{test-00000-of-00001-9ffbd893314af6d0.parquet → test-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:490fa394ec38e66e8d44011432d8a754cbd6b290108d6799ac339cc38af0de14
3
- size 2683335
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c5534ecbdbb7df3d978a672a6c1821d5d3775707798caa3ba7fec84d8656a2b
3
+ size 2664982
data/{train-00000-of-00001-9de83fb98e07ae9b.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:567cfd8bd42a42bac5b521c4405f7b4fb477fac97205cf0b477efd31fac4d7d8
3
- size 11418237
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:392b38477a0422313eea27b6a81ae5a33d40689cf0a83a590314640f63b2e26d
3
+ size 11358699
data/{validation-00000-of-00001-84625b0573faeacc.parquet → validation-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1781053a01b4a77e0a183197726b1db980602fb351890be20dee6d4bebd72187
3
- size 2506019
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:940ca3e14d2a26b6a3d91e1084f0e4212a30598533856044abd1fb93ceeeff5d
3
+ size 2487658