Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +45 -0
- eurlex_dump_31072025.jsonl +3 -0
.gitattributes
CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
60 |
+
eurlex_dump_31072025.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- fill-mask
|
4 |
+
language:
|
5 |
+
- de
|
6 |
+
tags:
|
7 |
+
- legal
|
8 |
+
- case_law
|
9 |
+
- german
|
10 |
+
pretty_name: EUR-Lex Case Law Dump
|
11 |
+
size_categories:
|
12 |
+
- 1K<n<10K
|
13 |
+
license: cc0-1.0
|
14 |
+
---
|
15 |
+
|
16 |
+
# German Case Law Dump
|
17 |
+
|
18 |
+
This dataset contains `3,358 documents` of European court decisions (as of `July 31, 2025`) collected from the [EUR-Lex website](https://eur-lex.europa.eu).
|
19 |
+
|
20 |
+
## Dataset Structure
|
21 |
+
|
22 |
+
- The dataset is provided in `JSONL` (JSON Lines) format.
|
23 |
+
- `Each line` represents a single case law.
|
24 |
+
|
25 |
+
## Features
|
26 |
+
|
27 |
+
Each JSON object contains the following fields:
|
28 |
+
|
29 |
+
- `Titel`: Title of the legal document
|
30 |
+
- `Untertitel`: Subtitle, if available
|
31 |
+
- `CELEX-Nummer`: Unique identifier in the CELEX database
|
32 |
+
- `Ausgangsdokument`: Original source reference
|
33 |
+
- `Verfahrensnummer`: Identifier of the legislative procedure
|
34 |
+
- `Ursprünglicher Verweis`: First reference to the document in EU registers
|
35 |
+
- `Verabschiedete Rechtsakte`: Legal acts adopted as a result of this document
|
36 |
+
- `Letzte konsolidierte Fassung`: Reference to the most recent consolidated version
|
37 |
+
- `Verfahrensstand`: Current status of the procedure
|
38 |
+
- `ECLI-Identifikator`: European Case Law Identifier (if applicable)
|
39 |
+
- `Umgesetzte(r) Rechtsakt(e)`: Legal acts implemented by this document
|
40 |
+
- `Datum des Dokuments`: Date of issue
|
41 |
+
- `Autor`: Authoring institution or body
|
42 |
+
- `In-Kraft-Indikator`: Whether the act is currently in force
|
43 |
+
- `Seitenzahl`: Number of pages
|
44 |
+
- `Fundstelle im Amtsblatt`: Citation in the Official Journal of the EU
|
45 |
+
- `Text`: Full text of the legal document
|
eurlex_dump_31072025.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f008d386c4fa2baa2644890ba46fc2c4404fa8669feb6602102fc1dce6732833
|
3 |
+
size 165181895
|