guust-franssens commited on
Commit
76fadd1
1 Parent(s): 738efb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +143 -3
README.md CHANGED
@@ -1,3 +1,143 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Hugging Face's logo
2
+ Hugging Face
3
+ Search models, datasets, users...
4
+ Models
5
+ Datasets
6
+ Spaces
7
+ Posts
8
+ Docs
9
+ Solutions
10
+ Pricing
11
+
12
+
13
+
14
+ Hugging Face is way more fun with friends and colleagues! 🤗 Join an organization
15
+ Datasets:
16
+
17
+ guust-franssens
18
+ /
19
+ belgian-journal
20
+
21
+ like
22
+ 0
23
+ Tasks:
24
+ Text Generation
25
+ Modalities:
26
+ Text
27
+ Formats:
28
+ parquet
29
+ Languages:
30
+ French
31
+ Dutch
32
+ German
33
+ Size:
34
+ 100K - 1M
35
+ Tags:
36
+ finance
37
+ legal
38
+ Libraries:
39
+ Datasets
40
+ Dask
41
+
42
+ Croissant
43
+ License:
44
+
45
+ apache-2.0
46
+ Dataset card
47
+ Viewer
48
+ Files and versions
49
+ Community
50
+ 1
51
+ Settings
52
+ belgian-journal
53
+ /
54
+ README.md
55
+
56
+ guust-franssens's picture
57
+ guust-franssens
58
+ Update README.md
59
+ ae929dd
60
+ VERIFIED
61
+ 1 day ago
62
+ Preview
63
+ Code
64
+ |
65
+ raw
66
+
67
+ Copy download link
68
+ history
69
+ blame
70
+ edit
71
+ delete
72
+ No virus
73
+
74
+ 1.55 kB
75
+ ---
76
+ dataset_info:
77
+ features:
78
+ - name: vat
79
+ dtype: string
80
+ - name: pubid
81
+ dtype: string
82
+ - name: act_description
83
+ dtype: string
84
+ - name: company_name
85
+ dtype: string
86
+ - name: company_juridical_form
87
+ dtype: string
88
+ - name: address
89
+ dtype: string
90
+ - name: street
91
+ dtype: string
92
+ - name: zipcode
93
+ dtype: string
94
+ - name: city
95
+ dtype: string
96
+ - name: publication_date
97
+ dtype: date32
98
+ - name: publication_number
99
+ dtype: string
100
+ - name: publication_link
101
+ dtype: string
102
+ - name: text
103
+ dtype: string
104
+ - name: is_digital
105
+ dtype: bool
106
+ splits:
107
+ - name: train
108
+ num_bytes: 4848858326
109
+ num_examples: 223087
110
+ download_size: 2286830476
111
+ dataset_size: 4848858326
112
+ configs:
113
+ - config_name: default
114
+ data_files:
115
+ - split: train
116
+ path: data/train-*
117
+ license: apache-2.0
118
+ task_categories:
119
+ - text-generation
120
+ language:
121
+ - fr
122
+ - nl
123
+ - de
124
+ tags:
125
+ - finance
126
+ - legal
127
+ pretty_name: Belgian Journal (Moniteur Belge/Belgisch Staatsblad)
128
+ size_categories:
129
+ - 100K<n<1M
130
+ ---
131
+ # Dataset Description
132
+
133
+ <!-- Provide a longer summary of what this dataset is. -->
134
+
135
+ The actual data can be found here: https://huggingface.co/datasets/guust-franssens/belgian-journal
136
+ This dataset is just an empty repo to point to the main dataset due to the different languages in Belgium.
137
+
138
+ Dataset contains the metadata + the text of bylaw publications of Belgian companies on the Belgian Journal (Moniteur Belge/Belgisch Staatstblad).
139
+ This data was collected by webscraping the [Belgian Journal](https://www.ejustice.just.fgov.be/cgi_tsv/rech.pl?language=nl), for more info see: https://github.com/Guust-Franssens/belgian-journal.
140
+
141
+ - **Language(s) (NLP):** French, Dutch and a small subset German (official languages of Belgium.)
142
+ - **License:** apache-2.0
143
+