martialroberge commited on
Commit
2b33342
·
1 Parent(s): 88bb962

Initial commit

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +61 -3
  2. dataset.json +0 -0
  3. dataset.yaml +10 -0
  4. images/output_page_BE0058182792_20240216_FR_0.jpg +3 -0
  5. images/output_page_BE0058182792_20240216_FR_1.jpg +3 -0
  6. images/output_page_BE0058182792_20240216_FR_2.jpg +3 -0
  7. images/output_page_BE0058182792_20240216_FR_3.jpg +3 -0
  8. images/output_page_BE0058182792_20240216_FR_4.jpg +3 -0
  9. images/output_page_BE0058182792_20240216_FR_5.jpg +3 -0
  10. images/output_page_BE0058285850_20230829_FR_0.jpg +3 -0
  11. images/output_page_BE0058285850_20230829_FR_1.jpg +3 -0
  12. images/output_page_BE0058285850_20230829_FR_2.jpg +3 -0
  13. images/output_page_BE0946564383_20240120_FR_0.jpg +3 -0
  14. images/output_page_BE0946564383_20240120_FR_1.jpg +3 -0
  15. images/output_page_BE0946564383_20240120_FR_2.jpg +3 -0
  16. images/output_page_BE0946564383_20240120_FR_3.jpg +3 -0
  17. images/output_page_BE6251904601_20231230_FR_0.jpg +3 -0
  18. images/output_page_BE6251904601_20231230_FR_1.jpg +3 -0
  19. images/output_page_BE6251904601_20231230_FR_2.jpg +3 -0
  20. images/output_page_BE6264046770_20240113_FR_0.jpg +3 -0
  21. images/output_page_BE6264046770_20240113_FR_1.jpg +3 -0
  22. images/output_page_BE6264046770_20240113_FR_2.jpg +3 -0
  23. images/output_page_DE000A2JJ1W5_20231103_FR_0.jpg +3 -0
  24. images/output_page_DE000A2JJ1W5_20231103_FR_1.jpg +3 -0
  25. images/output_page_DE000A2JJ1W5_20231103_FR_2.jpg +3 -0
  26. images/output_page_FR0000292278_20230922_FR_0.jpg +3 -0
  27. images/output_page_FR0000292278_20230922_FR_1.jpg +3 -0
  28. images/output_page_FR0000292278_20230922_FR_2.jpg +3 -0
  29. images/output_page_FR0000292302_20230928_FR_0.jpg +3 -0
  30. images/output_page_FR0000292302_20230928_FR_1.jpg +3 -0
  31. images/output_page_FR0000292302_20230928_FR_2.jpg +3 -0
  32. images/output_page_FR0000292302_20230928_FR_3.jpg +3 -0
  33. images/output_page_FR0000299356_20231122_FR_0.jpg +3 -0
  34. images/output_page_FR0000299356_20231122_FR_1.jpg +3 -0
  35. images/output_page_FR0000299356_20231122_FR_2.jpg +3 -0
  36. images/output_page_FR0000444325_20230727_FR_0.jpg +3 -0
  37. images/output_page_FR0000444325_20230727_FR_1.jpg +3 -0
  38. images/output_page_FR0000444325_20230727_FR_2.jpg +3 -0
  39. images/output_page_FR0000974149_20230624_FR_0.jpg +3 -0
  40. images/output_page_FR0000974149_20230624_FR_1.jpg +3 -0
  41. images/output_page_FR0000974149_20230624_FR_2.jpg +3 -0
  42. images/output_page_FR0000978231_20240305_FR_0.jpg +3 -0
  43. images/output_page_FR0000978231_20240305_FR_1.jpg +3 -0
  44. images/output_page_FR0000978231_20240305_FR_2.jpg +3 -0
  45. images/output_page_FR0000981458_20240215_FR_0.jpg +3 -0
  46. images/output_page_FR0000981458_20240215_FR_1.jpg +3 -0
  47. images/output_page_FR0000981458_20240215_FR_2.jpg +3 -0
  48. images/output_page_FR0007027131_20240123_FR_0.jpg +3 -0
  49. images/output_page_FR0007027131_20240123_FR_1.jpg +3 -0
  50. images/output_page_FR0007027131_20240123_FR_2.jpg +3 -0
