sukantan commited on
Commit
21e40b8
1 Parent(s): 63586ba

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: section_href
5
+ dtype: string
6
+ - name: act_enactment_date
7
+ dtype: timestamp[s]
8
+ - name: act_short_title
9
+ dtype: string
10
+ - name: act_long_title
11
+ dtype: string
12
+ - name: act_id
13
+ dtype: string
14
+ - name: ministry
15
+ dtype: string
16
+ - name: section_number
17
+ dtype: string
18
+ - name: section_title
19
+ dtype: string
20
+ - name: section_content
21
+ dtype: string
22
+ - name: section_part_no
23
+ dtype: string
24
+ - name: section_part
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 172663239
29
+ num_examples: 45054
30
+ download_size: 36667169
31
+ dataset_size: 172663239
32
+ ---
33
+ # Dataset Card for "nyaya-acts"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)