JAYASREESS commited on
Commit
631fc30
·
verified ·
1 Parent(s): 65a0cb4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -10
README.md CHANGED
@@ -1,15 +1,61 @@
1
  ---
2
- license: mpl-2.0
 
 
3
  task_categories:
4
  - text-classification
5
  - token-classification
6
- - summarization
7
- - zero-shot-classification
8
- language:
9
- - en
10
- tags:
11
- - legal
12
- pretty_name: legal deed
13
  size_categories:
14
- - 100K<n<1M
15
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: cc-by-4.0
5
  task_categories:
6
  - text-classification
7
  - token-classification
8
+ pretty_name: Clean Sale Deed PDF Dataset
 
 
 
 
 
 
9
  size_categories:
10
+ - 1K<n<10K
11
+ ---
12
+
13
+ # Clean Sale Deed PDF Dataset
14
+
15
+ ## Dataset Description
16
+ This dataset contains legal property sale deed documents in PDF format.
17
+ The documents include structured legal content such as seller/buyer information, survey number, land details, witnesses, and property value.
18
+
19
+ This dataset can be used for:
20
+ - Document understanding
21
+ - OCR + NLP training
22
+ - Named Entity Recognition (NER)
23
+ - Legal document summarization
24
+ - Key information extraction
25
+
26
+ ## Dataset Format
27
+ - File type: PDF
28
+ - Language: English (translated legal text)
29
+ - Domain: Legal / Property Documentation
30
+
31
+ ## Data Fields (Information Available)
32
+ The PDF contains:
33
+ - Date of deed
34
+ - Location (District, Taluk, Village)
35
+ - Party names
36
+ - Aadhaar numbers
37
+ - Land survey number
38
+ - Area (hectares/acres)
39
+ - Sale amount
40
+ - Market value
41
+ - Witness details
42
+
43
+ ## Use Cases
44
+ - Train models for legal document extraction
45
+ - Build automated land deed parsing systems
46
+ - Fine-tuning LLMs for Indian legal document Q&A
47
+
48
+ ## Dataset Source
49
+ The dataset is collected from property sale deed document format.
50
+
51
+ ## Citation
52
+ If you use this dataset, please cite:
53
+
54
+ ```bibtex
55
+ @dataset{clean_sale_deed_2026,
56
+ author = {Jayasree},
57
+ title = {Clean Sale Deed PDF Dataset},
58
+ year = {2026},
59
+ publisher = {Hugging Face},
60
+ url = {https://huggingface.co/datasets/USERNAME/DATASETNAME}
61
+ }