apjanco commited on
Commit
572e966
·
verified ·
1 Parent(s): 3b15191

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -40
README.md CHANGED
@@ -1,40 +1,45 @@
1
- ---
2
- license: mit
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: data/train-*
8
- dataset_info:
9
- features:
10
- - name: uuid
11
- dtype: string
12
- - name: title
13
- dtype: string
14
- - name: parties
15
- dtype: string
16
- - name: start_date
17
- dtype: string
18
- - name: end_date
19
- dtype: string
20
- - name: full_text
21
- dtype: string
22
- - name: confidentiality
23
- dtype: string
24
- - name: privacy
25
- dtype: string
26
- - name: tdm
27
- dtype: string
28
- - name: pricing
29
- dtype: string
30
- - name: content
31
- dtype: string
32
- - name: term
33
- dtype: string
34
- splits:
35
- - name: train
36
- num_bytes: 19795644
37
- num_examples: 789
38
- download_size: 7506387
39
- dataset_size: 19795644
40
- ---
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: uuid
11
+ dtype: string
12
+ - name: title
13
+ dtype: string
14
+ - name: parties
15
+ dtype: string
16
+ - name: start_date
17
+ dtype: string
18
+ - name: end_date
19
+ dtype: string
20
+ - name: full_text
21
+ dtype: string
22
+ - name: confidentiality
23
+ dtype: string
24
+ - name: privacy
25
+ dtype: string
26
+ - name: tdm
27
+ dtype: string
28
+ - name: pricing
29
+ dtype: string
30
+ - name: content
31
+ dtype: string
32
+ - name: term
33
+ dtype: string
34
+ splits:
35
+ - name: train
36
+ num_bytes: 19795644
37
+ num_examples: 789
38
+ download_size: 7506387
39
+ dataset_size: 19795644
40
+ language:
41
+ - en
42
+ ---
43
+
44
+ This is a dataset for experiments related to legal document processing. It contains 801 legal contracts from the [California Digital Libary](https://cdlib.org/services/collections/licensed/resources/redacted-license-agreements/) and [SPARC](https://sparcopen.org/our-work/big-deal-knowledge-base/contracts-library/).
45
+ The PDF files were converted to markdown using Docling. The markdown headers are used to identify sections of interest.