README.md CHANGED
@@ -1,3 +1,61 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset KID-FR: Documents d'Informations Clés Financiers en Français
2
+
3
+ Ce dataset contient une collection de Documents d'Informations Clés (KID - Key Information Documents) financiers en français. Il est conçu pour l'entraînement de modèles de vision par ordinateur et de traitement du langage naturel dans le domaine financier.
4
+
5
+ ## Contenu
6
+
7
+ Le dataset se compose de documents financiers structurés comprenant :
8
+ - Des images de documents financiers
9
+ - Le texte extrait de ces documents
10
+ - Des métadonnées associées (ID du document, langue, source, numéro de page)
11
+ - Une requête standardisée pour l'analyse du document
12
+
13
+ ## Structure
14
+
15
+ Chaque entrée du dataset contient :
16
+ - `image` : Chemin vers l'image du document
17
+ - `text` : Texte extrait du document, structuré en sections (Analyse, Éléments Clés, Risques, etc.)
18
+ - `metadata` : Informations sur le document (ID, langue, source, numéro de page)
19
+ - `query` : Requête standard pour l'analyse du document
20
+
21
+ ## Utilisation
22
+
23
+ Ce dataset est particulièrement utile pour :
24
+ - L'entraînement de modèles de vision par ordinateur sur des documents financiers
25
+ - L'extraction d'informations à partir de documents financiers
26
+ - La génération de résumés de documents financiers
27
+ - L'analyse automatique de documents d'information clés
28
+
29
+ ## Format
30
+
31
+ Les données sont stockées au format JSON, avec la structure suivante :
32
+ ```json
33
+ {
34
+ "image": "chemin/vers/image.jpg",
35
+ "text": "contenu textuel du document...",
36
+ "metadata": {
37
+ "document_id": "ID_DOCUMENT",
38
+ "language": "fr",
39
+ "source": "source_du_document",
40
+ "page_number": 1
41
+ },
42
+ "query": "Analyse cette image de document financier et extrais toutes les informations clés en suivant le format spécifié."
43
+ }
44
+ ```
45
+
46
+ ## Licence
47
+
48
+ Ce dataset est distribué sous la licence MIT.
49
+
50
+ ## Citation
51
+
52
+ Si vous utilisez ce dataset dans vos travaux, merci de le citer comme suit :
53
+ ```
54
+ @dataset{kid-fr,
55
+ title={Dataset KID-FR: Documents d'Informations Clés Financiers en Français},
56
+ author={Martial Roberge},
57
+ year={2024},
58
+ publisher={Hugging Face},
59
+ url={https://huggingface.co/datasets/Marsouuu/dataset-kid-fr}
60
+ }
61
+ ```
dataset.json ADDED
The diff for this file is too large to render. See raw diff
 
dataset.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ license: mit
2
+ language:
3
+ - fr
4
+ tags:
5
+ - financial-documents
6
+ - vision-language
7
+ - dataset
8
+ task_categories:
9
+ - text-to-image
10
+ - image-to-text
images/output_page_BE0058182792_20240216_FR_0.jpg ADDED

Git LFS Details

  • SHA256: 843a37263791605ecf58a8391f3bfa3d9e10eb9418d79f6113cdd6313701e4f3
  • Pointer size: 131 Bytes
  • Size of remote file: 493 kB
images/output_page_BE0058182792_20240216_FR_1.jpg ADDED

Git LFS Details

  • SHA256: f53c35553922ef3e52be9de3101a4f3d6f9585686800171febdd4e2a580b4388
  • Pointer size: 131 Bytes
  • Size of remote file: 350 kB
images/output_page_BE0058182792_20240216_FR_2.jpg ADDED

Git LFS Details

  • SHA256: 41280e7fe28fbd825ab4e1e6537667f077ea037875d6b09512637fca428a7938
  • Pointer size: 131 Bytes
  • Size of remote file: 270 kB
images/output_page_BE0058182792_20240216_FR_3.jpg ADDED

Git LFS Details

  • SHA256: c0820ed726f7819f4381dcf1947e3757a6c7431b961d842566e36d43e9f10fe4
  • Pointer size: 131 Bytes
  • Size of remote file: 669 kB
images/output_page_BE0058182792_20240216_FR_4.jpg ADDED

