KurtMica commited on
Commit
4c9321b
1 Parent(s): 27e357a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -5
README.md CHANGED
@@ -12,20 +12,40 @@ dataset_info:
12
  - name: text_raw
13
  sequence: string
14
  - name: base_url
15
- dtype: string
 
 
 
 
 
 
 
 
 
 
16
  - name: __index_level_0__
17
  dtype: int64
18
  splits:
19
  - name: train
20
- num_bytes: 91047647
21
- num_examples: 25403
22
- download_size: 53817395
23
- dataset_size: 91047647
 
 
 
 
 
 
24
  configs:
25
  - config_name: default
26
  data_files:
27
  - split: train
28
  path: data/train-*
 
 
 
 
29
  ---
30
  # Dataset Card for "maltese_news_headlines"
31
 
 
12
  - name: text_raw
13
  sequence: string
14
  - name: base_url
15
+ dtype:
16
+ class_label:
17
+ names:
18
+ '0': inewsmalta.com
19
+ '1': netnews.com.mt
20
+ '2': newsbook.com.mt
21
+ '3': one.com.mt
22
+ '4': stradarjali.com
23
+ '5': www.gwida.mt
24
+ '6': www.illum.com.mt
25
+ '7': www.tvm.com.mt
26
  - name: __index_level_0__
27
  dtype: int64
28
  splits:
29
  - name: train
30
+ num_bytes: 63559985.55997323
31
+ num_examples: 17782
32
+ - name: validation
33
+ num_bytes: 13618465.019879542
34
+ num_examples: 3810
35
+ - name: test
36
+ num_bytes: 13622039.420147227
37
+ num_examples: 3811
38
+ download_size: 55694312
39
+ dataset_size: 90800490.0
40
  configs:
41
  - config_name: default
42
  data_files:
43
  - split: train
44
  path: data/train-*
45
+ - split: validation
46
+ path: data/validation-*
47
+ - split: test
48
+ path: data/test-*
49
  ---
50
  # Dataset Card for "maltese_news_headlines"
51