DevelopersWeb001
commited on
Commit
·
590973b
1
Parent(s):
1a133e2
Initial commit of custom Legal Condition dataset
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Legal Condition Dataset
|
2 |
+
|
3 |
+
## Dataset Summary
|
4 |
+
|
5 |
+
This dataset contains Legal Conditions and their Advice. It's intended for training, validating, and testing text summarization models.
|
6 |
+
|
7 |
+
## Structure
|
8 |
+
|
9 |
+
- `train.json`: Training data
|
10 |
+
- `val.json`: Validation data
|
11 |
+
- `test.json`: Testing data
|
12 |
+
|
13 |
+
## Fields
|
14 |
+
|
15 |
+
- `sc`: The legal special condition text.
|
16 |
+
- `advice`: The advice of the legal special condition.
|
test.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
train.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
val.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|