Git LFS Details

  • SHA256: 1b7c877433405deb24aeaf01047b55c2bd67a0a4aaf38a19bc49dbd7a4bce4bd
  • Pointer size: 131 Bytes
  • Size of remote file: 662 kB
images/output_page_BE0058182792_20240216_FR_5.jpg ADDED

Git LFS Details

  • SHA256: 365ee49c992a88f8931ac697c88ab2a498c743a1c7d9aa78f53d3687c331c1a3
  • Pointer size: 131 Bytes
  • Size of remote file: 367 kB
images/output_page_BE0058285850_20230829_FR_0.jpg ADDED

Git LFS Details

  • SHA256: b0a4b1582a7b56e7ac7cd74281e23dc6cc749ecd6ca7e6853aeca17adfab11ee
  • Pointer size: 131 Bytes
  • Size of remote file: 555 kB
images/output_page_BE0058285850_20230829_FR_1.jpg ADDED

Git LFS Details

  • SHA256: 54b78d726d32c21ec274055c86e720678ffc785785fbee6cdb18622e6c22912f
  • Pointer size: 131 Bytes
  • Size of remote file: 573 kB
images/output_page_BE0058285850_20230829_FR_2.jpg ADDED

Git LFS Details

  • SHA256: ed82b618b81ad5c2c4101483556bd660f1e9370d54b069c37724b0f3f44f5c45
  • Pointer size: 131 Bytes
  • Size of remote file: 577 kB
images/output_page_BE0946564383_20240120_FR_0.jpg ADDED

Git LFS Details

  • SHA256: 6b13107c34da787c09daddf4ee83c20ab30ac3032dfa687c23547c7e55129e73
  • Pointer size: 131 Bytes
  • Size of remote file: 737 kB
images/output_page_BE0946564383_20240120_FR_1.jpg ADDED

Git LFS Details

  • SHA256: 8e8082e6777db2d7d0d5472d18ed5aa069040ffe2ae08cffee92616524dc06bb
  • Pointer size: 131 Bytes
  • Size of remote file: 590 kB
images/output_page_BE0946564383_20240120_FR_2.jpg ADDED

Git LFS Details

  • SHA256: 1aa8dae923a7edc6660fd45f745b79c2bb9a049360a655eff06e698b77d23f2d
  • Pointer size: 131 Bytes
  • Size of remote file: 492 kB
images/output_page_BE0946564383_20240120_FR_3.jpg ADDED

Git LFS Details

  • SHA256: f0c2c20ec39af37861fb3086df5f73b7e99c408ebc4b3385aa869321947b166e
  • Pointer size: 131 Bytes
  • Size of remote file: 114 kB
images/output_page_BE6251904601_20231230_FR_0.jpg ADDED

Git LFS Details

  • SHA256: 62cce54cf123629c690e8fe3dc56ca471b4488540aac284421d2b27f18c9db42
  • Pointer size: 131 Bytes
  • Size of remote file: 754 kB
images/output_page_BE6251904601_20231230_FR_1.jpg ADDED

Git LFS Details

  • SHA256: 6e2a24f95dcf8de13e157c1d325857a697a5ff308a061c362a83e3922665b1ee
  • Pointer size: 131 Bytes
  • Size of remote file: 586 kB
images/output_page_BE6251904601_20231230_FR_2.jpg ADDED

Git LFS Details

  • SHA256: bce60a8d48db38a552e31aa2bbbddcf568d9a42c5cb983ec610b8b3e3e08ec94
  • Pointer size: 131 Bytes
  • Size of remote file: 388 kB
images/output_page_BE6264046770_20240113_FR_0.jpg ADDED

Git LFS Details

  • SHA256: 566ecfc830e302499b034d09325510a72710fbdbaa7689db8a31f144e19d1c8c
  • Pointer size: 131 Bytes
  • Size of remote file: 722 kB
images/output_page_BE6264046770_20240113_FR_1.jpg ADDED

Git LFS Details

  • SHA256: 379afb98abfbb92463c3f9f3ed0a5735e8be347a3d6192f10caaae3dd4b500a3
  • Pointer size: 131 Bytes
  • Size of remote file: 625 kB
images/output_page_BE6264046770_20240113_FR_2.jpg ADDED

