ahujachirag commited on
Commit
6672760
1 Parent(s): bc874a1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: content
5
+ dtype: string
6
+ - name: index
7
+ dtype: int64
8
+ - name: secrets
9
+ dtype: string
10
+ - name: has_secrets
11
+ dtype: bool
12
+ - name: number_secrets
13
+ dtype: int64
14
+ - name: new_content
15
+ dtype: string
16
+ - name: modified
17
+ dtype: bool
18
+ - name: references
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 3189476.6496
23
+ num_examples: 108
24
+ download_size: 2160980
25
+ dataset_size: 3189476.6496
26
+ ---
27
+ # Dataset Card for "bigcode-pii-pjj_checks"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)