Update README.md
Browse files
README.md
CHANGED
@@ -15,31 +15,23 @@ task_categories:
|
|
15 |
- text-retrieval
|
16 |
license: openrail
|
17 |
---
|
18 |
-
# Dataset Card for Dataset
|
19 |
-
|
20 |
-
## Dataset Description
|
21 |
|
22 |
### Dataset Summary
|
23 |
-
This dataset represents a 2022 snapshot of the Supreme Court of Israel public verdicts and decisions
|
24 |
-
Overall, the dataset contains 2.68 Gb of text.
|
25 |
It can be loaded with the dataset package:
|
26 |
```
|
27 |
import datasets
|
28 |
-
data = datasets.load_dataset('
|
29 |
```
|
30 |
|
31 |
-
###
|
32 |
-
|
33 |
-
The vast majority of the documents in the database are in Hebrew. A small number of documents are in English.
|
34 |
-
|
35 |
-
## Dataset Structure
|
36 |
The dataset is a json lines file with each line corresponding to a single document and containing document identification, text and metadata.
|
37 |
|
38 |
-
|
39 |
### Data Fields
|
40 |
The file contains the following fields:
|
41 |
- Id - document id
|
42 |
-
- text - text of the document.
|
43 |
- Legal_Clauses_Found - legal clauses extracted from the text column.
|
44 |
|
45 |
### Data Splits
|
|
|
15 |
- text-retrieval
|
16 |
license: openrail
|
17 |
---
|
18 |
+
# Dataset Card for Legal_Clauses Dataset
|
|
|
|
|
19 |
|
20 |
### Dataset Summary
|
21 |
+
This dataset represents a 2022 snapshot of the Supreme Court of Israel public verdicts and decisions and the extracted legal clauses of each document.
|
|
|
22 |
It can be loaded with the dataset package:
|
23 |
```
|
24 |
import datasets
|
25 |
+
data = datasets.load_dataset('shay681/Legal_Clauses')
|
26 |
```
|
27 |
|
28 |
+
### Dataset Structure
|
|
|
|
|
|
|
|
|
29 |
The dataset is a json lines file with each line corresponding to a single document and containing document identification, text and metadata.
|
30 |
|
|
|
31 |
### Data Fields
|
32 |
The file contains the following fields:
|
33 |
- Id - document id
|
34 |
+
- text - text of the document.
|
35 |
- Legal_Clauses_Found - legal clauses extracted from the text column.
|
36 |
|
37 |
### Data Splits
|