Rodekool commited on
Commit
0052a34
1 Parent(s): 0d48cff

Create new file

Browse files
Files changed (1) hide show
  1. dataset_infos.json +84 -0
dataset_infos.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "Description placeholder\n",
4
+ "citation": "Citation placeholder\n",
5
+ "homepage": "https://www.rechtspraak.nl/Uitspraken/paginas/open-data.aspx",
6
+ "license": "",
7
+ "features": {
8
+ "text": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "label": {
14
+ "num_classes": 26,
15
+ "names": [
16
+ "Aanbestedingsrecht",
17
+ "Ambtenarenrecht",
18
+ "Arbeidsrecht",
19
+ "Belastingrecht",
20
+ "Bestuursprocesrecht",
21
+ "Bestuursstrafrecht",
22
+ "Burgerlijk procesrecht",
23
+ "Europees bestuursrecht",
24
+ "Europees civiel recht",
25
+ "Europees strafrecht",
26
+ "Goederenrecht",
27
+ "Insolventierecht",
28
+ "Intellectueel - eigendomsrecht",
29
+ "Internationaal privaatrecht",
30
+ "Internationaal strafrecht",
31
+ "Materieel strafrecht",
32
+ "Mededingingsrecht",
33
+ "Omgevingsrecht",
34
+ "Ondernemingsrecht",
35
+ "Penitentiair strafrecht",
36
+ "Personen - en familierecht",
37
+ "Socialezekerheidsrecht",
38
+ "Strafprocesrecht",
39
+ "Verbintenissenrecht",
40
+ "Volkenrecht",
41
+ "Vreemdelingenrecht"
42
+ ],
43
+ "names_file": null,
44
+ "id": null,
45
+ "_type": "ClassLabel"
46
+ }
47
+ },
48
+ "supervised_keys": null,
49
+ "builder_name": "ornl20",
50
+ "config_name": "default",
51
+ "version": {
52
+ "version_str": "0.0.0",
53
+ "description": null,
54
+ "nlp_version_to_prepare": null,
55
+ "major": 0,
56
+ "minor": 0,
57
+ "patch": 0
58
+ },
59
+ "splits": {
60
+ "train": {
61
+ "name": "train",
62
+ "num_bytes": 547870860,
63
+ "num_examples": 138888,
64
+ "dataset_name": "ornl20"
65
+ },
66
+ "test": {
67
+ "name": "test",
68
+ "num_bytes": 137250312,
69
+ "num_examples": 34722,
70
+ "dataset_name": "ornl20"
71
+ }
72
+ },
73
+ "download_checksums": {
74
+ "https://huggingface.co/datasets/Rodekool/ornl/resolve/main/train.csv": {
75
+ "num_bytes": 547870860,
76
+ "checksum": "da5de8b25aa1eac8d2842eff450cdd56f3651e1439b36d3cd5063e67c2aea16f"
77
+ },
78
+ "https://huggingface.co/datasets/Rodekool/ornl/resolve/main/test.csv": {
79
+ "num_bytes": 137250312,
80
+ "checksum": "07b1ea18e26ce631c8297d8aa1e784f1e3230cd0b86a989fa60bb9b92e53700e"
81
+ }
82
+ }
83
+ }
84
+ }