Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
run_id: string
experiment: string
use_patch: bool
use_contrast: bool
best_val_acc: double
test_f1: double
test_pr_auc: double
threshold: double
cross_domain_f1: null
cross_domain_pr_auc: null
weight_path: string
history_path: string
to
{'epoch': Value('int64'), 'train_loss': Value('float64'), 'train_acc': Value('float64'), 'train_precision': Value('float64'), 'train_recall': Value('float64'), 'val_loss': Value('float64'), 'val_acc': Value('float64'), 'val_precision': Value('float64'), 'val_recall': Value('float64'), 'lr': Value('float64')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 764, in write_table
self.write_rows_on_file() # in case there are buffered rows to write first
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 663, in write_rows_on_file
self._write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
run_id: string
experiment: string
use_patch: bool
use_contrast: bool
best_val_acc: double
test_f1: double
test_pr_auc: double
threshold: double
cross_domain_f1: null
cross_domain_pr_auc: null
weight_path: string
history_path: string
to
{'epoch': Value('int64'), 'train_loss': Value('float64'), 'train_acc': Value('float64'), 'train_precision': Value('float64'), 'train_recall': Value('float64'), 'val_loss': Value('float64'), 'val_acc': Value('float64'), 'val_precision': Value('float64'), 'val_recall': Value('float64'), 'lr': Value('float64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 12 new columns ({'best_val_acc', 'use_contrast', 'test_f1', 'cross_domain_pr_auc', 'history_path', 'use_patch', 'weight_path', 'test_pr_auc', 'experiment', 'cross_domain_f1', 'threshold', 'run_id'}) and 10 missing columns ({'epoch', 'val_acc', 'val_loss', 'val_recall', 'lr', 'train_loss', 'val_precision', 'train_precision', 'train_acc', 'train_recall'}).
This happened while the json dataset builder was generating data using
hf://datasets/ShreyashDhoot/tandam-training-notebooks/model_2_patch_history.json (at revision 9162c7c01e2f62d88dc4241f548a8cc34a7a59c5), [/tmp/hf-datasets-cache/medium/datasets/65947999568896-config-parquet-and-info-ShreyashDhoot-tandam-trai-836912b8/hub/datasets--ShreyashDhoot--tandam-training-notebooks/snapshots/9162c7c01e2f62d88dc4241f548a8cc34a7a59c5/model_1_baseline_history.json (origin=hf://datasets/ShreyashDhoot/tandam-training-notebooks@9162c7c01e2f62d88dc4241f548a8cc34a7a59c5/model_1_baseline_history.json), /tmp/hf-datasets-cache/medium/datasets/65947999568896-config-parquet-and-info-ShreyashDhoot-tandam-trai-836912b8/hub/datasets--ShreyashDhoot--tandam-training-notebooks/snapshots/9162c7c01e2f62d88dc4241f548a8cc34a7a59c5/model_1_baseline_summary.json (origin=hf://datasets/ShreyashDhoot/tandam-training-notebooks@9162c7c01e2f62d88dc4241f548a8cc34a7a59c5/model_1_baseline_summary.json), /tmp/hf-datasets-cache/medium/datasets/65947999568896-config-parquet-and-info-ShreyashDhoot-tandam-trai-836912b8/hub/datasets--ShreyashDhoot--tandam-training-notebooks/snapshots/9162c7c01e2f62d88dc4241f548a8cc34a7a59c5/model_2_patch_history.json (origin=hf://datasets/ShreyashDhoot/tandam-training-notebooks@9162c7c01e2f62d88dc4241f548a8cc34a7a59c5/model_2_patch_history.json), /tmp/hf-datasets-cache/medium/datasets/65947999568896-config-parquet-and-info-ShreyashDhoot-tandam-trai-836912b8/hub/datasets--ShreyashDhoot--tandam-training-notebooks/snapshots/9162c7c01e2f62d88dc4241f548a8cc34a7a59c5/model_2_patch_summary.json (origin=hf://datasets/ShreyashDhoot/tandam-training-notebooks@9162c7c01e2f62d88dc4241f548a8cc34a7a59c5/model_2_patch_summary.json)], ['hf://datasets/ShreyashDhoot/tandam-training-notebooks@9162c7c01e2f62d88dc4241f548a8cc34a7a59c5/model_1_baseline_history.json', 'hf://datasets/ShreyashDhoot/tandam-training-notebooks@9162c7c01e2f62d88dc4241f548a8cc34a7a59c5/model_1_baseline_summary.json', 'hf://datasets/ShreyashDhoot/tandam-training-notebooks@9162c7c01e2f62d88dc4241f548a8cc34a7a59c5/model_2_patch_history.json', 'hf://datasets/ShreyashDhoot/tandam-training-notebooks@9162c7c01e2f62d88dc4241f548a8cc34a7a59c5/model_2_patch_summary.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1821, in _prepare_split_single
num_examples, num_bytes = writer.finalize()
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 781, in finalize
self.write_rows_on_file()
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 663, in write_rows_on_file
self._write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
run_id: string
experiment: string
use_patch: bool
use_contrast: bool
best_val_acc: double
test_f1: double
test_pr_auc: double
threshold: double
cross_domain_f1: null
cross_domain_pr_auc: null
weight_path: string
history_path: string
to
{'epoch': Value('int64'), 'train_loss': Value('float64'), 'train_acc': Value('float64'), 'train_precision': Value('float64'), 'train_recall': Value('float64'), 'val_loss': Value('float64'), 'val_acc': Value('float64'), 'val_precision': Value('float64'), 'val_recall': Value('float64'), 'lr': Value('float64')}
because column names don't match
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1832, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
epoch int64 | train_loss float64 | train_acc float64 | train_precision float64 | train_recall float64 | val_loss float64 | val_acc float64 | val_precision float64 | val_recall float64 | lr float64 |
|---|---|---|---|---|---|---|---|---|---|
1 | 0.146284 | 0.580561 | 0.487884 | 0.89265 | 0.139444 | 0.62234 | 0.51549 | 0.891836 | 0.0007 |
2 | 0.141476 | 0.607157 | 0.506141 | 0.901807 | 0.136351 | 0.636525 | 0.526166 | 0.896279 | 0.0007 |
3 | 0.139294 | 0.619874 | 0.515305 | 0.901393 | 0.135295 | 0.644725 | 0.532303 | 0.903777 | 0.0007 |
4 | 0.138115 | 0.625345 | 0.519303 | 0.903532 | 0.133507 | 0.641955 | 0.529605 | 0.91905 | 0.0007 |
5 | 0.13708 | 0.630852 | 0.52337 | 0.905636 | 0.132931 | 0.640459 | 0.528256 | 0.925437 | 0.0007 |
6 | 0.136226 | 0.633491 | 0.525309 | 0.907533 | 0.131782 | 0.651596 | 0.537257 | 0.915024 | 0.0007 |
7 | 0.135676 | 0.635416 | 0.526728 | 0.908929 | 0.132106 | 0.647329 | 0.533408 | 0.927798 | 0.0007 |
8 | 0.134918 | 0.639814 | 0.530117 | 0.908205 | 0.131338 | 0.674091 | 0.5585 | 0.874896 | 0.0007 |
9 | 0.134408 | 0.642204 | 0.53198 | 0.907774 | 0.130495 | 0.647052 | 0.532917 | 0.935157 | 0.0007 |
10 | 0.133693 | 0.645196 | 0.5343 | 0.908102 | 0.130129 | 0.659242 | 0.543271 | 0.916968 | 0.0007 |
11 | 0.133015 | 0.647994 | 0.536395 | 0.910516 | 0.129842 | 0.681017 | 0.563539 | 0.889753 | 0.0007 |
12 | 0.131843 | 0.654151 | 0.541232 | 0.911568 | 0.12749 | 0.66506 | 0.547437 | 0.926965 | 0.0007 |
13 | 0.131066 | 0.658099 | 0.544392 | 0.911896 | 0.127263 | 0.691489 | 0.574084 | 0.879061 | 0.0007 |
14 | 0.130342 | 0.660509 | 0.546296 | 0.912861 | 0.1268 | 0.680131 | 0.561399 | 0.907109 | 0.0007 |
15 | 0.129559 | 0.663869 | 0.548957 | 0.914344 | 0.126071 | 0.672041 | 0.553259 | 0.925299 | 0.0007 |
16 | 0.129077 | 0.664312 | 0.549143 | 0.917362 | 0.124439 | 0.684785 | 0.564454 | 0.919883 | 0.0007 |
17 | 0.128751 | 0.666937 | 0.551389 | 0.915914 | 0.126424 | 0.6957 | 0.577418 | 0.885448 | 0.0007 |
18 | 0.127968 | 0.669901 | 0.553754 | 0.917397 | 0.125378 | 0.675477 | 0.556536 | 0.919189 | 0.0007 |
19 | 0.127506 | 0.672131 | 0.555753 | 0.915362 | 0.122988 | 0.690437 | 0.569462 | 0.919189 | 0.0007 |
20 | 0.126772 | 0.673717 | 0.556763 | 0.920087 | 0.124707 | 0.695534 | 0.576171 | 0.896418 | 0.0007 |
21 | 0.126324 | 0.677395 | 0.560249 | 0.914844 | 0.122904 | 0.680131 | 0.559359 | 0.934879 | 0.0007 |
22 | 0.125894 | 0.678213 | 0.560773 | 0.91719 | 0.12276 | 0.696199 | 0.574928 | 0.915718 | 0.0007 |
23 | 0.125492 | 0.680124 | 0.562523 | 0.915724 | 0.122514 | 0.708389 | 0.588466 | 0.895446 | 0.0007 |
24 | 0.124611 | 0.683255 | 0.565276 | 0.915138 | 0.121788 | 0.702793 | 0.581791 | 0.907665 | 0.0007 |
25 | 0.124046 | 0.686171 | 0.56772 | 0.916362 | 0.12041 | 0.705618 | 0.583488 | 0.916551 | 0.0007 |
26 | 0.123405 | 0.689301 | 0.57074 | 0.913344 | 0.120424 | 0.709719 | 0.588671 | 0.904749 | 0.0007 |
27 | 0.123023 | 0.690382 | 0.57155 | 0.915034 | 0.120554 | 0.705895 | 0.584148 | 0.912802 | 0.0007 |
28 | 0.122326 | 0.691781 | 0.572704 | 0.916052 | 0.117427 | 0.706449 | 0.583159 | 0.926965 | 0.0007 |
29 | 0.121955 | 0.693118 | 0.573821 | 0.916879 | 0.118299 | 0.717919 | 0.59695 | 0.902388 | 0.0007 |
30 | 0.121271 | 0.698132 | 0.578566 | 0.914603 | 0.11792 | 0.726119 | 0.606849 | 0.890725 | 0.0007 |
31 | 0.120739 | 0.700993 | 0.581304 | 0.913448 | 0.121536 | 0.739195 | 0.631054 | 0.834074 | 0.0007 |
32 | 0.119609 | 0.704712 | 0.584722 | 0.913706 | 0.116866 | 0.710882 | 0.586804 | 0.93113 | 0.0007 |
33 | 0.119118 | 0.707496 | 0.587395 | 0.913103 | 0.118113 | 0.730164 | 0.612396 | 0.882116 | 0.0007 |
34 | 0.118782 | 0.70742 | 0.58695 | 0.916448 | 0.115522 | 0.732602 | 0.612607 | 0.89739 | 0.0007 |
35 | 0.118362 | 0.71026 | 0.590035 | 0.912861 | 0.113505 | 0.728557 | 0.605381 | 0.918495 | 0.0007 |
36 | 0.117654 | 0.713473 | 0.593226 | 0.911844 | 0.113761 | 0.725731 | 0.601808 | 0.924188 | 0.0007 |
37 | 0.11701 | 0.71596 | 0.595605 | 0.911999 | 0.114111 | 0.723903 | 0.600763 | 0.918495 | 0.0007 |
38 | 0.116138 | 0.718259 | 0.597708 | 0.913034 | 0.112536 | 0.752549 | 0.636964 | 0.883366 | 0.0007 |
39 | 0.115391 | 0.721418 | 0.600884 | 0.912413 | 0.109524 | 0.735095 | 0.609995 | 0.932102 | 0.0007 |
40 | 0.11481 | 0.722457 | 0.602072 | 0.911206 | 0.109806 | 0.749501 | 0.630488 | 0.899334 | 0.0007 |
41 | 0.114088 | 0.72612 | 0.605531 | 0.912568 | 0.114967 | 0.761691 | 0.654128 | 0.854763 | 0.0007 |
42 | 0.11317 | 0.731557 | 0.611112 | 0.911947 | 0.107956 | 0.755319 | 0.635849 | 0.905304 | 0.0007 |
43 | 0.112419 | 0.734273 | 0.613801 | 0.912551 | 0.107188 | 0.763409 | 0.646483 | 0.898362 | 0.0007 |
44 | 0.111625 | 0.736607 | 0.616527 | 0.910533 | 0.105372 | 0.758367 | 0.636364 | 0.920439 | 0.0007 |
45 | 0.1106 | 0.73892 | 0.618771 | 0.911585 | 0.110361 | 0.784741 | 0.691491 | 0.831575 | 0.0007 |
46 | 0.110025 | 0.740575 | 0.620666 | 0.910619 | 0.104822 | 0.783355 | 0.675144 | 0.881005 | 0.0007 |
47 | 0.108617 | 0.747508 | 0.627809 | 0.912016 | 0.102257 | 0.781305 | 0.669337 | 0.893224 | 0.0007 |
48 | 0.107845 | 0.749205 | 0.629594 | 0.912275 | 0.102178 | 0.775875 | 0.657866 | 0.913357 | 0.0007 |
49 | 0.106899 | 0.752336 | 0.63335 | 0.910378 | 0.102955 | 0.795047 | 0.697486 | 0.858928 | 0.0007 |
50 | 0.106255 | 0.754905 | 0.635992 | 0.911378 | 0.101701 | 0.793384 | 0.6867 | 0.886837 | 0.0007 |
51 | 0.105395 | 0.759213 | 0.641024 | 0.910188 | 0.099051 | 0.76568 | 0.640302 | 0.941961 | 0.0007 |
52 | 0.10457 | 0.761395 | 0.643154 | 0.911827 | 0.099001 | 0.788619 | 0.675802 | 0.903916 | 0.0007 |
53 | 0.104029 | 0.763431 | 0.645448 | 0.911896 | 0.101346 | 0.799479 | 0.699833 | 0.871147 | 0.0007 |
54 | 0.103387 | 0.766548 | 0.649248 | 0.910792 | 0.098304 | 0.790891 | 0.680573 | 0.896973 | 0.0007 |
55 | 0.102465 | 0.766943 | 0.649471 | 0.911878 | 0.09936 | 0.803413 | 0.705743 | 0.870175 | 0.0007 |
56 | 0.101788 | 0.769097 | 0.65192 | 0.912068 | 0.095612 | 0.797928 | 0.68956 | 0.897806 | 0.0007 |
57 | 0.101337 | 0.772588 | 0.656325 | 0.910602 | 0.095494 | 0.805685 | 0.699665 | 0.898917 | 0.0007 |
58 | 0.100577 | 0.773578 | 0.657279 | 0.911551 | 0.096881 | 0.801973 | 0.696405 | 0.893085 | 0.0007 |
59 | 0.099857 | 0.775732 | 0.659285 | 0.913913 | 0.092697 | 0.807402 | 0.700711 | 0.903082 | 0.0007 |
60 | 0.099228 | 0.778801 | 0.66387 | 0.909999 | 0.096138 | 0.81383 | 0.720298 | 0.872119 | 0.0007 |
61 | 0.098529 | 0.780878 | 0.666284 | 0.910412 | 0.097795 | 0.815049 | 0.729727 | 0.852124 | 0.0007 |
62 | 0.097988 | 0.781239 | 0.666117 | 0.912896 | 0.095875 | 0.817265 | 0.729162 | 0.862399 | 0.00035 |
63 | 0.094933 | 0.791136 | 0.67794 | 0.91431 | 0.091908 | 0.826186 | 0.738865 | 0.872952 | 0.00035 |
64 | 0.093744 | 0.793048 | 0.68055 | 0.913534 | 0.089194 | 0.808677 | 0.698591 | 0.915579 | 0.00035 |
65 | 0.092905 | 0.797716 | 0.686007 | 0.915276 | 0.094074 | 0.823083 | 0.735187 | 0.870036 | 0.00035 |
66 | 0.092684 | 0.797238 | 0.685372 | 0.915362 | 0.090734 | 0.824745 | 0.733711 | 0.880311 | 0.00035 |
67 | 0.09162 | 0.799323 | 0.688066 | 0.915293 | 0.092165 | 0.825299 | 0.735763 | 0.877256 | 0.000175 |
68 | 0.090652 | 0.801442 | 0.690281 | 0.917121 | 0.089743 | 0.825188 | 0.73176 | 0.887115 | 0.000175 |
69 | 0.089617 | 0.804635 | 0.694304 | 0.917569 | 0.092548 | 0.831228 | 0.751452 | 0.86226 | 0.000175 |
70 | 0.089198 | 0.805584 | 0.695798 | 0.916724 | 0.089849 | 0.830618 | 0.74437 | 0.876562 | 0.000088 |
71 | 0.08843 | 0.810037 | 0.701736 | 0.916621 | 0.090725 | 0.832668 | 0.750359 | 0.870175 | 0.000088 |
72 | 0.08837 | 0.809033 | 0.699926 | 0.918155 | 0.090562 | 0.834829 | 0.754553 | 0.868648 | 0.000088 |
73 | 0.08763 | 0.810737 | 0.702107 | 0.918449 | 0.093484 | 0.833943 | 0.761277 | 0.850597 | 0.000044 |
74 | 0.087415 | 0.81197 | 0.703968 | 0.917776 | 0.088803 | 0.833223 | 0.748518 | 0.876562 | 0.000044 |
75 | 0.087275 | 0.810765 | 0.70255 | 0.917138 | 0.089647 | 0.83289 | 0.748634 | 0.875035 | 0.000044 |
76 | 0.087029 | 0.812344 | 0.704136 | 0.918845 | 0.094963 | 0.836325 | 0.770642 | 0.839767 | 0.000044 |
77 | 0.086815 | 0.815031 | 0.70939 | 0.91381 | 0.091305 | 0.834331 | 0.758152 | 0.858789 | 0.000001 |
78 | 0.086266 | 0.815031 | 0.708141 | 0.917673 | 0.091384 | 0.834663 | 0.7589 | 0.858373 | 0.000001 |
79 | 0.086092 | 0.815647 | 0.708803 | 0.918224 | 0.091047 | 0.833777 | 0.755472 | 0.862677 | 0.000001 |
80 | 0.086153 | 0.814775 | 0.707754 | 0.917793 | 0.090274 | 0.8335 | 0.753656 | 0.865732 | 0.000001 |
81 | 0.08624 | 0.81438 | 0.707544 | 0.916776 | 0.090664 | 0.834829 | 0.756908 | 0.863371 | 0.000001 |
82 | 0.086066 | 0.814235 | 0.706949 | 0.918018 | 0.090018 | 0.833943 | 0.753466 | 0.867814 | 0.000001 |
83 | 0.086307 | 0.814539 | 0.707368 | 0.918 | 0.092472 | 0.834608 | 0.761503 | 0.852541 | 0.000001 |
84 | 0.085978 | 0.815883 | 0.709085 | 0.918345 | 0.091175 | 0.833555 | 0.756351 | 0.8599 | 0.000001 |
85 | 0.085978 | 0.815149 | 0.708052 | 0.918449 | 0.091194 | 0.833998 | 0.75709 | 0.8599 | 0.000001 |
86 | 0.086113 | 0.814636 | 0.707439 | 0.91819 | 0.090306 | 0.834109 | 0.753311 | 0.868786 | 0.000001 |
87 | 0.08564 | 0.815253 | 0.707873 | 0.919449 | 0.091739 | 0.833777 | 0.756972 | 0.859345 | 0.000001 |
88 | 0.085485 | 0.815724 | 0.708336 | 0.920001 | 0.092372 | 0.836492 | 0.764136 | 0.853791 | 0.000001 |
null | null | null | null | null | null | null | null | null | null |
1 | 0.146864 | 0.585119 | 0.490918 | 0.891581 | 0.140706 | 0.614085 | 0.50938 | 0.893502 | 0.0007 |
2 | 0.141645 | 0.60731 | 0.506241 | 0.902963 | 0.135421 | 0.629377 | 0.520262 | 0.914468 | 0.0007 |
3 | 0.139267 | 0.619008 | 0.514547 | 0.90886 | 0.135589 | 0.647606 | 0.535013 | 0.893224 | 0.0007 |
4 | 0.137659 | 0.628954 | 0.521866 | 0.908774 | 0.132227 | 0.653203 | 0.538493 | 0.915857 | 0.0007 |
5 | 0.136306 | 0.637314 | 0.528073 | 0.912034 | 0.131289 | 0.655142 | 0.540135 | 0.913774 | 0.0007 |
6 | 0.135036 | 0.642384 | 0.531918 | 0.913189 | 0.129374 | 0.665503 | 0.548521 | 0.914329 | 0.0007 |
7 | 0.134115 | 0.646671 | 0.535177 | 0.914862 | 0.129307 | 0.650986 | 0.535655 | 0.941822 | 0.0007 |
8 | 0.133108 | 0.65064 | 0.538223 | 0.91631 | 0.127678 | 0.676529 | 0.558151 | 0.908914 | 0.0007 |
9 | 0.132217 | 0.655682 | 0.54216 | 0.917535 | 0.127394 | 0.664007 | 0.545917 | 0.939322 | 0.0007 |
10 | 0.131369 | 0.661015 | 0.546459 | 0.917328 | 0.126422 | 0.667442 | 0.548434 | 0.943349 | 0.0007 |
11 | 0.130651 | 0.663682 | 0.548569 | 0.918362 | 0.127079 | 0.694426 | 0.575957 | 0.888087 | 0.0007 |
End of preview.
No dataset card yet
- Downloads last month
- 30