File size: 784 Bytes
88a6c98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
dataset_info:
  features:
  - name: unmasked_text
    dtype: string
  - name: masked_text
    dtype: string
  - name: privacy_mask
    dtype: string
  - name: language
    dtype: string
  - name: span_labels
    dtype: string
  - name: bio_labels
    sequence: string
  - name: tokenised_text
    sequence: string
  - name: input_ids
    sequence: int64
  - name: attention_mask
    sequence: int64
  - name: tt_lens
    dtype: int64
  - name: labels
    sequence: int64
  splits:
  - name: train
    num_bytes: 3879735
    num_examples: 2715
  - name: test
    num_bytes: 1021342
    num_examples: 679
  download_size: 1176205
  dataset_size: 4901077
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---