Datasets:
Daily update: 21286 chunks from 21289 articles
Browse files
README.md
CHANGED
|
@@ -1,15 +1,147 @@
|
|
| 1 |
---
|
| 2 |
license: etalab-2.0
|
| 3 |
language:
|
| 4 |
-
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
size_categories:
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Open Codes
|
|
|
|
| 1 |
---
|
| 2 |
license: etalab-2.0
|
| 3 |
language:
|
| 4 |
+
- fr
|
| 5 |
tags:
|
| 6 |
+
- legal
|
| 7 |
+
- french-law
|
| 8 |
+
- embeddings
|
| 9 |
+
- legifrance
|
| 10 |
+
- mistral
|
| 11 |
size_categories:
|
| 12 |
+
- 10K<n<100K
|
| 13 |
+
configs:
|
| 14 |
+
- config_name: default
|
| 15 |
+
data_files:
|
| 16 |
+
- split: train
|
| 17 |
+
path: data/train-*
|
| 18 |
+
dataset_info:
|
| 19 |
+
features:
|
| 20 |
+
- name: chunk_text
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: embedding
|
| 23 |
+
list: float32
|
| 24 |
+
length: 1024
|
| 25 |
+
- name: id_legifrance
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: code_name
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: chunk_index
|
| 30 |
+
dtype: int32
|
| 31 |
+
- name: start_position
|
| 32 |
+
dtype: int32
|
| 33 |
+
- name: end_position
|
| 34 |
+
dtype: int32
|
| 35 |
+
- name: code
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: num
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: etat
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: fullSectionsTitre
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: article_id_legifrance
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: article_code
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: article_num
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: article_cid
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: article_idEli
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: article_idEliAlias
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: article_idTexte
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: article_cidTexte
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: article_texte
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: article_texteHtml
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: article_nota
|
| 64 |
+
dtype: string
|
| 65 |
+
- name: article_notaHtml
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: article_surtitre
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: article_historique
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: article_dateDebut
|
| 72 |
+
dtype: string
|
| 73 |
+
- name: article_dateFin
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: article_dateDebutExtension
|
| 76 |
+
dtype: string
|
| 77 |
+
- name: article_dateFinExtension
|
| 78 |
+
dtype: string
|
| 79 |
+
- name: article_etat
|
| 80 |
+
dtype: string
|
| 81 |
+
- name: article_type_article
|
| 82 |
+
dtype: string
|
| 83 |
+
- name: article_nature
|
| 84 |
+
dtype: string
|
| 85 |
+
- name: article_origine
|
| 86 |
+
dtype: string
|
| 87 |
+
- name: article_version_article
|
| 88 |
+
dtype: string
|
| 89 |
+
- name: article_versionPrecedente
|
| 90 |
+
dtype: string
|
| 91 |
+
- name: article_multipleVersions
|
| 92 |
+
dtype: bool
|
| 93 |
+
- name: article_sectionParentId
|
| 94 |
+
dtype: string
|
| 95 |
+
- name: article_sectionParentCid
|
| 96 |
+
dtype: string
|
| 97 |
+
- name: article_sectionParentTitre
|
| 98 |
+
dtype: string
|
| 99 |
+
- name: article_fullSectionsTitre
|
| 100 |
+
dtype: string
|
| 101 |
+
- name: article_ordre
|
| 102 |
+
dtype: int32
|
| 103 |
+
- name: article_partie
|
| 104 |
+
dtype: string
|
| 105 |
+
- name: article_livre
|
| 106 |
+
dtype: string
|
| 107 |
+
- name: article_titre
|
| 108 |
+
dtype: string
|
| 109 |
+
- name: article_chapitre
|
| 110 |
+
dtype: string
|
| 111 |
+
- name: article_section
|
| 112 |
+
dtype: string
|
| 113 |
+
- name: article_sous_section
|
| 114 |
+
dtype: string
|
| 115 |
+
- name: article_paragraphe
|
| 116 |
+
dtype: string
|
| 117 |
+
- name: article_infosComplementaires
|
| 118 |
+
dtype: string
|
| 119 |
+
- name: article_infosComplementairesHtml
|
| 120 |
+
dtype: string
|
| 121 |
+
- name: article_conditionDiffere
|
| 122 |
+
dtype: string
|
| 123 |
+
- name: article_infosRestructurationBranche
|
| 124 |
+
dtype: string
|
| 125 |
+
- name: article_infosRestructurationBrancheHtml
|
| 126 |
+
dtype: string
|
| 127 |
+
- name: article_renvoi
|
| 128 |
+
dtype: string
|
| 129 |
+
- name: article_comporteLiensSP
|
| 130 |
+
dtype: bool
|
| 131 |
+
- name: article_idTechInjection
|
| 132 |
+
dtype: string
|
| 133 |
+
- name: article_refInjection
|
| 134 |
+
dtype: string
|
| 135 |
+
- name: article_numeroBo
|
| 136 |
+
dtype: string
|
| 137 |
+
- name: article_inap
|
| 138 |
+
dtype: string
|
| 139 |
+
splits:
|
| 140 |
+
- name: train
|
| 141 |
+
num_bytes: 162911591
|
| 142 |
+
num_examples: 21286
|
| 143 |
+
download_size: 62190647
|
| 144 |
+
dataset_size: 162911591
|
| 145 |
---
|
| 146 |
|
| 147 |
# Open Codes
|