D4vidHuang
commited on
Commit
•
2be9e1a
1
Parent(s):
661c32b
Upload dataset
Browse files- README.md +39 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: file_id
|
5 |
+
dtype: string
|
6 |
+
- name: content
|
7 |
+
dtype: string
|
8 |
+
- name: repo
|
9 |
+
dtype: string
|
10 |
+
- name: path
|
11 |
+
dtype: string
|
12 |
+
- name: token_length
|
13 |
+
dtype: int64
|
14 |
+
- name: original_comment
|
15 |
+
dtype: string
|
16 |
+
- name: comment_type
|
17 |
+
dtype: string
|
18 |
+
- name: detected_lang
|
19 |
+
dtype: string
|
20 |
+
- name: masked_comment
|
21 |
+
dtype: string
|
22 |
+
- name: excluded
|
23 |
+
dtype: float64
|
24 |
+
- name: tmp
|
25 |
+
dtype: float64
|
26 |
+
- name: test
|
27 |
+
dtype: float64
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 10542259
|
31 |
+
num_examples: 866
|
32 |
+
download_size: 3958293
|
33 |
+
dataset_size: 10542259
|
34 |
+
configs:
|
35 |
+
- config_name: default
|
36 |
+
data_files:
|
37 |
+
- split: train
|
38 |
+
path: data/train-*
|
39 |
+
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b12b3446af61844f9ac37957d5fdcc66e18a1f72147bea5aea6ae8e79be49777
|
3 |
+
size 3958293
|