Upload dataset
Browse files- Go/train-00000-of-00001.parquet +3 -0
- README.md +36 -0
Go/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b31df8d7dd4c24fc3b86f3a78bb322f380e70e1decf51b4a87f429dbfa5ee58d
|
| 3 |
+
size 504218
|
README.md
CHANGED
|
@@ -84,6 +84,38 @@ dataset_info:
|
|
| 84 |
num_examples: 131729
|
| 85 |
download_size: 12327512
|
| 86 |
dataset_size: 25495370
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
configs:
|
| 88 |
- config_name: C
|
| 89 |
data_files:
|
|
@@ -97,4 +129,8 @@ configs:
|
|
| 97 |
data_files:
|
| 98 |
- split: train
|
| 99 |
path: Cpp/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
---
|
|
|
|
| 84 |
num_examples: 131729
|
| 85 |
download_size: 12327512
|
| 86 |
dataset_size: 25495370
|
| 87 |
+
- config_name: Go
|
| 88 |
+
features:
|
| 89 |
+
- name: blob_id
|
| 90 |
+
dtype: large_string
|
| 91 |
+
- name: language
|
| 92 |
+
dtype: large_string
|
| 93 |
+
- name: repo_name
|
| 94 |
+
dtype: large_string
|
| 95 |
+
- name: path
|
| 96 |
+
dtype: large_string
|
| 97 |
+
- name: src_encoding
|
| 98 |
+
dtype: large_string
|
| 99 |
+
- name: length_bytes
|
| 100 |
+
dtype: int64
|
| 101 |
+
- name: score
|
| 102 |
+
dtype: float64
|
| 103 |
+
- name: int_score
|
| 104 |
+
dtype: int64
|
| 105 |
+
- name: detected_licenses
|
| 106 |
+
large_list: large_string
|
| 107 |
+
- name: license_type
|
| 108 |
+
dtype: large_string
|
| 109 |
+
- name: detected_licenses_right
|
| 110 |
+
large_list: large_string
|
| 111 |
+
- name: license_type_right
|
| 112 |
+
dtype: large_string
|
| 113 |
+
splits:
|
| 114 |
+
- name: train
|
| 115 |
+
num_bytes: 1289738
|
| 116 |
+
num_examples: 5978
|
| 117 |
+
download_size: 504218
|
| 118 |
+
dataset_size: 1289738
|
| 119 |
configs:
|
| 120 |
- config_name: C
|
| 121 |
data_files:
|
|
|
|
| 129 |
data_files:
|
| 130 |
- split: train
|
| 131 |
path: Cpp/train-*
|
| 132 |
+
- config_name: Go
|
| 133 |
+
data_files:
|
| 134 |
+
- split: train
|
| 135 |
+
path: Go/train-*
|
| 136 |
---
|