Datasets:
feat: add condition-3-zh-5k blended dataset (3486 native + 1514 transpiled)
Browse files
README.md
CHANGED
|
@@ -66,6 +66,12 @@ configs:
|
|
| 66 |
path: data/condition-2-zh-5k/train-*
|
| 67 |
- split: validation
|
| 68 |
path: data/condition-2-zh-5k/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
dataset_info:
|
| 70 |
- config_name: condition-1-en-5k
|
| 71 |
features:
|
|
@@ -159,6 +165,31 @@ dataset_info:
|
|
| 159 |
num_examples: 500
|
| 160 |
download_size: 22978834
|
| 161 |
dataset_size: 62216434
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 162 |
- config_name: default
|
| 163 |
features:
|
| 164 |
- name: code
|
|
|
|
| 66 |
path: data/condition-2-zh-5k/train-*
|
| 67 |
- split: validation
|
| 68 |
path: data/condition-2-zh-5k/validation-*
|
| 69 |
+
- config_name: condition-3-zh-5k
|
| 70 |
+
data_files:
|
| 71 |
+
- split: train
|
| 72 |
+
path: data/condition-3-zh-5k/train-*
|
| 73 |
+
- split: validation
|
| 74 |
+
path: data/condition-3-zh-5k/validation-*
|
| 75 |
dataset_info:
|
| 76 |
- config_name: condition-1-en-5k
|
| 77 |
features:
|
|
|
|
| 165 |
num_examples: 500
|
| 166 |
download_size: 22978834
|
| 167 |
dataset_size: 62216434
|
| 168 |
+
- config_name: condition-3-zh-5k
|
| 169 |
+
features:
|
| 170 |
+
- name: file_path
|
| 171 |
+
dtype: large_string
|
| 172 |
+
- name: code
|
| 173 |
+
dtype: large_string
|
| 174 |
+
- name: code_en
|
| 175 |
+
dtype: string
|
| 176 |
+
- name: language
|
| 177 |
+
dtype: large_string
|
| 178 |
+
- name: license
|
| 179 |
+
dtype: large_string
|
| 180 |
+
- name: token_count
|
| 181 |
+
dtype: int64
|
| 182 |
+
- name: source_type
|
| 183 |
+
dtype: large_string
|
| 184 |
+
splits:
|
| 185 |
+
- name: train
|
| 186 |
+
num_bytes: 40782466
|
| 187 |
+
num_examples: 4500
|
| 188 |
+
- name: validation
|
| 189 |
+
num_bytes: 4531385
|
| 190 |
+
num_examples: 500
|
| 191 |
+
download_size: 17299185
|
| 192 |
+
dataset_size: 45313851
|
| 193 |
- config_name: default
|
| 194 |
features:
|
| 195 |
- name: code
|
data/condition-3-zh-5k/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23ccbf70d434bdc9bf186e81c880371844229ecc07e65e032db67c35fafa3006
|
| 3 |
+
size 15677793
|
data/condition-3-zh-5k/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18686df77aa193fb917734d10314f71f33b8cc4955140742a2353fcaa481addf
|
| 3 |
+
size 1621392
|