louisbrulenaudet
commited on
Commit
•
c7fca05
1
Parent(s):
119b6d7
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,13 +1,18 @@
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- fr
|
4 |
-
license: apache-2.0
|
5 |
multilinguality:
|
6 |
- monolingual
|
7 |
-
|
8 |
-
-
|
|
|
|
|
|
|
|
|
9 |
source_datasets:
|
10 |
- original
|
|
|
11 |
task_categories:
|
12 |
- text-generation
|
13 |
- table-question-answering
|
@@ -15,112 +20,10 @@ task_categories:
|
|
15 |
- text-retrieval
|
16 |
- question-answering
|
17 |
- text-classification
|
18 |
-
|
19 |
-
|
20 |
-
- finetuning
|
21 |
-
- legal
|
22 |
-
- french law
|
23 |
-
- droit français
|
24 |
-
- Code du service national
|
25 |
-
configs:
|
26 |
-
- config_name: default
|
27 |
-
data_files:
|
28 |
-
- split: train
|
29 |
-
path: data/train-*
|
30 |
-
dataset_info:
|
31 |
-
features:
|
32 |
-
- name: ref
|
33 |
-
dtype: string
|
34 |
-
- name: title_main
|
35 |
-
dtype: string
|
36 |
-
- name: texte
|
37 |
-
dtype: string
|
38 |
-
- name: dateDebut
|
39 |
-
dtype: int64
|
40 |
-
- name: dateFin
|
41 |
-
dtype: int64
|
42 |
-
- name: num
|
43 |
-
dtype: string
|
44 |
-
- name: id
|
45 |
-
dtype: string
|
46 |
-
- name: cid
|
47 |
-
dtype: string
|
48 |
-
- name: type
|
49 |
-
dtype: string
|
50 |
-
- name: etat
|
51 |
-
dtype: string
|
52 |
-
- name: nota
|
53 |
-
dtype: string
|
54 |
-
- name: version_article
|
55 |
-
dtype: string
|
56 |
-
- name: ordre
|
57 |
-
dtype: int64
|
58 |
-
- name: conditionDiffere
|
59 |
-
dtype: 'null'
|
60 |
-
- name: infosComplementaires
|
61 |
-
dtype: 'null'
|
62 |
-
- name: surtitre
|
63 |
-
dtype: 'null'
|
64 |
-
- name: nature
|
65 |
-
dtype: string
|
66 |
-
- name: texteHtml
|
67 |
-
dtype: string
|
68 |
-
- name: dateFinExtension
|
69 |
-
dtype: int64
|
70 |
-
- name: versionPrecedente
|
71 |
-
dtype: string
|
72 |
-
- name: refInjection
|
73 |
-
dtype: string
|
74 |
-
- name: idTexte
|
75 |
-
dtype: 'null'
|
76 |
-
- name: idTechInjection
|
77 |
-
dtype: string
|
78 |
-
- name: origine
|
79 |
-
dtype: string
|
80 |
-
- name: dateDebutExtension
|
81 |
-
dtype: int64
|
82 |
-
- name: idEliAlias
|
83 |
-
dtype: 'null'
|
84 |
-
- name: cidTexte
|
85 |
-
dtype: 'null'
|
86 |
-
- name: sectionParentId
|
87 |
-
dtype: string
|
88 |
-
- name: multipleVersions
|
89 |
-
dtype: bool
|
90 |
-
- name: comporteLiensSP
|
91 |
-
dtype: bool
|
92 |
-
- name: sectionParentTitre
|
93 |
-
dtype: string
|
94 |
-
- name: infosRestructurationBranche
|
95 |
-
dtype: 'null'
|
96 |
-
- name: idEli
|
97 |
-
dtype: 'null'
|
98 |
-
- name: sectionParentCid
|
99 |
-
dtype: string
|
100 |
-
- name: numeroBo
|
101 |
-
dtype: 'null'
|
102 |
-
- name: infosRestructurationBrancheHtml
|
103 |
-
dtype: 'null'
|
104 |
-
- name: historique
|
105 |
-
dtype: 'null'
|
106 |
-
- name: infosComplementairesHtml
|
107 |
-
dtype: 'null'
|
108 |
-
- name: renvoi
|
109 |
-
dtype: 'null'
|
110 |
-
- name: fullSectionsTitre
|
111 |
-
dtype: string
|
112 |
-
- name: notaHtml
|
113 |
-
dtype: string
|
114 |
-
- name: inap
|
115 |
-
dtype: 'null'
|
116 |
-
splits:
|
117 |
-
- name: train
|
118 |
-
num_bytes: 1592481
|
119 |
-
num_examples: 624
|
120 |
-
download_size: 404441
|
121 |
-
dataset_size: 1592481
|
122 |
---
|
123 |
-
# Code du service national, non-instruct (2024-09-
|
124 |
|
125 |
The objective of this project is to provide researchers, professionals and law students with simplified, up-to-date access to all French legal texts, enriched with a wealth of data to facilitate their integration into Community and European projects.
|
126 |
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
language:
|
4 |
- fr
|
|
|
5 |
multilinguality:
|
6 |
- monolingual
|
7 |
+
tags:
|
8 |
+
- finetuning
|
9 |
+
- legal
|
10 |
+
- french law
|
11 |
+
- droit français
|
12 |
+
- Code du service national
|
13 |
source_datasets:
|
14 |
- original
|
15 |
+
pretty_name: Code du service national
|
16 |
task_categories:
|
17 |
- text-generation
|
18 |
- table-question-answering
|
|
|
20 |
- text-retrieval
|
21 |
- question-answering
|
22 |
- text-classification
|
23 |
+
size_categories:
|
24 |
+
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
+
# Code du service national, non-instruct (2024-09-29)
|
27 |
|
28 |
The objective of this project is to provide researchers, professionals and law students with simplified, up-to-date access to all French legal texts, enriched with a wealth of data to facilitate their integration into Community and European projects.
|
29 |
|