Upload dataset
Browse files- README.md +147 -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 des instruments monétaires et des médailles
|
| 13 |
source_datasets:
|
| 14 |
- original
|
| 15 |
-
pretty_name: Code des instruments monétaires et des médailles
|
| 16 |
task_categories:
|
| 17 |
- text-generation
|
| 18 |
- table-question-answering
|
|
@@ -20,8 +15,150 @@ task_categories:
|
|
| 20 |
- text-retrieval
|
| 21 |
- question-answering
|
| 22 |
- text-classification
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
---
|
| 26 |
# Code des instruments monétaires et des médailles, non-instruct (2025-09-20)
|
| 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 des instruments monétaires et des médailles
|
| 19 |
+
tags:
|
| 20 |
+
- finetuning
|
| 21 |
+
- legal
|
| 22 |
+
- french law
|
| 23 |
+
- droit français
|
| 24 |
+
- Code des instruments monétaires et des médailles
|
| 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 |
+
- name: lienCitations
|
| 117 |
+
list:
|
| 118 |
+
- name: articleId
|
| 119 |
+
dtype: string
|
| 120 |
+
- name: articleNum
|
| 121 |
+
dtype: string
|
| 122 |
+
- name: dateDebut
|
| 123 |
+
dtype: int64
|
| 124 |
+
- name: datePubli
|
| 125 |
+
dtype: int64
|
| 126 |
+
- name: linkOrientation
|
| 127 |
+
dtype: string
|
| 128 |
+
- name: linkType
|
| 129 |
+
dtype: string
|
| 130 |
+
- name: natureText
|
| 131 |
+
dtype: string
|
| 132 |
+
- name: numTexte
|
| 133 |
+
dtype: string
|
| 134 |
+
- name: parentCid
|
| 135 |
+
dtype: 'null'
|
| 136 |
+
- name: textCid
|
| 137 |
+
dtype: string
|
| 138 |
+
- name: textTitle
|
| 139 |
+
dtype: string
|
| 140 |
+
- name: lienAutres
|
| 141 |
+
list:
|
| 142 |
+
- name: articleId
|
| 143 |
+
dtype: string
|
| 144 |
+
- name: articleNum
|
| 145 |
+
dtype: string
|
| 146 |
+
- name: linkOrientation
|
| 147 |
+
dtype: string
|
| 148 |
+
- name: linkType
|
| 149 |
+
dtype: string
|
| 150 |
+
- name: natureText
|
| 151 |
+
dtype: string
|
| 152 |
+
- name: textCid
|
| 153 |
+
dtype: string
|
| 154 |
+
- name: textTitle
|
| 155 |
+
dtype: string
|
| 156 |
+
splits:
|
| 157 |
+
- name: train
|
| 158 |
+
num_bytes: 15167
|
| 159 |
+
num_examples: 6
|
| 160 |
+
download_size: 41199
|
| 161 |
+
dataset_size: 15167
|
| 162 |
---
|
| 163 |
# Code des instruments monétaires et des médailles, non-instruct (2025-09-20)
|
| 164 |
|
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 41199
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ab26bb04e7f4b567084075979c9883951769bd9e20aace82823e87fd3715b66
|
| 3 |
size 41199
|