guust-franssens
commited on
Commit
•
39c0690
1
Parent(s):
ce1e66a
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,39 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
task_categories:
|
4 |
- text-generation
|
|
|
1 |
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: vat
|
5 |
+
dtype: string
|
6 |
+
- name: pubid
|
7 |
+
dtype: string
|
8 |
+
- name: act_description
|
9 |
+
dtype: string
|
10 |
+
- name: company_name
|
11 |
+
dtype: string
|
12 |
+
- name: company_juridical_form
|
13 |
+
dtype: string
|
14 |
+
- name: address
|
15 |
+
dtype: string
|
16 |
+
- name: street
|
17 |
+
dtype: string
|
18 |
+
- name: zipcode
|
19 |
+
dtype: string
|
20 |
+
- name: city
|
21 |
+
dtype: string
|
22 |
+
- name: publication_date
|
23 |
+
dtype: date32
|
24 |
+
- name: publication_number
|
25 |
+
dtype: string
|
26 |
+
- name: publication_link
|
27 |
+
dtype: string
|
28 |
+
- name: text
|
29 |
+
dtype: string
|
30 |
+
- name: is_digital
|
31 |
+
dtype: bool
|
32 |
+
configs:
|
33 |
+
- config_name: default
|
34 |
+
data_files:
|
35 |
+
- split: train
|
36 |
+
path: data/year=*/month=*/day=*/*
|
37 |
license: apache-2.0
|
38 |
task_categories:
|
39 |
- text-generation
|