Datasets:
mratanusarkar
commited on
Commit
•
46e97a9
1
Parent(s):
cd24579
add: readme
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: act_title
|
10 |
+
dtype: string
|
11 |
+
- name: section
|
12 |
+
dtype: string
|
13 |
+
- name: law
|
14 |
+
dtype: string
|
15 |
+
language:
|
16 |
+
- en
|
17 |
+
tags:
|
18 |
+
- law
|
19 |
+
- legal
|
20 |
+
- bare-acts
|
21 |
+
- India
|
22 |
+
pretty_name: Indian Laws
|
23 |
+
---
|
24 |
+
|
25 |
+
# Dataset Card for Indian Laws
|
26 |
+
|
27 |
+
This is a comprehensive collection of primary legal documents pertinent to the Indian legal system.
|
28 |
+
It is designed to serve as a foundational resource for supervised fine-tuning (SFT) to make language models, particularly those focused on legal applications tailored for Indian law.
|