File size: 12,177 Bytes
0e1e50c f945089 0e1e50c 211d6bf 3d49706 f22171e 97df81d f945089 065c8e9 212dc4a fe01142 c0f89ad e0196cd 3eacca5 2a4f1c6 b84d110 3c40987 999bc19 f1440f4 b27ab5f 79cb64c 842eb32 e2a0c9b bd72ff3 6508fe7 3385229 e7fb338 24bfd00 f33ae42 c096708 33c69d0 1b6f267 2585e64 175da87 af4f1b0 7333b76 8d4929c 16074e9 e592e74 0c7e3c0 379b09a 33c49f7 01b2630 4c1e3e3 814bafd 4542d35 363af5a 0b9a76a 4527dca eecac35 d629a2d 8ef8b67 9c0d518 a949113 deda677 5078d01 953a968 6fbff68 28acdbf 4e55b3a 2f45992 7dd88a8 4bbedcf 3bba115 f11c963 c04bebb 9cd4b7f 622c69a 72581f8 35500fe 6886775 1d3a7e0 a624d2c 0c38776 04ba9ec 3fed209 f12ba11 d112924 49586aa 6024fad 13c0ec1 03cae0a 8b07fe9 b567b5b ff6bbde 9a6b8d4 389ce73 ce1b647 7dc2c0c 22eac2a 6cf4d55 e08f58b 56690ca c12b296 0d97a54 ac97b18 67b3bba c4e5012 0e1e50c 78e75f2 97df81d f945089 dc70a04 c0f89ad e0196cd 0de4608 3c40987 999bc19 d60fc5f 842eb32 e2a0c9b bd681b5 e7fb338 24bfd00 0a56387 2891b4f 1b6f267 56e47ec 7333b76 8d4929c 23599cb 379b09a 33c49f7 c22cd50 4542d35 363af5a 0b9a76a 4527dca eecac35 3d3aa02 42c5e0a a949113 b6682a6 6fbff68 28acdbf 4b304ec 4bbedcf 3bba115 4621e19 622c69a 72581f8 21eee46 a624d2c 0c38776 f35f46a d112924 49586aa ea650f2 8b07fe9 b567b5b 2324a65 ce1b647 7dc2c0c 064c992 56690ca c12b296 f4f0f82 c4e5012 0e1e50c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 |
---
dataset_info:
- config_name: bigvul
features:
- name: cwe
dtype: string
- name: id
dtype: string
- name: source
dtype: string
- name: label
dtype: bool
splits:
- name: train
num_bytes: 50504004
num_examples: 64372
- name: val
num_bytes: 10728150
num_examples: 13794
- name: test
num_bytes: 10783236
num_examples: 13794
download_size: 65644392
dataset_size: 72015390
- config_name: bigvul-mini
features:
- name: cwe
dtype: string
- name: id
dtype: string
- name: source
dtype: string
- name: label
dtype: bool
splits:
- name: train
num_bytes: 16348313
num_examples: 21000
- name: val
num_bytes: 3503952
num_examples: 4500
- name: test
num_bytes: 3526318
num_examples: 4500
download_size: 21577676
dataset_size: 23378583
- config_name: devign
features:
- name: id
dtype: string
- name: label
dtype: bool
- name: source
dtype: string
- name: cwe
dtype: string
splits:
- name: train
num_bytes: 42314906
num_examples: 21854
- name: val
num_bytes: 5169349
num_examples: 2732
- name: test
num_bytes: 5244429
num_examples: 2732
download_size: 36688262
dataset_size: 52728684
- config_name: diversevul
features:
- name: source
dtype: string
- name: label
dtype: bool
- name: cwe
dtype: string
- name: project
dtype: string
- name: id
dtype: string
- name: hash
dtype: float64
- name: size
dtype: int64
- name: message
dtype: string
splits:
- name: train
num_bytes: 191496225
num_examples: 96607
- name: val
num_bytes: 42021749
num_examples: 20702
- name: test
num_bytes: 41667574
num_examples: 20702
download_size: 247168948
dataset_size: 275185548
- config_name: diversevul-mini
features:
- name: source
dtype: string
- name: label
dtype: bool
- name: cwe
dtype: string
- name: project
dtype: string
- name: id
dtype: string
- name: hash
dtype: float64
- name: size
dtype: int64
- name: message
dtype: string
splits:
- name: train
num_bytes: 41747683
num_examples: 21000
- name: val
num_bytes: 8876872
num_examples: 4500
- name: test
num_bytes: 9753996
num_examples: 4500
download_size: 49997548
dataset_size: 60378551
- config_name: draper
features:
- name: id
dtype: string
- name: source
dtype: string
- name: label
dtype: bool
- name: cwe
dtype: string
splits:
- name: train
num_bytes: 158531225
num_examples: 205676
- name: val
num_bytes: 19744071
num_examples: 25710
- name: test
num_bytes: 19796830
num_examples: 25710
download_size: 190217198
dataset_size: 198072126
- config_name: draper-mini
features:
- name: id
dtype: string
- name: source
dtype: string
- name: label
dtype: bool
- name: cwe
dtype: string
splits:
- name: train
num_bytes: 18509898
num_examples: 23998
- name: val
num_bytes: 2331576
num_examples: 3000
- name: test
num_bytes: 2277907
num_examples: 3000
download_size: 22300438
dataset_size: 23119381
- config_name: megavul
features:
- name: source
dtype: string
- name: cwe
dtype: string
- name: id
dtype: string
- name: label
dtype: bool
splits:
- name: train
num_bytes: 40650384
num_examples: 45771
- name: val
num_bytes: 8870592
num_examples: 9809
- name: test
num_bytes: 8717485
num_examples: 9809
download_size: 54055530
dataset_size: 58238461
- config_name: megavul-mini
features:
- name: source
dtype: string
- name: cwe
dtype: string
- name: id
dtype: string
- name: label
dtype: bool
splits:
- name: train
num_bytes: 18729732
num_examples: 21000
- name: val
num_bytes: 4014553
num_examples: 4500
- name: test
num_bytes: 3956845
num_examples: 4500
download_size: 24964386
dataset_size: 26701130
- config_name: msr
features:
- name: id
dtype: int64
- name: source
dtype: string
- name: label
dtype: bool
- name: cwe
dtype: string
splits:
- name: train
num_bytes: 103345919
num_examples: 105730
- name: val
num_bytes: 12689863
num_examples: 13217
- name: test
num_bytes: 12470021
num_examples: 13217
download_size: 58181832
dataset_size: 128505803
- config_name: mvd
features:
- name: id
dtype: string
- name: source
dtype: string
- name: cwe
dtype: string
- name: label
dtype: bool
splits:
- name: train
num_bytes: 181021237
num_examples: 146374
- name: val
num_bytes: 22745474
num_examples: 18297
- name: test
num_bytes: 22459938
num_examples: 18297
download_size: 141468877
dataset_size: 226226649
- config_name: mvd-mini
features:
- name: id
dtype: string
- name: source
dtype: string
- name: cwe
dtype: string
- name: label
dtype: bool
splits:
- name: train
num_bytes: 29241825
num_examples: 24000
- name: val
num_bytes: 3620733
num_examples: 3000
- name: test
num_bytes: 3752186
num_examples: 3000
download_size: 22854852
dataset_size: 36614744
- config_name: primevul-default
features:
- name: id
dtype: int64
- name: label
dtype: bool
- name: source
dtype: string
- name: cwe
dtype: string
splits:
- name: train
num_bytes: 120718467
num_examples: 88405
- name: val
num_bytes: 25774625
num_examples: 18945
- name: test
num_bytes: 25189089
num_examples: 18945
download_size: 147463944
dataset_size: 171682181
- config_name: primevul-default-mini
features:
- name: id
dtype: int64
- name: label
dtype: bool
- name: source
dtype: string
- name: cwe
dtype: string
splits:
- name: train
num_bytes: 28938684
num_examples: 21000
- name: val
num_bytes: 6322177
num_examples: 4500
- name: test
num_bytes: 5794527
num_examples: 4500
download_size: 35123556
dataset_size: 41055388
- config_name: primevul-paired
features:
- name: id
dtype: string
- name: source
dtype: string
- name: label
dtype: bool
- name: cwe
dtype: string
splits:
- name: train
num_bytes: 24100007
num_examples: 5256
- name: val
num_bytes: 3433397
num_examples: 657
- name: test
num_bytes: 2709329
num_examples: 658
download_size: 20577412
dataset_size: 30242733
- config_name: reposvul
features:
- name: id
dtype: string
- name: source
dtype: string
- name: label
dtype: bool
- name: cwe
dtype: string
- name: project
dtype: string
splits:
- name: train
num_bytes: 82682382
num_examples: 70760
- name: val
num_bytes: 17227682
num_examples: 15163
- name: test
num_bytes: 17363077
num_examples: 15164
download_size: 105879892
dataset_size: 117273141
- config_name: reposvul-mini
features:
- name: id
dtype: string
- name: source
dtype: string
- name: label
dtype: bool
- name: cwe
dtype: string
- name: project
dtype: string
splits:
- name: train
num_bytes: 27759216
num_examples: 24000
- name: val
num_bytes: 3496750
num_examples: 3000
- name: test
num_bytes: 3726329
num_examples: 3000
download_size: 31642386
dataset_size: 34982295
- config_name: reveal
features:
- name: id
dtype: string
- name: label
dtype: bool
- name: source
dtype: string
- name: cwe
dtype: string
splits:
- name: train
num_bytes: 25426552
num_examples: 18187
- name: val
num_bytes: 2951346
num_examples: 2273
- name: test
num_bytes: 3457706
num_examples: 2274
download_size: 23786424
dataset_size: 31835604
- config_name: vuldeepecker
features:
- name: id
dtype: string
- name: source
dtype: string
- name: label
dtype: bool
- name: cwe
dtype: string
splits:
- name: train
num_bytes: 100414755
num_examples: 128115
- name: val
num_bytes: 12292683
num_examples: 16015
- name: test
num_bytes: 12607607
num_examples: 16015
download_size: 96813644
dataset_size: 125315045
- config_name: vuldeepecker-mini
features:
- name: id
dtype: string
- name: source
dtype: string
- name: label
dtype: bool
- name: cwe
dtype: string
splits:
- name: train
num_bytes: 18923991
num_examples: 24000
- name: val
num_bytes: 2334327
num_examples: 3000
- name: test
num_bytes: 2141962
num_examples: 3000
download_size: 18091984
dataset_size: 23400280
configs:
- config_name: bigvul
data_files:
- split: train
path: bigvul/train-*
- split: val
path: bigvul/val-*
- split: test
path: bigvul/test-*
- config_name: bigvul-mini
data_files:
- split: train
path: bigvul-mini/train-*
- split: val
path: bigvul-mini/val-*
- split: test
path: bigvul-mini/test-*
- config_name: devign
data_files:
- split: train
path: devign/train-*
- split: val
path: devign/val-*
- split: test
path: devign/test-*
- config_name: diversevul
data_files:
- split: train
path: diversevul/train-*
- split: val
path: diversevul/val-*
- split: test
path: diversevul/test-*
- config_name: diversevul-mini
data_files:
- split: train
path: diversevul-mini/train-*
- split: val
path: diversevul-mini/val-*
- split: test
path: diversevul-mini/test-*
- config_name: draper
data_files:
- split: train
path: draper/train-*
- split: val
path: draper/val-*
- split: test
path: draper/test-*
- config_name: draper-mini
data_files:
- split: train
path: draper-mini/train-*
- split: val
path: draper-mini/val-*
- split: test
path: draper-mini/test-*
- config_name: megavul
data_files:
- split: train
path: megavul/train-*
- split: val
path: megavul/val-*
- split: test
path: megavul/test-*
- config_name: megavul-mini
data_files:
- split: train
path: megavul-mini/train-*
- split: val
path: megavul-mini/val-*
- split: test
path: megavul-mini/test-*
- config_name: msr
data_files:
- split: train
path: msr/train-*
- split: val
path: msr/val-*
- split: test
path: msr/test-*
- config_name: mvd
data_files:
- split: train
path: mvd/train-*
- split: val
path: mvd/val-*
- split: test
path: mvd/test-*
- config_name: mvd-mini
data_files:
- split: train
path: mvd-mini/train-*
- split: val
path: mvd-mini/val-*
- split: test
path: mvd-mini/test-*
- config_name: primevul-default
data_files:
- split: train
path: primevul-default/train-*
- split: val
path: primevul-default/val-*
- split: test
path: primevul-default/test-*
- config_name: primevul-default-mini
data_files:
- split: train
path: primevul-default-mini/train-*
- split: val
path: primevul-default-mini/val-*
- split: test
path: primevul-default-mini/test-*
- config_name: primevul-paired
data_files:
- split: train
path: primevul-paired/train-*
- split: val
path: primevul-paired/val-*
- split: test
path: primevul-paired/test-*
- config_name: reposvul
data_files:
- split: train
path: reposvul/train-*
- split: val
path: reposvul/val-*
- split: test
path: reposvul/test-*
- config_name: reposvul-mini
data_files:
- split: train
path: reposvul-mini/train-*
- split: val
path: reposvul-mini/val-*
- split: test
path: reposvul-mini/test-*
- config_name: reveal
data_files:
- split: train
path: reveal/train-*
- split: val
path: reveal/val-*
- split: test
path: reveal/test-*
- config_name: vuldeepecker
data_files:
- split: train
path: vuldeepecker/train-*
- split: val
path: vuldeepecker/val-*
- split: test
path: vuldeepecker/test-*
- config_name: vuldeepecker-mini
data_files:
- split: train
path: vuldeepecker-mini/train-*
- split: val
path: vuldeepecker-mini/val-*
- split: test
path: vuldeepecker-mini/test-*
---
|