iNeil77 commited on
Commit
aedb34f
·
verified ·
1 Parent(s): 0023754

Upload dataset

Browse files
C/train-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9da6c6d5968cbf3538f6e79c493441dabb697f1cd387624b0c57ac9bb59392a
3
+ size 184200556
C/train-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bf4b552a244c47ed2448d6924951510add0b46625b7b7784dfcdcfd43a2deac
3
+ size 222601938
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: C
4
+ features:
5
+ - name: id
6
+ dtype: int64
7
+ - name: file_name
8
+ dtype: string
9
+ - name: file_path
10
+ dtype: string
11
+ - name: content
12
+ dtype: string
13
+ - name: size
14
+ dtype: int64
15
+ - name: language
16
+ dtype: string
17
+ - name: extension
18
+ dtype: string
19
+ - name: total_lines
20
+ dtype: int64
21
+ - name: avg_line_length
22
+ dtype: float64
23
+ - name: max_line_length
24
+ dtype: int64
25
+ - name: alphanum_fraction
26
+ dtype: float64
27
+ - name: repo_name
28
+ dtype: string
29
+ - name: repo_stars
30
+ dtype: int64
31
+ - name: repo_forks
32
+ dtype: int64
33
+ - name: repo_open_issues
34
+ dtype: int64
35
+ - name: repo_license
36
+ dtype: string
37
+ - name: repo_extraction_date
38
+ dtype: string
39
+ - name: exact_duplicates_stackv2
40
+ dtype: bool
41
+ - name: exact_duplicates_stackv1
42
+ dtype: bool
43
+ - name: exact_duplicates_redpajama
44
+ dtype: bool
45
+ - name: exact_duplicates_githubcode
46
+ dtype: bool
47
+ - name: near_duplicates_stackv2
48
+ dtype: bool
49
+ - name: near_duplicates_stackv1
50
+ dtype: bool
51
+ - name: near_duplicates_redpajama
52
+ dtype: bool
53
+ - name: near_duplicates_githubcode
54
+ dtype: bool
55
+ splits:
56
+ - name: train
57
+ num_bytes: 3409576895.144062
58
+ num_examples: 189276
59
+ download_size: 406802494
60
+ dataset_size: 3409576895.144062
61
+ configs:
62
+ - config_name: C
63
+ data_files:
64
+ - split: train
65
+ path: C/train-*
66
+ ---