abderrazzak/LayoutLMv3-first
Dataset Card for "LayoutLMv3-first" More Information needed
011
1---2configs:3- config_name: default4 data_files:5 - split: train6 path: data/train-*7 - split: test8 path: data/test-*9dataset_info:10 features:11 - name: id12 dtype: string13 - name: image14 dtype: image15 - name: bboxes16 sequence:17 sequence: int6418 - name: ner_tags19 sequence:20 class_label:21 names:22 '0': O23 '1': Numéro facture24 '2': Fournisseur25 '3': Date Facture26 '4': Adresse27 '5': Désignation28 '6': Quantité29 '7': Prix unitaire30 '8': Total31 '9': TotalHT32 '10': TVA33 '11': TotalTTc34 - name: tokens35 sequence: string36 splits:37 - name: train38 num_bytes: 107383.039 num_examples: 140 - name: test41 num_bytes: 107383.042 num_examples: 143 download_size: 044 dataset_size: 214766.045---46# Dataset Card for "LayoutLMv3-first"47 48[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)