Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -24,45 +24,45 @@ task_ids:
|
|
24 |
- language-modeling
|
25 |
- text-classification-other
|
26 |
paperswithcode_id: french-legal-cases
|
|
|
27 |
dataset_info:
|
28 |
features:
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
|
|
|
|
55 |
splits:
|
56 |
- name: train
|
57 |
-
num_bytes:
|
58 |
-
num_examples:
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
data_files:
|
64 |
-
- split: train
|
65 |
-
path: data/train-*
|
66 |
---
|
67 |
|
68 |
# Dataset Card for French Legal Cases Dataset
|
|
|
24 |
- language-modeling
|
25 |
- text-classification-other
|
26 |
paperswithcode_id: french-legal-cases
|
27 |
+
|
28 |
dataset_info:
|
29 |
features:
|
30 |
+
- name: id
|
31 |
+
dtype: string
|
32 |
+
- name: url
|
33 |
+
dtype: string
|
34 |
+
- name: case_number
|
35 |
+
dtype: string
|
36 |
+
- name: contenu
|
37 |
+
dtype: string
|
38 |
+
- name: sommaire
|
39 |
+
dtype: string
|
40 |
+
- name: sommaire_bis
|
41 |
+
dtype: string
|
42 |
+
- name: metadata
|
43 |
+
dtype: string
|
44 |
+
- name: dataset_source
|
45 |
+
dtype: string
|
46 |
+
- name: previous_text
|
47 |
+
dtype: string
|
48 |
+
- name: current_text
|
49 |
+
dtype: string
|
50 |
+
- name: next_text
|
51 |
+
dtype: string
|
52 |
+
- name: triplet_index
|
53 |
+
dtype: int64
|
54 |
+
- name: window_index
|
55 |
+
dtype: int64
|
56 |
+
|
57 |
+
config_name: default
|
58 |
splits:
|
59 |
- name: train
|
60 |
+
num_bytes: ???
|
61 |
+
num_examples: ???
|
62 |
+
|
63 |
+
download_size: ???
|
64 |
+
dataset_size: ???
|
65 |
+
|
|
|
|
|
|
|
66 |
---
|
67 |
|
68 |
# Dataset Card for French Legal Cases Dataset
|