Git LFS Details

  • SHA256: 46321bcbbc5849896de7cc5c82dee4610a87d0d72b11fe5bd38102c597bd7550
  • Pointer size: 131 Bytes
  • Size of remote file: 558 kB
images/output_page_DE000A2JJ1W5_20231103_FR_0.jpg ADDED

Git LFS Details

  • SHA256: f2c1dd4c40930dfe1082403d48368b0d2e8dd715d147badc57243f741bd2121d
  • Pointer size: 131 Bytes
  • Size of remote file: 690 kB
images/output_page_DE000A2JJ1W5_20231103_FR_1.jpg ADDED

Git LFS Details

  • SHA256: b345089bf42e4c1a24d3a7bed7744125c655d8db370e2114677881bd012d0ac8
  • Pointer size: 131 Bytes
  • Size of remote file: 605 kB
images/output_page_DE000A2JJ1W5_20231103_FR_2.jpg ADDED

Git LFS Details

  • SHA256: 2c044dcd87dd5cd6dfd20a0449973dab709159732a76634768f80ea458d62816
  • Pointer size: 131 Bytes
  • Size of remote file: 524 kB
images/output_page_FR0000292278_20230922_FR_0.jpg ADDED

Git LFS Details

  • SHA256: 794e9e3a1bdb39fce5a2d8437d4620b0f93ff4d0249b021b3bf06c28fb33297d
  • Pointer size: 131 Bytes
  • Size of remote file: 652 kB
images/output_page_FR0000292278_20230922_FR_1.jpg ADDED

Git LFS Details

  • SHA256: 25f2f5a9f93fc13b379223bf07d6cdc043ef7511c1354b637979b2ba70e2805d
  • Pointer size: 131 Bytes
  • Size of remote file: 525 kB
images/output_page_FR0000292278_20230922_FR_2.jpg ADDED

Git LFS Details

  • SHA256: 420dbb97f0520c28b112e531b34ef7a2d337cada02234e84824f1fe0ccbdfc4d
  • Pointer size: 131 Bytes
  • Size of remote file: 358 kB
images/output_page_FR0000292302_20230928_FR_0.jpg ADDED

Git LFS Details

  • SHA256: 47d87ea9c97a10b6fb28ce7a030c8f18a2dfd1395cbf9a011c80cb277ea51d65
  • Pointer size: 131 Bytes
  • Size of remote file: 761 kB
images/output_page_FR0000292302_20230928_FR_1.jpg ADDED

Git LFS Details

  • SHA256: 0540b7e8d0d4e48095419ceff5999129c8cf257309292487796758a7a225db97
  • Pointer size: 131 Bytes
  • Size of remote file: 659 kB
images/output_page_FR0000292302_20230928_FR_2.jpg ADDED

Git LFS Details

  • SHA256: 3533048208bb45acea99cf1a334123f2e39242ca97be0478d25f56fb7f039177
  • Pointer size: 131 Bytes
  • Size of remote file: 677 kB
images/output_page_FR0000292302_20230928_FR_3.jpg ADDED

Git LFS Details

  • SHA256: f70f8c131d77a769136657aec80482fc9661db0c5c5825cde1ae2ddad4ded62c
  • Pointer size: 130 Bytes
  • Size of remote file: 71.5 kB
images/output_page_FR0000299356_20231122_FR_0.jpg ADDED

Git LFS Details

  • SHA256: 4cbf3e2110429fe903bf2d8d9d5f5a70f447df7dc9edceacc5743183067384ad
  • Pointer size: 131 Bytes
  • Size of remote file: 771 kB
images/output_page_FR0000299356_20231122_FR_1.jpg ADDED

Git LFS Details

  • SHA256: cf49dc706070270da4c95d97614b885b196331d965eaede715a5631963efdf63
  • Pointer size: 131 Bytes
  • Size of remote file: 663 kB
images/output_page_FR0000299356_20231122_FR_2.jpg ADDED

Git LFS Details

  • SHA256: 19734dea953d60bcc793a7238c68b73e3560e9ae9906aae8d2c05cbc9cc62078
  • Pointer size: 131 Bytes
  • Size of remote file: 549 kB
images/output_page_FR0000444325_20230727_FR_0.jpg ADDED

Git LFS Details

  • SHA256: 298a1629853c4f18b959c08b67d82d42456f60d6efcb0171aec08bbc7797bb61
  • Pointer size: 131 Bytes
  • Size of remote file: 583 kB
