amitness commited on
Commit
e7ae425
1 Parent(s): ba9d972

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: url
5
+ dtype: string
6
+ - name: title
7
+ dtype: string
8
+ - name: base_url
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
+ ---
59
+ # Dataset Card for "maltese-news-classification"
60
+
61
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)