raphael0202 commited on
Commit
9c6ebc0
1 Parent(s): 94a4fb6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: marked_text
7
+ dtype: string
8
+ - name: offsets
9
+ sequence:
10
+ sequence: int64
11
+ - name: tokens
12
+ sequence: string
13
+ - name: ner_tags
14
+ sequence: string
15
+ - name: meta
16
+ struct:
17
+ - name: barcode
18
+ dtype: string
19
+ - name: image_id
20
+ dtype: string
21
+ - name: id
22
+ dtype: string
23
+ - name: url
24
+ dtype: string
25
+ - name: in_test_split
26
+ dtype: bool
27
+ - name: words
28
+ sequence: string
29
+ - name: bboxes
30
+ sequence:
31
+ sequence: int64
32
+ - name: image
33
+ dtype: image
34
+ splits:
35
+ - name: train
36
+ num_bytes: 2066886501.875
37
+ num_examples: 5065
38
+ - name: test
39
+ num_bytes: 245456731.0
40
+ num_examples: 556
41
+ download_size: 2277045343
42
+ dataset_size: 2312343232.875
43
+ ---
44
+ # Dataset Card for "ingredient-detection-layout-dataset"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)