debkanchan commited on
Commit
1f157e7
·
verified ·
1 Parent(s): 056b0d4

Update README.md

Browse files

This dataset contains all of the judgements made by Supreme Court of India along with url to the pdf of the judgement. This data is scraped from https://digiscr.sci.gov.in

Last updated: 8th Jan

Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -26,4 +26,31 @@ configs:
26
  data_files:
27
  - split: train
28
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
 
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  data_files:
27
  - split: train
28
  path: data/train-*
29
+ task_categories:
30
+ - text-generation
31
+ - summarization
32
+ language:
33
+ - en
34
+ tags:
35
+ - law
36
+ - india
37
+ pretty_name: Supreme Court of India Judgements
38
+ size_categories:
39
+ - 10K<n<100K
40
  ---
41
+ # Supreme Court of India Judgements
42
+
43
+ This dataset contains metadata about all of the judgements made by Supreme Court of India along with url to the pdf of the judgement.
44
+
45
+ ## Dataset Details
46
+
47
+ ### Dataset Sources
48
+
49
+ This data is scraped from Supreme Court of India's Digital Supreme Court reports website
50
+
51
+
52
+ - **DigiSCR:** [https://digiscr.sci.gov.in]
53
+
54
+ ## Uses
55
+
56
+ This dataset is aimed to help users find and process supreme court judgements without having to manually scrape themselves.