j-chim commited on
Commit
668b2ca
1 Parent(s): a9d6c29

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -13,12 +13,30 @@ dataset_info:
13
  dtype: float64
14
  - name: num_sents
15
  dtype: int64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  splits:
17
  - name: train
18
- num_bytes: 328273496
19
  num_examples: 50000
20
- download_size: 173245784
21
- dataset_size: 328273496
22
  ---
23
  # Dataset Card for "pii-pile-chunk3-0-50000-tagged"
24
 
 
13
  dtype: float64
14
  - name: num_sents
15
  dtype: int64
16
+ - name: tagged_pii_results
17
+ list:
18
+ - name: analysis_explanation
19
+ dtype: 'null'
20
+ - name: end
21
+ dtype: int64
22
+ - name: entity_type
23
+ dtype: string
24
+ - name: recognition_metadata
25
+ struct:
26
+ - name: recognizer_identifier
27
+ dtype: string
28
+ - name: recognizer_name
29
+ dtype: string
30
+ - name: score
31
+ dtype: float64
32
+ - name: start
33
+ dtype: int64
34
  splits:
35
  - name: train
36
+ num_bytes: 505187810
37
  num_examples: 50000
38
+ download_size: 192707833
39
+ dataset_size: 505187810
40
  ---
41
  # Dataset Card for "pii-pile-chunk3-0-50000-tagged"
42