add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,45 @@ paperswithcode_id: chinese-ai-and-law-cail-2018
|
|
20 |
pretty_name: CAIL 2018
|
21 |
tags:
|
22 |
- judgement-prediction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
---
|
25 |
# Dataset Card for CAIL 2018
|
|
|
20 |
pretty_name: CAIL 2018
|
21 |
tags:
|
22 |
- judgement-prediction
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: fact
|
26 |
+
dtype: string
|
27 |
+
- name: relevant_articles
|
28 |
+
sequence: int32
|
29 |
+
- name: accusation
|
30 |
+
sequence: string
|
31 |
+
- name: punish_of_money
|
32 |
+
dtype: float32
|
33 |
+
- name: criminals
|
34 |
+
sequence: string
|
35 |
+
- name: death_penalty
|
36 |
+
dtype: bool
|
37 |
+
- name: imprisonment
|
38 |
+
dtype: float32
|
39 |
+
- name: life_imprisonment
|
40 |
+
dtype: bool
|
41 |
+
splits:
|
42 |
+
- name: exercise_contest_test
|
43 |
+
num_bytes: 41057634
|
44 |
+
num_examples: 32508
|
45 |
+
- name: exercise_contest_train
|
46 |
+
num_bytes: 220112732
|
47 |
+
num_examples: 154592
|
48 |
+
- name: exercise_contest_valid
|
49 |
+
num_bytes: 21702157
|
50 |
+
num_examples: 17131
|
51 |
+
- name: final_test
|
52 |
+
num_bytes: 44194707
|
53 |
+
num_examples: 35922
|
54 |
+
- name: first_stage_test
|
55 |
+
num_bytes: 244335194
|
56 |
+
num_examples: 217016
|
57 |
+
- name: first_stage_train
|
58 |
+
num_bytes: 1779657510
|
59 |
+
num_examples: 1710856
|
60 |
+
download_size: 984551626
|
61 |
+
dataset_size: 2351059934
|
62 |
---
|
63 |
---
|
64 |
# Dataset Card for CAIL 2018
|