Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: texts
|
5 |
+
sequence: string
|
6 |
+
- name: meta
|
7 |
+
struct:
|
8 |
+
- name: pile_set_name
|
9 |
+
dtype: string
|
10 |
+
- name: scores
|
11 |
+
sequence: float64
|
12 |
+
- name: avg_score
|
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: 512476526
|
37 |
+
num_examples: 49998
|
38 |
+
download_size: 196006381
|
39 |
+
dataset_size: 512476526
|
40 |
+
---
|
41 |
+
# Dataset Card for "pii-pile-chunk3-150000-200000-tagged"
|
42 |
+
|
43 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|