Datasets:
Formats:
parquet
Languages:
French
Size:
< 1K
Tags:
finetuning
legal
french law
droit français
Code de la Légion d'honneur, de la Médaille militaire et de l'ordre national du Mérite
License:
louisbrulenaudet
commited on
Upload dataset
Browse files- README.md +149 -10
- data/train-00000-of-00001.parquet +1 -1
README.md
CHANGED
@@ -1,18 +1,13 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
language:
|
4 |
- fr
|
|
|
5 |
multilinguality:
|
6 |
- monolingual
|
7 |
-
|
8 |
-
-
|
9 |
-
- legal
|
10 |
-
- french law
|
11 |
-
- droit français
|
12 |
-
- Code de la Légion d'honneur, de la Médaille militaire et de l'ordre national du Mérite
|
13 |
source_datasets:
|
14 |
- original
|
15 |
-
pretty_name: Code de la Légion d'honneur, de la Médaille militaire et de l'ordre national du Mérite
|
16 |
task_categories:
|
17 |
- text-generation
|
18 |
- table-question-answering
|
@@ -20,8 +15,152 @@ task_categories:
|
|
20 |
- text-retrieval
|
21 |
- question-answering
|
22 |
- text-classification
|
23 |
-
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
# Code de la Légion d'honneur, de la Médaille militaire et de l'ordre national du Mérite, non-instruct (2025-01-13)
|
27 |
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- fr
|
4 |
+
license: apache-2.0
|
5 |
multilinguality:
|
6 |
- monolingual
|
7 |
+
size_categories:
|
8 |
+
- 1K<n<10K
|
|
|
|
|
|
|
|
|
9 |
source_datasets:
|
10 |
- original
|
|
|
11 |
task_categories:
|
12 |
- text-generation
|
13 |
- table-question-answering
|
|
|
15 |
- text-retrieval
|
16 |
- question-answering
|
17 |
- text-classification
|
18 |
+
pretty_name: Code de la Légion d'honneur, de la Médaille militaire et de l'ordre national
|
19 |
+
du Mérite
|
20 |
+
tags:
|
21 |
+
- finetuning
|
22 |
+
- legal
|
23 |
+
- french law
|
24 |
+
- droit français
|
25 |
+
- Code de la Légion d'honneur, de la Médaille militaire et de l'ordre national du
|
26 |
+
Mérite
|
27 |
+
configs:
|
28 |
+
- config_name: default
|
29 |
+
data_files:
|
30 |
+
- split: train
|
31 |
+
path: data/train-*
|
32 |
+
dataset_info:
|
33 |
+
features:
|
34 |
+
- name: ref
|
35 |
+
dtype: string
|
36 |
+
- name: title_main
|
37 |
+
dtype: string
|
38 |
+
- name: texte
|
39 |
+
dtype: string
|
40 |
+
- name: dateDebut
|
41 |
+
dtype: int64
|
42 |
+
- name: dateFin
|
43 |
+
dtype: int64
|
44 |
+
- name: num
|
45 |
+
dtype: string
|
46 |
+
- name: id
|
47 |
+
dtype: string
|
48 |
+
- name: cid
|
49 |
+
dtype: string
|
50 |
+
- name: type
|
51 |
+
dtype: string
|
52 |
+
- name: etat
|
53 |
+
dtype: string
|
54 |
+
- name: nota
|
55 |
+
dtype: string
|
56 |
+
- name: version_article
|
57 |
+
dtype: string
|
58 |
+
- name: ordre
|
59 |
+
dtype: int64
|
60 |
+
- name: conditionDiffere
|
61 |
+
dtype: 'null'
|
62 |
+
- name: infosComplementaires
|
63 |
+
dtype: 'null'
|
64 |
+
- name: surtitre
|
65 |
+
dtype: 'null'
|
66 |
+
- name: nature
|
67 |
+
dtype: string
|
68 |
+
- name: texteHtml
|
69 |
+
dtype: string
|
70 |
+
- name: dateFinExtension
|
71 |
+
dtype: int64
|
72 |
+
- name: versionPrecedente
|
73 |
+
dtype: string
|
74 |
+
- name: refInjection
|
75 |
+
dtype: string
|
76 |
+
- name: idTexte
|
77 |
+
dtype: 'null'
|
78 |
+
- name: idTechInjection
|
79 |
+
dtype: string
|
80 |
+
- name: origine
|
81 |
+
dtype: string
|
82 |
+
- name: dateDebutExtension
|
83 |
+
dtype: int64
|
84 |
+
- name: idEliAlias
|
85 |
+
dtype: 'null'
|
86 |
+
- name: cidTexte
|
87 |
+
dtype: 'null'
|
88 |
+
- name: sectionParentId
|
89 |
+
dtype: string
|
90 |
+
- name: multipleVersions
|
91 |
+
dtype: bool
|
92 |
+
- name: comporteLiensSP
|
93 |
+
dtype: bool
|
94 |
+
- name: sectionParentTitre
|
95 |
+
dtype: string
|
96 |
+
- name: infosRestructurationBranche
|
97 |
+
dtype: 'null'
|
98 |
+
- name: idEli
|
99 |
+
dtype: 'null'
|
100 |
+
- name: sectionParentCid
|
101 |
+
dtype: string
|
102 |
+
- name: numeroBo
|
103 |
+
dtype: 'null'
|
104 |
+
- name: infosRestructurationBrancheHtml
|
105 |
+
dtype: 'null'
|
106 |
+
- name: historique
|
107 |
+
dtype: 'null'
|
108 |
+
- name: infosComplementairesHtml
|
109 |
+
dtype: 'null'
|
110 |
+
- name: renvoi
|
111 |
+
dtype: 'null'
|
112 |
+
- name: fullSectionsTitre
|
113 |
+
dtype: string
|
114 |
+
- name: notaHtml
|
115 |
+
dtype: string
|
116 |
+
- name: inap
|
117 |
+
dtype: 'null'
|
118 |
+
- name: lienCitations
|
119 |
+
list:
|
120 |
+
- name: articleId
|
121 |
+
dtype: string
|
122 |
+
- name: articleNum
|
123 |
+
dtype: string
|
124 |
+
- name: dateDebut
|
125 |
+
dtype: int64
|
126 |
+
- name: datePubli
|
127 |
+
dtype: int64
|
128 |
+
- name: linkOrientation
|
129 |
+
dtype: string
|
130 |
+
- name: linkType
|
131 |
+
dtype: string
|
132 |
+
- name: natureText
|
133 |
+
dtype: string
|
134 |
+
- name: numTexte
|
135 |
+
dtype: string
|
136 |
+
- name: parentCid
|
137 |
+
dtype: 'null'
|
138 |
+
- name: textCid
|
139 |
+
dtype: string
|
140 |
+
- name: textTitle
|
141 |
+
dtype: string
|
142 |
+
- name: lienAutres
|
143 |
+
list:
|
144 |
+
- name: articleId
|
145 |
+
dtype: string
|
146 |
+
- name: articleNum
|
147 |
+
dtype: string
|
148 |
+
- name: linkOrientation
|
149 |
+
dtype: string
|
150 |
+
- name: linkType
|
151 |
+
dtype: string
|
152 |
+
- name: natureText
|
153 |
+
dtype: string
|
154 |
+
- name: textCid
|
155 |
+
dtype: string
|
156 |
+
- name: textTitle
|
157 |
+
dtype: string
|
158 |
+
splits:
|
159 |
+
- name: train
|
160 |
+
num_bytes: 421333
|
161 |
+
num_examples: 224
|
162 |
+
download_size: 148103
|
163 |
+
dataset_size: 421333
|
164 |
---
|
165 |
# Code de la Légion d'honneur, de la Médaille militaire et de l'ordre national du Mérite, non-instruct (2025-01-13)
|
166 |
|
data/train-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 148103
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa9ed5820709be7b1fe80b405e41b8abba50caab1cb85c4762650f47a1903f1e
|
3 |
size 148103
|