brainer commited on
Commit
2085c82
1 Parent(s): 018b7b1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md CHANGED
@@ -6,7 +6,14 @@ configs:
6
  path: data/raw-*
7
  - split: label
8
  path: data/label-*
 
 
 
 
 
 
9
  dataset_info:
 
10
  features:
11
  - name: info
12
  struct:
@@ -79,6 +86,79 @@ dataset_info:
79
  num_examples: 1000
80
  download_size: 9908098
81
  dataset_size: 21033078
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  ---
83
  # Dataset Card for "law"
84
 
 
6
  path: data/raw-*
7
  - split: label
8
  path: data/label-*
9
+ - config_name: train
10
+ data_files:
11
+ - split: raw
12
+ path: train/raw-*
13
+ - split: label
14
+ path: train/label-*
15
  dataset_info:
16
+ - config_name: default
17
  features:
18
  - name: info
19
  struct:
 
86
  num_examples: 1000
87
  download_size: 9908098
88
  dataset_size: 21033078
89
+ - config_name: train
90
+ features:
91
+ - name: info
92
+ struct:
93
+ - name: caseField
94
+ dtype: string
95
+ - name: caseNm
96
+ dtype: string
97
+ - name: caseNo
98
+ dtype: string
99
+ - name: courtNm
100
+ dtype: string
101
+ - name: detailField
102
+ dtype: string
103
+ - name: judmnAdjuDe
104
+ dtype: string
105
+ - name: qotatPrcdnt
106
+ sequence: string
107
+ - name: relateLaword
108
+ sequence: string
109
+ - name: trailField
110
+ dtype: string
111
+ - name: concerned
112
+ struct:
113
+ - name: acusr
114
+ dtype: string
115
+ - name: dedat
116
+ dtype: string
117
+ - name: org
118
+ struct:
119
+ - name: orgJdgmnAdjuDe
120
+ dtype: string
121
+ - name: orgJdgmnCaseNo
122
+ dtype: string
123
+ - name: orgJdgmnCourtNm
124
+ dtype: string
125
+ - name: disposal
126
+ struct:
127
+ - name: disposalcontent
128
+ sequence: string
129
+ - name: disposalform
130
+ dtype: string
131
+ - name: mentionedItems
132
+ struct:
133
+ - name: rqestObjet
134
+ sequence: string
135
+ - name: assrs
136
+ struct:
137
+ - name: acusrAssrs
138
+ sequence: string
139
+ - name: dedatAssrs
140
+ sequence: string
141
+ - name: facts
142
+ struct:
143
+ - name: bsisFacts
144
+ sequence: string
145
+ - name: dcss
146
+ struct:
147
+ - name: courtDcss
148
+ sequence: string
149
+ - name: close
150
+ struct:
151
+ - name: cnclsns
152
+ sequence: string
153
+ splits:
154
+ - name: raw
155
+ num_bytes: 1245935
156
+ num_examples: 107
157
+ - name: label
158
+ num_bytes: 1245935
159
+ num_examples: 107
160
+ download_size: 1217908
161
+ dataset_size: 2491870
162
  ---
163
  # Dataset Card for "law"
164