BadreddineHug commited on
Commit
46a9255
·
1 Parent(s): 1be9e2a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: image
7
+ dtype: image
8
+ - name: bboxes
9
+ sequence:
10
+ sequence: int64
11
+ - name: ner_tags
12
+ sequence:
13
+ class_label:
14
+ names:
15
+ '0': O
16
+ '1': Ref
17
+ '2': NumFa
18
+ '3': Fourniss
19
+ '4': DateFa
20
+ '5': DateLim
21
+ '6': TotalHT
22
+ '7': TVA
23
+ '8': TotalTTc
24
+ '9': unitP
25
+ '10': Qt
26
+ '11': TVAP
27
+ '12': descp
28
+ - name: tokens
29
+ sequence: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 17489904.0
33
+ num_examples: 67
34
+ download_size: 14073047
35
+ dataset_size: 17489904.0
36
+ configs:
37
+ - config_name: default
38
+ data_files:
39
+ - split: train
40
+ path: data/train-*
41
+ ---
42
+ # Dataset Card for "LayoutLM_data"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)