loubnabnl HF staff commited on
Commit
b706d6d
1 Parent(s): aed0e24

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: entities
5
+ list:
6
+ - name: context
7
+ dtype: string
8
+ - name: end
9
+ dtype: int64
10
+ - name: score
11
+ dtype: float64
12
+ - name: start
13
+ dtype: int64
14
+ - name: tag
15
+ dtype: string
16
+ - name: value
17
+ dtype: string
18
+ - name: max_stars_repo_path
19
+ dtype: string
20
+ - name: max_stars_repo_name
21
+ dtype: string
22
+ - name: max_stars_count
23
+ dtype: int64
24
+ - name: content
25
+ dtype: string
26
+ - name: id
27
+ dtype: string
28
+ - name: new_content
29
+ dtype: string
30
+ - name: modified
31
+ dtype: bool
32
+ - name: references
33
+ dtype: string
34
+ - name: language
35
+ dtype: string
36
+ splits:
37
+ - name: train
38
+ num_bytes: 37294354
39
+ num_examples: 1000
40
+ download_size: 13081864
41
+ dataset_size: 37294354
42
+ ---
43
+ # Dataset Card for "pii_checks_data_elm"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)