Convert dataset to Parquet (#8)
Browse files- Convert dataset to Parquet (6baa09772e6ddf7e7b5d629ea64f1a8c1df21c3c)
- Add rc.nocontext data files (279d93a6e999c93dc992e1a705389e350ba7f706)
- Add unfiltered data files (part 00001-of-00002) (87a3c8085e004c925fba5a31831e5e7ffc2dda58)
- Add unfiltered data files (part 00000-of-00002) (55b099b979da6a1857779c8f1df87105879a191a)
- Add unfiltered.nocontext data files (640d3785c8080b8c2cef6ddc1e083b4c3596add0)
- Add rc.web data files (a2820de3fe2f7e9159ddd2703649692a5f7af6dd)
- Add rc.web.nocontext data files (2cc307f5321796c0ce8d4bab1b0c12b478844be9)
- Add rc.wikipedia data files (8d35a53732b44b4b615c00855fe40f965b8f13e9)
- Add rc.wikipedia.nocontext data files (a0a1708169dbeefee25332a5c8eaebbc4d8726da)
- Delete loading script (f59b4da4d92cf18e0c8a9211c9d7376eaadccb1f)
- Delete data folder (8dc2b82074533f20e92858f3577f10ff192f48cc)
- README.md +137 -72
- data/triviaqa-unfiltered.zip → rc.nocontext/test-00000-of-00001.parquet +2 -2
- data/triviaqa-rc.zip → rc.nocontext/train-00000-of-00001.parquet +2 -2
- rc.nocontext/validation-00000-of-00001.parquet +3 -0
- rc.web.nocontext/test-00000-of-00001.parquet +3 -0
- rc.web.nocontext/train-00000-of-00001.parquet +3 -0
- rc.web.nocontext/validation-00000-of-00001.parquet +3 -0
- rc.web/test-00000-of-00003.parquet +3 -0
- rc.web/test-00001-of-00003.parquet +3 -0
- rc.web/test-00002-of-00003.parquet +3 -0
- rc.web/train-00000-of-00019.parquet +3 -0
- rc.web/train-00001-of-00019.parquet +3 -0
- rc.web/train-00002-of-00019.parquet +3 -0
- rc.web/train-00003-of-00019.parquet +3 -0
- rc.web/train-00004-of-00019.parquet +3 -0
- rc.web/train-00005-of-00019.parquet +3 -0
- rc.web/train-00006-of-00019.parquet +3 -0
- rc.web/train-00007-of-00019.parquet +3 -0
- rc.web/train-00008-of-00019.parquet +3 -0
- rc.web/train-00009-of-00019.parquet +3 -0
- rc.web/train-00010-of-00019.parquet +3 -0
- rc.web/train-00011-of-00019.parquet +3 -0
- rc.web/train-00012-of-00019.parquet +3 -0
- rc.web/train-00013-of-00019.parquet +3 -0
- rc.web/train-00014-of-00019.parquet +3 -0
- rc.web/train-00015-of-00019.parquet +3 -0
- rc.web/train-00016-of-00019.parquet +3 -0
- rc.web/train-00017-of-00019.parquet +3 -0
- rc.web/train-00018-of-00019.parquet +3 -0
- rc.web/validation-00000-of-00003.parquet +3 -0
- rc.web/validation-00001-of-00003.parquet +3 -0
- rc.web/validation-00002-of-00003.parquet +3 -0
- rc.wikipedia.nocontext/test-00000-of-00001.parquet +3 -0
- rc.wikipedia.nocontext/train-00000-of-00001.parquet +3 -0
- rc.wikipedia.nocontext/validation-00000-of-00001.parquet +3 -0
- rc.wikipedia/test-00000-of-00001.parquet +3 -0
- rc.wikipedia/train-00000-of-00007.parquet +3 -0
- rc.wikipedia/train-00001-of-00007.parquet +3 -0
- rc.wikipedia/train-00002-of-00007.parquet +3 -0
- rc.wikipedia/train-00003-of-00007.parquet +3 -0
- rc.wikipedia/train-00004-of-00007.parquet +3 -0
- rc.wikipedia/train-00005-of-00007.parquet +3 -0
- rc.wikipedia/train-00006-of-00007.parquet +3 -0
- rc.wikipedia/validation-00000-of-00001.parquet +3 -0
- rc/test-00000-of-00004.parquet +3 -0
- rc/test-00001-of-00004.parquet +3 -0
- rc/test-00002-of-00004.parquet +3 -0
- rc/test-00003-of-00004.parquet +3 -0
- rc/train-00000-of-00026.parquet +3 -0
- rc/train-00001-of-00026.parquet +3 -0
|
@@ -9,8 +9,6 @@ license:
|
|
| 9 |
- unknown
|
| 10 |
multilinguality:
|
| 11 |
- monolingual
|
| 12 |
-
paperswithcode_id: triviaqa
|
| 13 |
-
pretty_name: TriviaQA
|
| 14 |
size_categories:
|
| 15 |
- 10K<n<100K
|
| 16 |
- 100K<n<1M
|
|
@@ -24,6 +22,8 @@ task_ids:
|
|
| 24 |
- open-domain-abstractive-qa
|
| 25 |
- extractive-qa
|
| 26 |
- abstractive-qa
|
|
|
|
|
|
|
| 27 |
dataset_info:
|
| 28 |
- config_name: rc
|
| 29 |
features:
|
|
@@ -75,16 +75,16 @@ dataset_info:
|
|
| 75 |
dtype: string
|
| 76 |
splits:
|
| 77 |
- name: train
|
| 78 |
-
num_bytes:
|
| 79 |
num_examples: 138384
|
| 80 |
- name: validation
|
| 81 |
-
num_bytes:
|
| 82 |
num_examples: 17944
|
| 83 |
- name: test
|
| 84 |
-
num_bytes:
|
| 85 |
num_examples: 17210
|
| 86 |
-
download_size:
|
| 87 |
-
dataset_size:
|
| 88 |
- config_name: rc.nocontext
|
| 89 |
features:
|
| 90 |
- name: question
|
|
@@ -135,17 +135,17 @@ dataset_info:
|
|
| 135 |
dtype: string
|
| 136 |
splits:
|
| 137 |
- name: train
|
| 138 |
-
num_bytes:
|
| 139 |
num_examples: 138384
|
| 140 |
- name: validation
|
| 141 |
-
num_bytes:
|
| 142 |
num_examples: 17944
|
| 143 |
- name: test
|
| 144 |
-
num_bytes:
|
| 145 |
num_examples: 17210
|
| 146 |
-
download_size:
|
| 147 |
-
dataset_size:
|
| 148 |
-
- config_name:
|
| 149 |
features:
|
| 150 |
- name: question
|
| 151 |
dtype: string
|
|
@@ -195,17 +195,17 @@ dataset_info:
|
|
| 195 |
dtype: string
|
| 196 |
splits:
|
| 197 |
- name: train
|
| 198 |
-
num_bytes:
|
| 199 |
-
num_examples:
|
| 200 |
- name: validation
|
| 201 |
-
num_bytes:
|
| 202 |
-
num_examples:
|
| 203 |
- name: test
|
| 204 |
-
num_bytes:
|
| 205 |
-
num_examples:
|
| 206 |
-
download_size:
|
| 207 |
-
dataset_size:
|
| 208 |
-
- config_name:
|
| 209 |
features:
|
| 210 |
- name: question
|
| 211 |
dtype: string
|
|
@@ -255,17 +255,17 @@ dataset_info:
|
|
| 255 |
dtype: string
|
| 256 |
splits:
|
| 257 |
- name: train
|
| 258 |
-
num_bytes:
|
| 259 |
-
num_examples:
|
| 260 |
- name: validation
|
| 261 |
-
num_bytes:
|
| 262 |
-
num_examples:
|
| 263 |
- name: test
|
| 264 |
-
num_bytes:
|
| 265 |
-
num_examples:
|
| 266 |
-
download_size:
|
| 267 |
-
dataset_size:
|
| 268 |
-
- config_name: rc.
|
| 269 |
features:
|
| 270 |
- name: question
|
| 271 |
dtype: string
|
|
@@ -315,17 +315,17 @@ dataset_info:
|
|
| 315 |
dtype: string
|
| 316 |
splits:
|
| 317 |
- name: train
|
| 318 |
-
num_bytes:
|
| 319 |
-
num_examples:
|
| 320 |
- name: validation
|
| 321 |
-
num_bytes:
|
| 322 |
-
num_examples:
|
| 323 |
- name: test
|
| 324 |
-
num_bytes:
|
| 325 |
-
num_examples:
|
| 326 |
-
download_size:
|
| 327 |
-
dataset_size:
|
| 328 |
-
- config_name: rc.
|
| 329 |
features:
|
| 330 |
- name: question
|
| 331 |
dtype: string
|
|
@@ -375,17 +375,17 @@ dataset_info:
|
|
| 375 |
dtype: string
|
| 376 |
splits:
|
| 377 |
- name: train
|
| 378 |
-
num_bytes:
|
| 379 |
-
num_examples:
|
| 380 |
- name: validation
|
| 381 |
-
num_bytes:
|
| 382 |
-
num_examples:
|
| 383 |
- name: test
|
| 384 |
-
num_bytes:
|
| 385 |
-
num_examples:
|
| 386 |
-
download_size:
|
| 387 |
-
dataset_size:
|
| 388 |
-
- config_name: unfiltered
|
| 389 |
features:
|
| 390 |
- name: question
|
| 391 |
dtype: string
|
|
@@ -435,11 +435,17 @@ dataset_info:
|
|
| 435 |
dtype: string
|
| 436 |
splits:
|
| 437 |
- name: train
|
|
|
|
|
|
|
| 438 |
- name: validation
|
|
|
|
|
|
|
| 439 |
- name: test
|
| 440 |
-
|
| 441 |
-
|
| 442 |
-
|
|
|
|
|
|
|
| 443 |
features:
|
| 444 |
- name: question
|
| 445 |
dtype: string
|
|
@@ -489,11 +495,17 @@ dataset_info:
|
|
| 489 |
dtype: string
|
| 490 |
splits:
|
| 491 |
- name: train
|
|
|
|
|
|
|
| 492 |
- name: validation
|
|
|
|
|
|
|
| 493 |
- name: test
|
| 494 |
-
|
| 495 |
-
|
| 496 |
-
|
|
|
|
|
|
|
| 497 |
features:
|
| 498 |
- name: question
|
| 499 |
dtype: string
|
|
@@ -543,17 +555,11 @@ dataset_info:
|
|
| 543 |
dtype: string
|
| 544 |
splits:
|
| 545 |
- name: train
|
| 546 |
-
num_bytes: 3340800860
|
| 547 |
-
num_examples: 61888
|
| 548 |
- name: validation
|
| 549 |
-
num_bytes: 430166174
|
| 550 |
-
num_examples: 7993
|
| 551 |
- name: test
|
| 552 |
-
|
| 553 |
-
|
| 554 |
-
|
| 555 |
-
dataset_size: 4177013662
|
| 556 |
-
- config_name: rc.wikipedia.nocontext
|
| 557 |
features:
|
| 558 |
- name: question
|
| 559 |
dtype: string
|
|
@@ -603,16 +609,10 @@ dataset_info:
|
|
| 603 |
dtype: string
|
| 604 |
splits:
|
| 605 |
- name: train
|
| 606 |
-
num_bytes: 48360513
|
| 607 |
-
num_examples: 61888
|
| 608 |
- name: validation
|
| 609 |
-
num_bytes: 6365397
|
| 610 |
-
num_examples: 7993
|
| 611 |
- name: test
|
| 612 |
-
|
| 613 |
-
|
| 614 |
-
download_size: 2665779500
|
| 615 |
-
dataset_size: 56369190
|
| 616 |
- config_name: unfiltered.wikipedia
|
| 617 |
features:
|
| 618 |
- name: question
|
|
@@ -721,6 +721,71 @@ dataset_info:
|
|
| 721 |
- name: test
|
| 722 |
download_size: 632549060
|
| 723 |
dataset_size: 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 724 |
---
|
| 725 |
|
| 726 |
# Dataset Card for "trivia_qa"
|
|
|
|
| 9 |
- unknown
|
| 10 |
multilinguality:
|
| 11 |
- monolingual
|
|
|
|
|
|
|
| 12 |
size_categories:
|
| 13 |
- 10K<n<100K
|
| 14 |
- 100K<n<1M
|
|
|
|
| 22 |
- open-domain-abstractive-qa
|
| 23 |
- extractive-qa
|
| 24 |
- abstractive-qa
|
| 25 |
+
paperswithcode_id: triviaqa
|
| 26 |
+
pretty_name: TriviaQA
|
| 27 |
dataset_info:
|
| 28 |
- config_name: rc
|
| 29 |
features:
|
|
|
|
| 75 |
dtype: string
|
| 76 |
splits:
|
| 77 |
- name: train
|
| 78 |
+
num_bytes: 12749651131
|
| 79 |
num_examples: 138384
|
| 80 |
- name: validation
|
| 81 |
+
num_bytes: 1662321188
|
| 82 |
num_examples: 17944
|
| 83 |
- name: test
|
| 84 |
+
num_bytes: 1577710503
|
| 85 |
num_examples: 17210
|
| 86 |
+
download_size: 8998808983
|
| 87 |
+
dataset_size: 15989682822
|
| 88 |
- config_name: rc.nocontext
|
| 89 |
features:
|
| 90 |
- name: question
|
|
|
|
| 135 |
dtype: string
|
| 136 |
splits:
|
| 137 |
- name: train
|
| 138 |
+
num_bytes: 106882730
|
| 139 |
num_examples: 138384
|
| 140 |
- name: validation
|
| 141 |
+
num_bytes: 14059830
|
| 142 |
num_examples: 17944
|
| 143 |
- name: test
|
| 144 |
+
num_bytes: 3667903
|
| 145 |
num_examples: 17210
|
| 146 |
+
download_size: 63926518
|
| 147 |
+
dataset_size: 124610463
|
| 148 |
+
- config_name: rc.web
|
| 149 |
features:
|
| 150 |
- name: question
|
| 151 |
dtype: string
|
|
|
|
| 195 |
dtype: string
|
| 196 |
splits:
|
| 197 |
- name: train
|
| 198 |
+
num_bytes: 9408851139
|
| 199 |
+
num_examples: 76496
|
| 200 |
- name: validation
|
| 201 |
+
num_bytes: 1232155138
|
| 202 |
+
num_examples: 9951
|
| 203 |
- name: test
|
| 204 |
+
num_bytes: 1171663999
|
| 205 |
+
num_examples: 9509
|
| 206 |
+
download_size: 6626625832
|
| 207 |
+
dataset_size: 11812670276
|
| 208 |
+
- config_name: rc.web.nocontext
|
| 209 |
features:
|
| 210 |
- name: question
|
| 211 |
dtype: string
|
|
|
|
| 255 |
dtype: string
|
| 256 |
splits:
|
| 257 |
- name: train
|
| 258 |
+
num_bytes: 58523085
|
| 259 |
+
num_examples: 76496
|
| 260 |
- name: validation
|
| 261 |
+
num_bytes: 7694557
|
| 262 |
+
num_examples: 9951
|
| 263 |
- name: test
|
| 264 |
+
num_bytes: 2024747
|
| 265 |
+
num_examples: 9509
|
| 266 |
+
download_size: 35123473
|
| 267 |
+
dataset_size: 68242389
|
| 268 |
+
- config_name: rc.wikipedia
|
| 269 |
features:
|
| 270 |
- name: question
|
| 271 |
dtype: string
|
|
|
|
| 315 |
dtype: string
|
| 316 |
splits:
|
| 317 |
- name: train
|
| 318 |
+
num_bytes: 3340799992
|
| 319 |
+
num_examples: 61888
|
| 320 |
- name: validation
|
| 321 |
+
num_bytes: 430166050
|
| 322 |
+
num_examples: 7993
|
| 323 |
- name: test
|
| 324 |
+
num_bytes: 406046504
|
| 325 |
+
num_examples: 7701
|
| 326 |
+
download_size: 2293374081
|
| 327 |
+
dataset_size: 4177012546
|
| 328 |
+
- config_name: rc.wikipedia.nocontext
|
| 329 |
features:
|
| 330 |
- name: question
|
| 331 |
dtype: string
|
|
|
|
| 375 |
dtype: string
|
| 376 |
splits:
|
| 377 |
- name: train
|
| 378 |
+
num_bytes: 48359645
|
| 379 |
+
num_examples: 61888
|
| 380 |
- name: validation
|
| 381 |
+
num_bytes: 6365273
|
| 382 |
+
num_examples: 7993
|
| 383 |
- name: test
|
| 384 |
+
num_bytes: 1643156
|
| 385 |
+
num_examples: 7701
|
| 386 |
+
download_size: 28803950
|
| 387 |
+
dataset_size: 56368074
|
| 388 |
+
- config_name: unfiltered
|
| 389 |
features:
|
| 390 |
- name: question
|
| 391 |
dtype: string
|
|
|
|
| 435 |
dtype: string
|
| 436 |
splits:
|
| 437 |
- name: train
|
| 438 |
+
num_bytes: 23292199425
|
| 439 |
+
num_examples: 87622
|
| 440 |
- name: validation
|
| 441 |
+
num_bytes: 3038803743
|
| 442 |
+
num_examples: 11313
|
| 443 |
- name: test
|
| 444 |
+
num_bytes: 2906455311
|
| 445 |
+
num_examples: 10832
|
| 446 |
+
download_size: 16695552268
|
| 447 |
+
dataset_size: 29237458479
|
| 448 |
+
- config_name: unfiltered.nocontext
|
| 449 |
features:
|
| 450 |
- name: question
|
| 451 |
dtype: string
|
|
|
|
| 495 |
dtype: string
|
| 496 |
splits:
|
| 497 |
- name: train
|
| 498 |
+
num_bytes: 63300226
|
| 499 |
+
num_examples: 87622
|
| 500 |
- name: validation
|
| 501 |
+
num_bytes: 8296870
|
| 502 |
+
num_examples: 11313
|
| 503 |
- name: test
|
| 504 |
+
num_bytes: 2320660
|
| 505 |
+
num_examples: 10832
|
| 506 |
+
download_size: 38364033
|
| 507 |
+
dataset_size: 73917756
|
| 508 |
+
- config_name: unfiltered.web
|
| 509 |
features:
|
| 510 |
- name: question
|
| 511 |
dtype: string
|
|
|
|
| 555 |
dtype: string
|
| 556 |
splits:
|
| 557 |
- name: train
|
|
|
|
|
|
|
| 558 |
- name: validation
|
|
|
|
|
|
|
| 559 |
- name: test
|
| 560 |
+
download_size: 3298328560
|
| 561 |
+
dataset_size: 0
|
| 562 |
+
- config_name: unfiltered.web.nocontext
|
|
|
|
|
|
|
| 563 |
features:
|
| 564 |
- name: question
|
| 565 |
dtype: string
|
|
|
|
| 609 |
dtype: string
|
| 610 |
splits:
|
| 611 |
- name: train
|
|
|
|
|
|
|
| 612 |
- name: validation
|
|
|
|
|
|
|
| 613 |
- name: test
|
| 614 |
+
download_size: 632549060
|
| 615 |
+
dataset_size: 0
|
|
|
|
|
|
|
| 616 |
- config_name: unfiltered.wikipedia
|
| 617 |
features:
|
| 618 |
- name: question
|
|
|
|
| 721 |
- name: test
|
| 722 |
download_size: 632549060
|
| 723 |
dataset_size: 0
|
| 724 |
+
configs:
|
| 725 |
+
- config_name: rc
|
| 726 |
+
data_files:
|
| 727 |
+
- split: train
|
| 728 |
+
path: rc/train-*
|
| 729 |
+
- split: validation
|
| 730 |
+
path: rc/validation-*
|
| 731 |
+
- split: test
|
| 732 |
+
path: rc/test-*
|
| 733 |
+
- config_name: rc.nocontext
|
| 734 |
+
data_files:
|
| 735 |
+
- split: train
|
| 736 |
+
path: rc.nocontext/train-*
|
| 737 |
+
- split: validation
|
| 738 |
+
path: rc.nocontext/validation-*
|
| 739 |
+
- split: test
|
| 740 |
+
path: rc.nocontext/test-*
|
| 741 |
+
- config_name: rc.web
|
| 742 |
+
data_files:
|
| 743 |
+
- split: train
|
| 744 |
+
path: rc.web/train-*
|
| 745 |
+
- split: validation
|
| 746 |
+
path: rc.web/validation-*
|
| 747 |
+
- split: test
|
| 748 |
+
path: rc.web/test-*
|
| 749 |
+
- config_name: rc.web.nocontext
|
| 750 |
+
data_files:
|
| 751 |
+
- split: train
|
| 752 |
+
path: rc.web.nocontext/train-*
|
| 753 |
+
- split: validation
|
| 754 |
+
path: rc.web.nocontext/validation-*
|
| 755 |
+
- split: test
|
| 756 |
+
path: rc.web.nocontext/test-*
|
| 757 |
+
- config_name: rc.wikipedia
|
| 758 |
+
data_files:
|
| 759 |
+
- split: train
|
| 760 |
+
path: rc.wikipedia/train-*
|
| 761 |
+
- split: validation
|
| 762 |
+
path: rc.wikipedia/validation-*
|
| 763 |
+
- split: test
|
| 764 |
+
path: rc.wikipedia/test-*
|
| 765 |
+
- config_name: rc.wikipedia.nocontext
|
| 766 |
+
data_files:
|
| 767 |
+
- split: train
|
| 768 |
+
path: rc.wikipedia.nocontext/train-*
|
| 769 |
+
- split: validation
|
| 770 |
+
path: rc.wikipedia.nocontext/validation-*
|
| 771 |
+
- split: test
|
| 772 |
+
path: rc.wikipedia.nocontext/test-*
|
| 773 |
+
- config_name: unfiltered
|
| 774 |
+
data_files:
|
| 775 |
+
- split: train
|
| 776 |
+
path: unfiltered/train-*
|
| 777 |
+
- split: validation
|
| 778 |
+
path: unfiltered/validation-*
|
| 779 |
+
- split: test
|
| 780 |
+
path: unfiltered/test-*
|
| 781 |
+
- config_name: unfiltered.nocontext
|
| 782 |
+
data_files:
|
| 783 |
+
- split: train
|
| 784 |
+
path: unfiltered.nocontext/train-*
|
| 785 |
+
- split: validation
|
| 786 |
+
path: unfiltered.nocontext/validation-*
|
| 787 |
+
- split: test
|
| 788 |
+
path: unfiltered.nocontext/test-*
|
| 789 |
---
|
| 790 |
|
| 791 |
# Dataset Card for "trivia_qa"
|
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35718c1b37e786c823a5b1e810bf97cd085a1536396143a153b4cb30ba41e4c5
|
| 3 |
+
size 1199699
|
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:455223e4a3ba6977611914d96b1b812fe19a6cd4ea3aef4df381f093b297670c
|
| 3 |
+
size 55391498
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48a5005c0eb4f8a4ae5b9868644297fd5bf1e694aeb3dc9c8ab958cac0d5b201
|
| 3 |
+
size 7335321
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58743d7e5afaa36418b38de2269b8abeded76f33478e28c51949e758d2fbea9e
|
| 3 |
+
size 663602
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aca00ff8d7bbc8f22ee3116212e25809953a287e6c7a0eb354497a3b4e4e5fe4
|
| 3 |
+
size 30419553
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c1fc895743d8be8c672f3b82d3578f06439c264c97426301f1e26d6fe5e6a27
|
| 3 |
+
size 4040318
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89a2739021ea231b89811d7717f575063301a5ef26adc226420d8122b7196973
|
| 3 |
+
size 212541088
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22de079cc05ba5332ed792acf916522dc9e34d289cd6c24d3cc2f234c056644f
|
| 3 |
+
size 225720480
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a777735caae881263b46008f5ede5bf7c5cd446708c3388cd187d3fe4223201
|
| 3 |
+
size 221402381
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1381db0818aa3bcdc39d95021576787958eb632be07d026936e18d0ef3675f8
|
| 3 |
+
size 233890936
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7bc3228101e50235f0e060c2553b914a68cfb386451a568264b0c99f6101f20
|
| 3 |
+
size 223556504
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e9d624b07df89cadd9a623e01a5fc24c8027f10c5dee0f38e1e779d712ac575
|
| 3 |
+
size 229459825
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b7fd966db06b5486b1fbe10cfa859ce376fc60c7132fa77180ddc5eb0da9da3
|
| 3 |
+
size 209818128
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:674e7a31172a64e09a62c94fbeeece09bb4b14d94b41f368fea1b2ff4fa4a6ac
|
| 3 |
+
size 310780822
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5340ea7d6214a401df7a7e8e6a4cf98f8f4905f2251283916d4ecd5fb88e82a5
|
| 3 |
+
size 391799216
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7a8483ee806e17e1bd8af90eb4fc2c5372261061337a428a440a03c9b7bda3b
|
| 3 |
+
size 344095415
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fec4e11dbc639070d049cee1e850f26c2a02a574ba4bf304d39a19a2cf1cf47f
|
| 3 |
+
size 338882039
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c919f3fab24c368e9b60c7f31626c0dd6cef714cfb33403b3d7caf61d0fc370
|
| 3 |
+
size 315163284
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e22a5029db27f13c760868e4e1a508c971b02ce9a5855c48c57356613758f8bf
|
| 3 |
+
size 240409847
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44112ed9f567c2b26033f0ecdadc8c3ed1f62187e563abacabc5c12ad52a07f6
|
| 3 |
+
size 242746136
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce51961265d4c08227b68182b2abfca192f915059407201794e6788afa347e19
|
| 3 |
+
size 244015077
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81a8d082475a95a869868929d80ab52b08472f79b3366686fc284455e977ba97
|
| 3 |
+
size 246097809
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df9fafb6a6f8578e441e7b1603abf3dead5bd7dc348bbc62abd4e917c1eb4fce
|
| 3 |
+
size 250102722
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c501a8c3a0f7f25b0a674c1f0e2deda1f94ec678b1577d0cc1ee557b723f7508
|
| 3 |
+
size 336017329
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f31bff2ab5ee86fa2a4e7e7fa3772ea0bdd83a2ac74002dee64d3d44f549147
|
| 3 |
+
size 270929361
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1fe1009d9c033ae25a8984e334abe72969f6844af8493dfe85c00e12183878d
|
| 3 |
+
size 263881317
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ba6463c93dc98adb4e0fa35dd38f3e5ebd1c1d54973fbe10225172a2419566d
|
| 3 |
+
size 191501865
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:618c13165308bc47ee72269ee56b3915de8614c28efe3773f2a9ee4fc1601214
|
| 3 |
+
size 386993037
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:839332eff1cc54caf21727741e8f9217c56b7e7b5b6d422bbbd3adc5e2b188f4
|
| 3 |
+
size 224808028
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddc83cc921d4eb1321eb785419d666685b8333cd0c8f218732bcc4c7ee164c2b
|
| 3 |
+
size 237198611
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e6a5a5d2c5f3cb916973a2c94657449bfeb5b428103ffa293d36dfd3d7ef767
|
| 3 |
+
size 234814575
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73a0dac13c3effccf45291f822d13d49301af787784f31ee34c313a61406e1a1
|
| 3 |
+
size 541852
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b5fed7d067aee6af82a68cbff229f2baff2ad543cf5987946965c6fffbd9f41
|
| 3 |
+
size 24953647
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75dd279ece9bcfc7a70366f145e6d94e35d07c6613ef982844119b92375e5791
|
| 3 |
+
size 3308451
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:735df844a0011af55546089a1aaf2e98e47a9989c175f4c56da78d68a021d44f
|
| 3 |
+
size 221488939
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4f952bc93e9b8ff8306d712a6dbc11a60ac90ad17807c34320164b1dc060cb2
|
| 3 |
+
size 240036659
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55cd82902467361c86f350f95c408e741bef13d23ad3ecbc07cb6eca2d9def59
|
| 3 |
+
size 260772194
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebb999da6a4fb3da87cb747b6ad50f277daf75d26fb11017822cfc6ea9dfabe3
|
| 3 |
+
size 318599085
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d97825bc6a92c6b050995a678df25085639536200c45d0323270f5ef02c0d91d
|
| 3 |
+
size 265912308
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54fc211994cef077a0d07d985ecdc35d34defdad80d8a3a00ae06fe4c45ba542
|
| 3 |
+
size 240380758
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d47faf88d279a5378eea2e3392a59fc29c90d99f25bcf9d2b0877413d590f52
|
| 3 |
+
size 258630104
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da55db2ce980a69563af2a61cb63d831ba56c49b8d0673f586b233bcb042cfc0
|
| 3 |
+
size 252775640
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59dcbdde6c1b67b4ef0b7e2591ce682200d32b523cd311e83721716489c104c8
|
| 3 |
+
size 234778394
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:978e7e49659f6b0a44840567df7bab1f2251c2aecce42b4624a06e822d69d889
|
| 3 |
+
size 307480997
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3fc8af24c8b60fa4af5ef9b7718186b72dd8569ab619b281eec68e2ba9d825c
|
| 3 |
+
size 287815054
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82dcee8bffc4af567d90bbb91c2e45b44efb9a0223be0e04544d6d60c7bdd708
|
| 3 |
+
size 171270185
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d25fcc4336f4fa4ea713d38adee43c8f6821a3aeba9ee6ed7bde4add22974d1
|
| 3 |
+
size 127674891
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1ed7220e4d5fcc6e7dc8559f94c7eea6c307efd981dc3f728ff20f85026ba17
|
| 3 |
+
size 307610967
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8edce7061fe88cfc7c1a6e472661d4961cc331985369a6b6d44d834469e61b31
|
| 3 |
+
size 298416732
|