File size: 732 Bytes
d3cccaa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
dataset_info:
  config_name: corpus
  features:
  - name: id
    dtype: int64
  - name: reference
    dtype: string
  - name: article
    dtype: string
  - name: law_type
    dtype: string
  - name: code
    dtype: string
  - name: book
    dtype: string
  - name: part
    dtype: string
  - name: act
    dtype: string
  - name: chapter
    dtype: string
  - name: section
    dtype: string
  - name: subsection
    dtype: string
  - name: description
    dtype: string
  - name: article_english
    dtype: string
  splits:
  - name: test
    num_bytes: 49992486
    num_examples: 22633
  download_size: 17332067
  dataset_size: 49992486
configs:
- config_name: corpus
  data_files:
  - split: test
    path: corpus/test-*
---