images/output_page_FR0000444325_20230727_FR_1.jpg ADDED

Git LFS Details

  • SHA256: 5d5f1c579ef586917467b061470ddc4d90cd3676f301ebb0214697581f98f175
  • Pointer size: 131 Bytes
  • Size of remote file: 504 kB
images/output_page_FR0000444325_20230727_FR_2.jpg ADDED

Git LFS Details

  • SHA256: 4914c566357a54e99177a2efc50e138761b2dfb2f1c6acd63f8161a43ec60e2d
  • Pointer size: 131 Bytes
  • Size of remote file: 457 kB
images/output_page_FR0000974149_20230624_FR_0.jpg ADDED

Git LFS Details

  • SHA256: 19a0bb4534de1946ee4c3837a2f2404e2004d9a46c61460275dabe160eae2387
  • Pointer size: 131 Bytes
  • Size of remote file: 755 kB
images/output_page_FR0000974149_20230624_FR_1.jpg ADDED

Git LFS Details

  • SHA256: b1fb94fda2ecd66a56b1693115eee719f46e287995a3f4667d8a5545431d3002
  • Pointer size: 131 Bytes
  • Size of remote file: 567 kB
images/output_page_FR0000974149_20230624_FR_2.jpg ADDED

Git LFS Details

  • SHA256: 58272e649fe61371056e1232eb90bf81cb15b86b51bf34d96f385df972b6ef11
  • Pointer size: 131 Bytes
  • Size of remote file: 598 kB
images/output_page_FR0000978231_20240305_FR_0.jpg ADDED

Git LFS Details

  • SHA256: 05e81ae7fdb40440ea8190d892ad7eb947085f49b53af476460c4409190d5066
  • Pointer size: 131 Bytes
  • Size of remote file: 625 kB
images/output_page_FR0000978231_20240305_FR_1.jpg ADDED

Git LFS Details

  • SHA256: 8655e500cfe7f2a2ac497f152e924ec05df422d177ca3785a45d1c433a0f180c
  • Pointer size: 131 Bytes
  • Size of remote file: 673 kB
images/output_page_FR0000978231_20240305_FR_2.jpg ADDED

Git LFS Details

  • SHA256: 87050f90554c5049408376115a23df9291ee82e287d4399e05f7a479d2c602fa
  • Pointer size: 131 Bytes
  • Size of remote file: 652 kB
images/output_page_FR0000981458_20240215_FR_0.jpg ADDED

Git LFS Details

  • SHA256: 0315fb9cb55a0fb4a9715e4eb223ef07db2b089c0fa5c9f9b1f4e0003d2c7b78
  • Pointer size: 131 Bytes
  • Size of remote file: 716 kB
images/output_page_FR0000981458_20240215_FR_1.jpg ADDED

Git LFS Details

  • SHA256: ebf357c98e08fccdd99bff17b3a5976d1a29c68adf02d8ae690ed8f70bec2854
  • Pointer size: 131 Bytes
  • Size of remote file: 600 kB
images/output_page_FR0000981458_20240215_FR_2.jpg ADDED

Git LFS Details

  • SHA256: 94a9d813684137c7c0203e3f681190c80a57163f8fe5ffd1856257ccc59dd300
  • Pointer size: 131 Bytes
  • Size of remote file: 506 kB
images/output_page_FR0007027131_20240123_FR_0.jpg ADDED

Git LFS Details

  • SHA256: 2ca2e13203ac6cdcd8003de177404963f113ec99c41e867b4552466c1361701d
  • Pointer size: 131 Bytes
  • Size of remote file: 669 kB
images/output_page_FR0007027131_20240123_FR_1.jpg ADDED

Git LFS Details

  • SHA256: e061ab9171dd083ee3d50c7a1d6dea8bf41bd70e76c384265ca3abc77c5c4688
  • Pointer size: 131 Bytes
  • Size of remote file: 621 kB
images/output_page_FR0007027131_20240123_FR_2.jpg ADDED

Git LFS Details

  • SHA256: 3e287c1580d131d5ffd5bb45423b11e8af844c465eb3da5f99a434e057db84ba
  • Pointer size: 131 Bytes
  • Size of remote file: 578 kB