loubnabnl HF staff commited on
Commit
ac9f363
·
1 Parent(s): 942def4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: hexsha
5
+ dtype: string
6
+ - name: size
7
+ dtype: int64
8
+ - name: ext
9
+ dtype: string
10
+ - name: lang
11
+ dtype: string
12
+ - name: max_stars_repo_path
13
+ dtype: string
14
+ - name: max_stars_repo_name
15
+ dtype: string
16
+ - name: max_stars_repo_head_hexsha
17
+ dtype: string
18
+ - name: max_stars_repo_licenses
19
+ sequence: string
20
+ - name: max_stars_count
21
+ dtype: float64
22
+ - name: max_stars_repo_stars_event_min_datetime
23
+ dtype: string
24
+ - name: max_stars_repo_stars_event_max_datetime
25
+ dtype: string
26
+ - name: max_issues_repo_path
27
+ dtype: string
28
+ - name: max_issues_repo_name
29
+ dtype: string
30
+ - name: max_issues_repo_head_hexsha
31
+ dtype: string
32
+ - name: max_issues_repo_licenses
33
+ sequence: string
34
+ - name: max_issues_count
35
+ dtype: float64
36
+ - name: max_issues_repo_issues_event_min_datetime
37
+ dtype: string
38
+ - name: max_issues_repo_issues_event_max_datetime
39
+ dtype: string
40
+ - name: max_forks_repo_path
41
+ dtype: string
42
+ - name: max_forks_repo_name
43
+ dtype: string
44
+ - name: max_forks_repo_head_hexsha
45
+ dtype: string
46
+ - name: max_forks_repo_licenses
47
+ sequence: string
48
+ - name: max_forks_count
49
+ dtype: float64
50
+ - name: max_forks_repo_forks_event_min_datetime
51
+ dtype: string
52
+ - name: max_forks_repo_forks_event_max_datetime
53
+ dtype: string
54
+ - name: avg_line_length
55
+ dtype: float64
56
+ - name: max_line_length
57
+ dtype: int64
58
+ - name: alphanum_fraction
59
+ dtype: float64
60
+ - name: index
61
+ dtype: int64
62
+ - name: content
63
+ dtype: string
64
+ splits:
65
+ - name: train
66
+ num_bytes: 5117781075
67
+ num_examples: 1000000
68
+ download_size: 1880524833
69
+ dataset_size: 5117781075
70
+ ---
71
+ # Dataset Card for "stack-filtered-pii-1M-java"
72
+
73
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)