Upload dataset
Browse files
README.md
CHANGED
@@ -1,6 +1,86 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
features:
|
5 |
- name: file_name
|
6 |
dtype: string
|
@@ -91,4 +171,14 @@ configs:
|
|
91 |
path: fine-tuning/d3-*
|
92 |
- split: dg3
|
93 |
path: fine-tuning/dg3-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: fine-tuning
|
4 |
+
features:
|
5 |
+
- name: file_name
|
6 |
+
dtype: string
|
7 |
+
- name: file_path
|
8 |
+
dtype: string
|
9 |
+
- name: content
|
10 |
+
dtype: string
|
11 |
+
- name: file_size
|
12 |
+
dtype: int64
|
13 |
+
- name: language
|
14 |
+
dtype: string
|
15 |
+
- name: extension
|
16 |
+
dtype: string
|
17 |
+
- name: repo_name
|
18 |
+
dtype: string
|
19 |
+
- name: repo_stars
|
20 |
+
dtype: int64
|
21 |
+
- name: repo_forks
|
22 |
+
dtype: int64
|
23 |
+
- name: repo_open_issues
|
24 |
+
dtype: int64
|
25 |
+
- name: repo_created_at
|
26 |
+
dtype: string
|
27 |
+
- name: repo_pushed_at
|
28 |
+
dtype: string
|
29 |
+
- name: sha
|
30 |
+
dtype: string
|
31 |
+
- name: near_dups_stkv2_idx
|
32 |
+
sequence: int64
|
33 |
+
- name: input_ids
|
34 |
+
sequence: int32
|
35 |
+
- name: attention_mask
|
36 |
+
sequence:
|
37 |
+
sequence: int8
|
38 |
+
- name: n_tok
|
39 |
+
dtype: int64
|
40 |
+
- name: sample
|
41 |
+
sequence: int32
|
42 |
+
- name: hash
|
43 |
+
dtype: int64
|
44 |
+
- name: uniques_1
|
45 |
+
dtype: bool
|
46 |
+
- name: uniques_2
|
47 |
+
dtype: bool
|
48 |
+
- name: uniques_3
|
49 |
+
dtype: bool
|
50 |
+
- name: uniques_g3
|
51 |
+
dtype: bool
|
52 |
+
- name: sample_query
|
53 |
+
sequence: int32
|
54 |
+
- name: hash_sq
|
55 |
+
dtype: int64
|
56 |
+
- name: uniques
|
57 |
+
dtype: bool
|
58 |
+
- name: prefix_250
|
59 |
+
dtype: string
|
60 |
+
- name: prefix_200
|
61 |
+
dtype: string
|
62 |
+
- name: prefix_150
|
63 |
+
dtype: string
|
64 |
+
- name: prefix_100
|
65 |
+
dtype: string
|
66 |
+
- name: suffix
|
67 |
+
dtype: string
|
68 |
+
splits:
|
69 |
+
- name: d1
|
70 |
+
num_bytes: 19115683
|
71 |
+
num_examples: 1000
|
72 |
+
- name: d2
|
73 |
+
num_bytes: 27505874
|
74 |
+
num_examples: 1000
|
75 |
+
- name: d3
|
76 |
+
num_bytes: 23302451
|
77 |
+
num_examples: 1000
|
78 |
+
- name: dg3
|
79 |
+
num_bytes: 17600353
|
80 |
+
num_examples: 1000
|
81 |
+
download_size: 13691547
|
82 |
+
dataset_size: 87524361
|
83 |
+
- config_name: pre-train
|
84 |
features:
|
85 |
- name: file_name
|
86 |
dtype: string
|
|
|
171 |
path: fine-tuning/d3-*
|
172 |
- split: dg3
|
173 |
path: fine-tuning/dg3-*
|
174 |
+
- config_name: pre-train
|
175 |
+
data_files:
|
176 |
+
- split: d1
|
177 |
+
path: pre-train/d1-*
|
178 |
+
- split: d2
|
179 |
+
path: pre-train/d2-*
|
180 |
+
- split: d3
|
181 |
+
path: pre-train/d3-*
|
182 |
+
- split: dg3
|
183 |
+
path: pre-train/dg3-*
|
184 |
---
|
pre-train/d1-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ef83af6bfb604bed6062f45e467ac1d973e8f2a8597ab1caf939f30dd54385f
|
3 |
+
size 6803600
|
pre-train/d2-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45ed3a477c83805968883a24ff9c7e4171611947b90247a62c78867890003eff
|
3 |
+
size 3345097
|
pre-train/d3-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e96eef88907605fa8f5d20e0f00f2ba9a2beeaf8bffb97fd8a08a4d289b566d
|
3 |
+
size 1703160
|
pre-train/dg3-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17291be0ded3c63bf376ff408df923a10a59b331c854f56685823520b4e31f70
|
3 |
+
size 1839690
|