louisbrulenaudet
commited on
Commit
•
709dcca
1
Parent(s):
5168d88
Upload dataset
Browse files- README.md +105 -10
- data/train-00000-of-00001.parquet +2 -2
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 général des impôts, annexe II
|
13 |
source_datasets:
|
14 |
- original
|
15 |
-
pretty_name: Code général des impôts, annexe II
|
16 |
task_categories:
|
17 |
- text-generation
|
18 |
- table-question-answering
|
@@ -20,8 +15,108 @@ task_categories:
|
|
20 |
- text-retrieval
|
21 |
- question-answering
|
22 |
- text-classification
|
23 |
-
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
# Code général des impôts, annexe II, non-instruct (2024-08-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 général des impôts, annexe II
|
19 |
+
tags:
|
20 |
+
- finetuning
|
21 |
+
- legal
|
22 |
+
- french law
|
23 |
+
- droit français
|
24 |
+
- Code général des impôts, annexe II
|
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: texte
|
35 |
+
dtype: string
|
36 |
+
- name: dateDebut
|
37 |
+
dtype: int64
|
38 |
+
- name: dateFin
|
39 |
+
dtype: int64
|
40 |
+
- name: num
|
41 |
+
dtype: string
|
42 |
+
- name: id
|
43 |
+
dtype: string
|
44 |
+
- name: cid
|
45 |
+
dtype: string
|
46 |
+
- name: type
|
47 |
+
dtype: string
|
48 |
+
- name: etat
|
49 |
+
dtype: string
|
50 |
+
- name: nota
|
51 |
+
dtype: string
|
52 |
+
- name: version_article
|
53 |
+
dtype: string
|
54 |
+
- name: ordre
|
55 |
+
dtype: int64
|
56 |
+
- name: conditionDiffere
|
57 |
+
dtype: 'null'
|
58 |
+
- name: infosComplementaires
|
59 |
+
dtype: 'null'
|
60 |
+
- name: surtitre
|
61 |
+
dtype: 'null'
|
62 |
+
- name: nature
|
63 |
+
dtype: string
|
64 |
+
- name: texteHtml
|
65 |
+
dtype: string
|
66 |
+
- name: dateFinExtension
|
67 |
+
dtype: int64
|
68 |
+
- name: versionPrecedente
|
69 |
+
dtype: string
|
70 |
+
- name: refInjection
|
71 |
+
dtype: string
|
72 |
+
- name: idTexte
|
73 |
+
dtype: 'null'
|
74 |
+
- name: idTechInjection
|
75 |
+
dtype: string
|
76 |
+
- name: origine
|
77 |
+
dtype: string
|
78 |
+
- name: dateDebutExtension
|
79 |
+
dtype: int64
|
80 |
+
- name: idEliAlias
|
81 |
+
dtype: 'null'
|
82 |
+
- name: cidTexte
|
83 |
+
dtype: 'null'
|
84 |
+
- name: sectionParentId
|
85 |
+
dtype: string
|
86 |
+
- name: multipleVersions
|
87 |
+
dtype: bool
|
88 |
+
- name: comporteLiensSP
|
89 |
+
dtype: bool
|
90 |
+
- name: sectionParentTitre
|
91 |
+
dtype: string
|
92 |
+
- name: infosRestructurationBranche
|
93 |
+
dtype: 'null'
|
94 |
+
- name: idEli
|
95 |
+
dtype: 'null'
|
96 |
+
- name: sectionParentCid
|
97 |
+
dtype: string
|
98 |
+
- name: numeroBo
|
99 |
+
dtype: 'null'
|
100 |
+
- name: infosRestructurationBrancheHtml
|
101 |
+
dtype: 'null'
|
102 |
+
- name: historique
|
103 |
+
dtype: 'null'
|
104 |
+
- name: infosComplementairesHtml
|
105 |
+
dtype: 'null'
|
106 |
+
- name: renvoi
|
107 |
+
dtype: 'null'
|
108 |
+
- name: fullSectionsTitre
|
109 |
+
dtype: string
|
110 |
+
- name: notaHtml
|
111 |
+
dtype: string
|
112 |
+
- name: inap
|
113 |
+
dtype: 'null'
|
114 |
+
splits:
|
115 |
+
- name: train
|
116 |
+
num_bytes: 2156110
|
117 |
+
num_examples: 672
|
118 |
+
download_size: 705389
|
119 |
+
dataset_size: 2156110
|
120 |
---
|
121 |
# Code général des impôts, annexe II, non-instruct (2024-08-13)
|
122 |
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7cb4834baf649d6e79a5978cee5be4a3b5f8554e1f93c71cb82ab8d5ef53a45
|
3 |
+
size 705389
|