WebPII commited on
Commit
a158be0
·
verified ·
1 Parent(s): 25bb2c0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -56
README.md CHANGED
@@ -1,56 +1,9 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: image
5
- dtype: image
6
- - name: source_id
7
- dtype: string
8
- - name: variant
9
- dtype: string
10
- - name: page_type
11
- dtype: string
12
- - name: company
13
- dtype: string
14
- - name: image_width
15
- dtype: int64
16
- - name: image_height
17
- dtype: int64
18
- - name: num_pii_elements
19
- dtype: int64
20
- - name: num_product_elements
21
- dtype: int64
22
- - name: num_order_elements
23
- dtype: int64
24
- - name: num_search_elements
25
- dtype: int64
26
- - name: num_misc_elements
27
- dtype: int64
28
- - name: fillable_count
29
- dtype: int64
30
- - name: pii_elements_json
31
- dtype: string
32
- - name: product_elements_json
33
- dtype: string
34
- - name: order_elements_json
35
- dtype: string
36
- - name: search_elements_json
37
- dtype: string
38
- - name: misc_elements_json
39
- dtype: string
40
- splits:
41
- - name: train
42
- num_bytes: 5750383893.824
43
- num_examples: 40384
44
- - name: test
45
- num_bytes: 572533391.926
46
- num_examples: 4481
47
- download_size: 6750885537
48
- dataset_size: 6322917285.75
49
- configs:
50
- - config_name: default
51
- data_files:
52
- - split: train
53
- path: data/train-*
54
- - split: test
55
- path: data/test-*
56
- ---
 
1
+ # WebPII Dataset
2
+
3
+ | Split | Samples |
4
+ |-------|---------|
5
+ | Train | 40,384 |
6
+ | Test | 4,481 |
7
+ | **Total** | **44,865** |
8
+
9
+ For more information, see [webpii.github.io](https://webpii.github.io)