Upload dataset
Browse files- README.md +74 -0
- fortran/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -280,6 +280,76 @@ dataset_info:
|
|
| 280 |
num_examples: 5917320
|
| 281 |
download_size: 15819940913
|
| 282 |
dataset_size: 42856646485
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 283 |
- config_name: glsl
|
| 284 |
features:
|
| 285 |
- name: hexsha
|
|
@@ -1557,6 +1627,10 @@ configs:
|
|
| 1557 |
data_files:
|
| 1558 |
- split: train
|
| 1559 |
path: cpp/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1560 |
- config_name: glsl
|
| 1561 |
data_files:
|
| 1562 |
- split: train
|
|
|
|
| 280 |
num_examples: 5917320
|
| 281 |
download_size: 15819940913
|
| 282 |
dataset_size: 42856646485
|
| 283 |
+
- config_name: fortran
|
| 284 |
+
features:
|
| 285 |
+
- name: hexsha
|
| 286 |
+
dtype: string
|
| 287 |
+
- name: size
|
| 288 |
+
dtype: int64
|
| 289 |
+
- name: ext
|
| 290 |
+
dtype: string
|
| 291 |
+
- name: lang
|
| 292 |
+
dtype: string
|
| 293 |
+
- name: max_stars_repo_path
|
| 294 |
+
dtype: string
|
| 295 |
+
- name: max_stars_repo_name
|
| 296 |
+
dtype: string
|
| 297 |
+
- name: max_stars_repo_head_hexsha
|
| 298 |
+
dtype: string
|
| 299 |
+
- name: max_stars_repo_licenses
|
| 300 |
+
sequence: string
|
| 301 |
+
- name: max_stars_count
|
| 302 |
+
dtype: int64
|
| 303 |
+
- name: max_stars_repo_stars_event_min_datetime
|
| 304 |
+
dtype: string
|
| 305 |
+
- name: max_stars_repo_stars_event_max_datetime
|
| 306 |
+
dtype: string
|
| 307 |
+
- name: max_issues_repo_path
|
| 308 |
+
dtype: string
|
| 309 |
+
- name: max_issues_repo_name
|
| 310 |
+
dtype: string
|
| 311 |
+
- name: max_issues_repo_head_hexsha
|
| 312 |
+
dtype: string
|
| 313 |
+
- name: max_issues_repo_licenses
|
| 314 |
+
sequence: string
|
| 315 |
+
- name: max_issues_count
|
| 316 |
+
dtype: int64
|
| 317 |
+
- name: max_issues_repo_issues_event_min_datetime
|
| 318 |
+
dtype: string
|
| 319 |
+
- name: max_issues_repo_issues_event_max_datetime
|
| 320 |
+
dtype: string
|
| 321 |
+
- name: max_forks_repo_path
|
| 322 |
+
dtype: string
|
| 323 |
+
- name: max_forks_repo_name
|
| 324 |
+
dtype: string
|
| 325 |
+
- name: max_forks_repo_head_hexsha
|
| 326 |
+
dtype: string
|
| 327 |
+
- name: max_forks_repo_licenses
|
| 328 |
+
sequence: string
|
| 329 |
+
- name: max_forks_count
|
| 330 |
+
dtype: int64
|
| 331 |
+
- name: max_forks_repo_forks_event_min_datetime
|
| 332 |
+
dtype: string
|
| 333 |
+
- name: max_forks_repo_forks_event_max_datetime
|
| 334 |
+
dtype: string
|
| 335 |
+
- name: content
|
| 336 |
+
dtype: string
|
| 337 |
+
- name: avg_line_length
|
| 338 |
+
dtype: float64
|
| 339 |
+
- name: max_line_length
|
| 340 |
+
dtype: int64
|
| 341 |
+
- name: alphanum_fraction
|
| 342 |
+
dtype: float64
|
| 343 |
+
- name: retain
|
| 344 |
+
dtype: bool
|
| 345 |
+
- name: num_tokens
|
| 346 |
+
dtype: int64
|
| 347 |
+
splits:
|
| 348 |
+
- name: train
|
| 349 |
+
num_bytes: 1646069603
|
| 350 |
+
num_examples: 140215
|
| 351 |
+
download_size: 568253668
|
| 352 |
+
dataset_size: 1646069603
|
| 353 |
- config_name: glsl
|
| 354 |
features:
|
| 355 |
- name: hexsha
|
|
|
|
| 1627 |
data_files:
|
| 1628 |
- split: train
|
| 1629 |
path: cpp/train-*
|
| 1630 |
+
- config_name: fortran
|
| 1631 |
+
data_files:
|
| 1632 |
+
- split: train
|
| 1633 |
+
path: fortran/train-*
|
| 1634 |
- config_name: glsl
|
| 1635 |
data_files:
|
| 1636 |
- split: train
|
fortran/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6f91e486b87a41d524285a6425032862b218675f317cc0c3ea5d2c46ae52146
|
| 3 |
+
size 568253668
|