Dataset Preview
Full Screen
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:    ArrowNotImplementedError
Message:      Unsupported cast from double to halffloat using function cast_half_float
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1766, in _prepare_split_single
                  writer.write(example, key)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 500, in write
                  self.write_examples_on_file()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 458, in write_examples_on_file
                  self.write_batch(batch_examples=batch_examples)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 568, in write_batch
                  arrays.append(pa.array(typed_sequence))
                File "pyarrow/array.pxi", line 247, in pyarrow.lib.array
                File "pyarrow/array.pxi", line 112, in pyarrow.lib._handle_arrow_array_protocol
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 208, in __arrow_array__
                  out = cast_array_to_feature(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
                  return func(array, *args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2075, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature.feature)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
                  return func(array, *args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2075, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature.feature)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
                  return func(array, *args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2116, in cast_array_to_feature
                  return array_cast(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
                  return func(array, *args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1963, in array_cast
                  return array.cast(pa_type)
                File "pyarrow/array.pxi", line 996, in pyarrow.lib.Array.cast
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pyarrow/compute.py", line 404, in cast
                  return call_function("cast", [arr], options, memory_pool)
                File "pyarrow/_compute.pyx", line 590, in pyarrow._compute.call_function
                File "pyarrow/_compute.pyx", line 385, in pyarrow._compute.Function.call
                File "pyarrow/error.pxi", line 154, in pyarrow.lib.pyarrow_internal_check_status
                File "pyarrow/error.pxi", line 91, in pyarrow.lib.check_status
              pyarrow.lib.ArrowNotImplementedError: Unsupported cast from double to halffloat using function cast_half_float
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1775, in _prepare_split_single
                  num_examples, num_bytes = writer.finalize()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 599, in finalize
                  self.write_examples_on_file()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 458, in write_examples_on_file
                  self.write_batch(batch_examples=batch_examples)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 568, in write_batch
                  arrays.append(pa.array(typed_sequence))
                File "pyarrow/array.pxi", line 247, in pyarrow.lib.array
                File "pyarrow/array.pxi", line 112, in pyarrow.lib._handle_arrow_array_protocol
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 208, in __arrow_array__
                  out = cast_array_to_feature(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
                  return func(array, *args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2075, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature.feature)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
                  return func(array, *args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2075, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature.feature)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
                  return func(array, *args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2116, in cast_array_to_feature
                  return array_cast(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
                  return func(array, *args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1963, in array_cast
                  return array.cast(pa_type)
                File "pyarrow/array.pxi", line 996, in pyarrow.lib.Array.cast
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pyarrow/compute.py", line 404, in cast
                  return call_function("cast", [arr], options, memory_pool)
                File "pyarrow/_compute.pyx", line 590, in pyarrow._compute.call_function
                File "pyarrow/_compute.pyx", line 385, in pyarrow._compute.Function.call
                File "pyarrow/error.pxi", line 154, in pyarrow.lib.pyarrow_internal_check_status
                File "pyarrow/error.pxi", line 91, in pyarrow.lib.check_status
              pyarrow.lib.ArrowNotImplementedError: Unsupported cast from double to halffloat using function cast_half_float
              
              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 1529, 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 1154, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1789, in _download_and_prepare
                  super()._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1627, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1784, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

__key__
string
__url__
string
json
dict
npy
sequence
video8222
hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/000000000.tar
{ "caption1": "a man is eating", "caption10": "two men are talking about food on the table", "caption11": "two men conducting a food review", "caption12": "two men eat a bunch of different food", "caption13": "two men enjoying a table full of food", "caption14": "two men show ingredients for a mexican dish", "caption15": "two men showing and trying all different mexican dishes", "caption16": "two men sitting and eating take-out", "caption17": "two men talks about takeout food", "caption18": "two young men discuss take-out mexican food", "caption19": "person showing off food", "caption2": "a man is explaining different types of food to another man", "caption20": "two men eat a bunch of different food", "caption3": "a person is tasting the food while other one explain about the preparation", "caption4": "men talk about the food they are eating on camera", "caption5": "person showing off food", "caption6": "some people are eating food", "caption7": "two guys sample a bunch of dishes of food", "caption8": "two man try different dishes in aluminum foil containers", "caption9": "two men are eating food together", "videoLoc": "TestVideo/video8222.mp4" }
[ [ -0.080078125, 0.081298828125, 0.4375, 0.082275390625, 0.1485595703125, -0.35595703125, 0.0006880760192871094, -0.1800537109375, -0.1884765625, 0.08984375, 0.0277557373046875, -0.302490234375, 0.455810546875, -0.262451171875, -0.258056640625, 0.467529296875, 0.2474365234375, 0.5, -0.4873046875, 0.1656494140625, -0.919921875, 0.0200653076171875, -0.395751953125, -0.24560546875, 0.137451171875, -0.06561279296875, -0.2353515625, 0.10650634765625, 0.1783447265625, -0.5205078125, -0.262939453125, -0.393798828125, 0.328125, -0.62109375, 0.11883544921875, -0.1622314453125, -0.038055419921875, 0.384765625, 0.56982421875, -0.1812744140625, 0.2034912109375, 0.0762939453125, -0.07049560546875, -0.62841796875, 0.08453369140625, 0.77685546875, 0.6123046875, 0.279296875, 0.7724609375, 0.3056640625, -0.27783203125, 0.68115234375, 0.0389404296875, -0.403076171875, -0.2086181640625, -0.2347412109375, -0.65283203125, 0.197998046875, -0.02496337890625, -0.16943359375, -1.2978515625, -0.026275634765625, 0.1455078125, -0.05242919921875, -0.2342529296875, -0.1607666015625, -0.043060302734375, 1.55859375, -0.11663818359375, -0.16796875, -0.337890625, -0.04034423828125, 0.2042236328125, -0.456298828125, 0.049102783203125, 0.4580078125, 0.08819580078125, -0.397705078125, 0.138916015625, 0.1077880859375, 0.1339111328125, -0.275390625, -0.2183837890625, -0.84521484375, -0.0177764892578125, 0.0188751220703125, 0.1923828125, 0.032867431640625, 0.72900390625, 0.059783935546875, -0.13134765625, 0.10516357421875, -5.05859375, -0.334716796875, -0.061309814453125, 0.2186279296875, -0.0195159912109375, -0.1304931640625, 0.054229736328125, 0.87060546875, 0.2410888671875, 0.032073974609375, 0.188720703125, 0.201416015625, -0.3486328125, -0.58203125, -0.66796875, -0.48876953125, -0.02593994140625, 0.2451171875, 0.68505859375, -0.57568359375, 0.2176513671875, 0.0806884765625, 0.058624267578125, 0.58984375, -0.250732421875, 0.43603515625, -0.183349609375, -0.4052734375, 0.4951171875, -0.544921875, 0.27587890625, -0.001056671142578125, 0.1102294921875, -0.1248779296875, -0.146484375, -0.3037109375, 0.1656494140625, -0.396484375, 0.392578125, -0.13134765625, -0.2154541015625, 0.85888671875, 0.78271484375, -0.1611328125, -0.00455474853515625, 0.08123779296875, -0.2193603515625, 0.204345703125, 0.004322052001953125, -0.07110595703125, 0.48095703125, 0.302734375, -0.308837890625, 0.11688232421875, -0.2349853515625, 0.099853515625, 0.0099029541015625, 0.425537109375, 0.3408203125, 0.06414794921875, -0.049163818359375, -0.170166015625, -0.0928955078125, -0.2181396484375, -0.05780029296875, 0.400390625, 0.3876953125, -0.0063323974609375, 0.19873046875, -0.10260009765625, 0.32958984375, -0.1375732421875, -0.1981201171875, -0.155517578125, -0.324951171875, 0.33056640625, 0.1533203125, -0.317138671875, -0.024566650390625, 0.4765625, -0.274658203125, -0.181884765625, -0.35888671875, 0.70458984375, -0.2144775390625, -0.045684814453125, -0.37060546875, -0.251220703125, -0.5078125, 0.0109710693359375, -0.34814453125, 0.333251953125, 0.1732177734375, -0.11761474609375, -0.161865234375, 0.050018310546875, 0.257568359375, 0.1104736328125, -0.3251953125, -0.6064453125, 0.268310546875, -0.6640625, 0.6298828125, -0.27685546875, -0.44873046875, 0.031524658203125, 0.224609375, 0.07855224609375, -0.2000732421875, 0.1461181640625, -0.294677734375, 0.35205078125, 0.25390625, 0.111328125, -0.462646484375, -0.1865234375, -0.2127685546875, 0.373291015625, -0.372802734375, 0.73291015625, 0.263671875, -0.16845703125, 0.35888671875, 0.0391845703125, 0.2138671875, 0.0653076171875, 0.8017578125, -0.11773681640625, 0.47998046875, 1.0009765625, -0.330078125, -0.9208984375, 0.10858154296875, -0.07757568359375, -0.05242919921875, 0.042633056640625, -0.09033203125, -0.10357666015625, -0.326904296875, 0.038818359375, -0.06494140625, -0.92431640625, -0.0706787109375, 0.9091796875, 0.1966552734375, 0.342529296875, -0.147216796875, -0.300048828125, 0.374755859375, 0.335205078125, 0.355224609375, -0.28515625, -0.15625, 0.339111328125, -0.321044921875, 0.87744140625, -0.1751708984375, -0.288330078125, -0.4658203125, -0.12420654296875, 0.1717529296875, -0.050537109375, -0.113525390625, -0.054351806640625, -0.340576171875, -0.366455078125, -0.8935546875, 0.09259033203125, -0.370849609375, -0.108154296875, -0.12481689453125, -1.3544921875, 0.347900390625, -0.5751953125, 0.54443359375, 0.06036376953125, 0.256103515625, -0.27197265625, 0.33642578125, 0.1988525390625, 0.412353515625, -0.0309600830078125, -0.7314453125, 0.2335205078125, -0.25537109375, -0.12298583984375, 0.290771484375, -0.2257080078125, -0.034454345703125, 0.04595947265625, 0.6171875, 0.2763671875, -0.60986328125, -0.035797119140625, 0.7880859375, 0.06341552734375, 0.041290283203125, -0.00007665157318115234, -0.74462890625, 0.1864013671875, -0.1868896484375, 0.255615234375, -0.350830078125, 0.04345703125, -0.248779296875, -0.2174072265625, -0.154541015625, -0.1607666015625, 0.09613037109375, 0.1243896484375, -0.425048828125, 0.28271484375, 0.2890625, -0.03411865234375, 0.32421875, 0.14404296875, 0.24462890625, -0.047576904296875, -0.67236328125, 0.1494140625, 0.85595703125, 0.1234130859375, 0.35986328125, -0.448974609375, 0.2275390625, 0.73779296875, -0.238525390625, 0.748046875, 0.052215576171875, 0.00429534912109375, 0.0224456787109375, -0.37255859375, -0.2041015625, 0.162353515625, -0.16650390625, 0.01056671142578125, -0.407958984375, -0.64697265625, -0.0697021484375, -0.0751953125, 0.51416015625, -0.689453125, -0.34765625, -0.11053466796875, -0.70263671875, 0.058685302734375, 0.050201416015625, 0.222412109375, 0.1043701171875, -0.377197265625, -0.42431640625, 0.09234619140625, -0.0701904296875, 0.341796875, 0.075439453125, -0.53271484375, -0.5439453125, 0.466796875, 1.2265625, -0.06585693359375, 0.13232421875, 0.409912109375, -0.2286376953125, 0.26513671875, -0.40869140625, 0.93359375, -0.247314453125, 0.19140625, -0.923828125, 0.1676025390625, -0.28515625, 0.12164306640625, -0.1639404296875, -0.252685546875, -0.1396484375, -0.7138671875, -0.41357421875, 0.455322265625, -0.0002765655517578125, 0.169921875, -0.2073974609375, 0.0281219482421875, 0.603515625, -0.421875, 1.009765625, 0.263671875, -0.42236328125, 0.0869140625, 0.2247314453125, -0.6884765625, 0.30224609375, -0.08056640625, 0.09686279296875, -0.2496337890625, 0.1444091796875, 0.1597900390625, 0.034271240234375, -0.6318359375, 0.10943603515625, 0.064697265625, -0.1907958984375, -0.2364501953125, 0.0252227783203125, -0.0784912109375, 0.36572265625, -0.344482421875, 0.487548828125, -0.138427734375, 0.11846923828125, -0.354248046875, 0.043731689453125, -0.476318359375, -0.1051025390625, -0.0180206298828125, 0.08184814453125, -0.1376953125, -0.08758544921875, -0.41845703125, -0.3544921875, 0.255615234375, -0.1904296875, 0.33935546875, -0.344970703125, -0.16748046875, -0.06146240234375, 0.1368408203125, 0.043182373046875, 0.11663818359375, -0.6904296875, -0.280517578125, 0.373291015625, -0.58740234375, -0.0284271240234375, -0.1744384765625, 0.391357421875, -0.154541015625, 0.61279296875, 0.1680908203125, 0.2529296875, 0.7158203125, 0.049835205078125, 0.049530029296875, 0.06298828125, -0.1015625, -0.020477294921875, 0.2191162109375, 0.454833984375, 0.032562255859375, -0.333740234375, -0.057861328125, -0.08514404296875, 0.308349609375, -0.214599609375, -0.071044921875, -0.05743408203125, 0.41357421875, -0.21240234375, -0.40478515625, 0.1158447265625, -0.20751953125, 0.2283935546875, -0.359619140625, 0.380615234375, 0.74462890625, 0.0341796875, 0.1510009765625, 0.457275390625, -0.6474609375, -0.31201171875, 0.144287109375, -0.59033203125, -0.188232421875, -0.0831298828125, -0.1671142578125, 0.31396484375, 0.0172119140625, -0.5869140625, -0.209228515625, 0.1112060546875, -0.032501220703125, -0.31396484375, -0.312744140625, 0.2337646484375, 0.008514404296875, 0.049713134765625, 0.283935546875, -0.08660888671875, -0.11041259765625, -0.35400390625, -0.426025390625, -0.031829833984375, -0.072509765625, -0.060516357421875, -0.230712890625, -0.259033203125, 0.03509521484375, 0.36328125, 0.03802490234375, 0.11773681640625, -0.2294921875, 0.032806396484375, -0.6015625, -0.35791015625, 0.07366943359375, 0.334716796875, 0.017364501953125, -0.23876953125, 0.1370849609375, 0.5947265625, 0.26806640625, 0.56494140625, 0.1890869140625, -0.471435546875, -0.51171875, -0.1905517578125, 0.398193359375, 0.1927490234375, 1.0185546875, -0.1231689453125, -0.0086517333984375 ], [ -0.2359619140625, 0.080810546875, 0.415283203125, 0.0792236328125, 0.260009765625, -0.341064453125, 0.052764892578125, -0.199462890625, -0.2237548828125, 0.07342529296875, -0.02093505859375, -0.3056640625, 0.4501953125, -0.28857421875, -0.1322021484375, 0.490234375, 0.285400390625, 0.394287109375, -0.5185546875, 0.053009033203125, -1.0185546875, -0.0372314453125, -0.355224609375, -0.1580810546875, 0.177734375, -0.0701904296875, -0.251708984375, 0.12481689453125, 0.130859375, -0.638671875, -0.1622314453125, -0.424072265625, 0.3681640625, -0.71826171875, 0.032012939453125, -0.2276611328125, 0.003917694091796875, 0.177001953125, 0.48974609375, -0.26904296875, 0.24072265625, 0.045074462890625, -0.063720703125, -0.75439453125, -0.08050537109375, 0.8974609375, 0.54296875, 0.1475830078125, 0.83642578125, 0.12322998046875, -0.2088623046875, 0.56982421875, -0.004703521728515625, -0.41162109375, -0.2496337890625, -0.264892578125, -0.78662109375, 0.214599609375, -0.04193115234375, -0.21435546875, -1.3369140625, -0.1463623046875, 0.2132568359375, -0.08038330078125, -0.2252197265625, -0.1669921875, 0.029815673828125, 1.556640625, -0.0389404296875, -0.306640625, -0.340087890625, -0.144775390625, 0.346923828125, -0.42724609375, -0.035308837890625, 0.403076171875, 0.12225341796875, -0.38427734375, 0.07086181640625, 0.0574951171875, 0.1397705078125, -0.246337890625, -0.2269287109375, -0.96826171875, -0.1165771484375, 0.0418701171875, 0.19970703125, -0.01081085205078125, 0.71728515625, 0.0697021484375, -0.12103271484375, 0.181396484375, -4.74609375, -0.316650390625, -0.095947265625, 0.2685546875, -0.00939178466796875, -0.055145263671875, 0.1259765625, 0.8564453125, 0.1995849609375, 0.09075927734375, 0.10845947265625, 0.16650390625, -0.40185546875, -0.513671875, -0.53759765625, -0.477294921875, -0.10125732421875, 0.11273193359375, 0.7294921875, -0.70068359375, 0.365478515625, 0.14697265625, -0.00405120849609375, 0.428466796875, -0.361328125, 0.41650390625, -0.1300048828125, -0.377197265625, 0.5078125, -0.3359375, 0.45703125, 0.06610107421875, 0.1890869140625, -0.1649169921875, -0.1639404296875, -0.341552734375, 0.221435546875, -0.436767578125, 0.2177734375, -0.08538818359375, -0.3154296875, 0.84814453125, 0.83642578125, -0.214599609375, 0.005260467529296875, 0.078125, -0.240478515625, 0.302001953125, -0.11322021484375, -0.150634765625, 0.386474609375, 0.35498046875, -0.385009765625, 0.0161285400390625, -0.2255859375, -0.11578369140625, -0.0743408203125, 0.45068359375, 0.36865234375, 0.0379638671875, 0.0970458984375, -0.139892578125, -0.1729736328125, -0.168701171875, -0.1376953125, 0.28076171875, 0.405517578125, 0.049407958984375, 0.1517333984375, -0.09649658203125, 0.301025390625, -0.10223388671875, -0.345458984375, -0.271240234375, -0.29541015625, 0.189453125, 0.182373046875, -0.404541015625, 0.006649017333984375, 0.564453125, -0.19970703125, -0.090087890625, -0.364501953125, 0.55908203125, -0.1417236328125, -0.102783203125, -0.309326171875, -0.1484375, -0.416259765625, -0.048919677734375, -0.309814453125, 0.480224609375, 0.10968017578125, -0.106201171875, -0.1915283203125, 0.0245361328125, 0.1668701171875, 0.01078033447265625, -0.352783203125, -0.5751953125, 0.337158203125, -0.62451171875, 0.64990234375, -0.21923828125, -0.404296875, -0.034759521484375, 0.374267578125, 0.11431884765625, -0.259765625, 0.0687255859375, -0.221435546875, 0.365234375, 0.132080078125, 0.1162109375, -0.406982421875, -0.026763916015625, -0.2271728515625, 0.28564453125, -0.625, 0.5498046875, 0.266845703125, -0.207763671875, 0.50439453125, 0.1595458984375, 0.194091796875, 0.0093994140625, 0.60791015625, -0.212890625, 0.51611328125, 1.00390625, -0.294921875, -0.962890625, 0.10150146484375, 0.028472900390625, 0.0007176399230957031, -0.0181884765625, -0.07342529296875, -0.138916015625, -0.36279296875, 0.04730224609375, -0.0145263671875, -0.8525390625, -0.0146942138671875, 0.9453125, 0.07672119140625, 0.33544921875, -0.248779296875, -0.283203125, 0.3310546875, 0.297119140625, 0.315185546875, -0.2283935546875, -0.1827392578125, 0.50341796875, -0.32275390625, 0.83251953125, -0.1324462890625, -0.208984375, -0.58642578125, -0.1678466796875, 0.06134033203125, 0.070068359375, -0.11895751953125, -0.06781005859375, -0.381591796875, -0.4326171875, -1.1328125, 0.1378173828125, -0.361083984375, -0.1658935546875, -0.12139892578125, -1.2265625, 0.287109375, -0.626953125, 0.54833984375, -0.0126495361328125, 0.181396484375, -0.2410888671875, 0.423095703125, 0.2493896484375, 0.37109375, -0.0982666015625, -0.61181640625, 0.286376953125, -0.20458984375, -0.10467529296875, 0.30859375, -0.2509765625, -0.0152587890625, 0.11627197265625, 0.58349609375, 0.0435791015625, -0.49365234375, -0.047882080078125, 0.85693359375, 0.07037353515625, 0.029327392578125, -0.0002734661102294922, -0.57666015625, 0.2120361328125, -0.1468505859375, 0.13525390625, -0.3369140625, 0.08111572265625, -0.1947021484375, -0.27880859375, -0.14306640625, -0.1275634765625, -0.059906005859375, 0.1007080078125, -0.4033203125, 0.23046875, 0.2369384765625, 0.033966064453125, 0.336181640625, 0.1541748046875, 0.227783203125, 0.003200531005859375, -0.751953125, 0.1494140625, 0.8447265625, 0.1722412109375, 0.33251953125, -0.41796875, 0.207275390625, 0.6650390625, -0.008209228515625, 0.7080078125, 0.0278778076171875, 0.16845703125, -0.03253173828125, -0.38232421875, -0.335205078125, 0.229736328125, -0.2344970703125, -0.041717529296875, -0.268798828125, -0.7841796875, -0.144287109375, -0.01666259765625, 0.451904296875, -0.5556640625, -0.30859375, -0.1361083984375, -0.7060546875, -0.019378662109375, 0.08795166015625, 0.2247314453125, 0.1046142578125, -0.2076416015625, -0.31494140625, 0.232177734375, 0.03656005859375, 0.281982421875, -0.0322265625, -0.470458984375, -0.54248046875, 0.34814453125, 1.1640625, -0.01276397705078125, 0.129150390625, 0.44140625, -0.300048828125, 0.41748046875, -0.39111328125, 0.7216796875, -0.269287109375, 0.08648681640625, -0.80517578125, 0.14404296875, -0.294189453125, 0.039703369140625, -0.026763916015625, -0.2021484375, -0.1361083984375, -0.76904296875, -0.4716796875, 0.4306640625, 0.09375, 0.159912109375, -0.2685546875, -0.062347412109375, 0.5830078125, -0.4931640625, 0.77197265625, 0.295654296875, -0.39501953125, 0.203857421875, 0.215087890625, -0.76123046875, 0.340576171875, -0.077392578125, 0.044158935546875, -0.296875, 0.1580810546875, 0.2174072265625, 0.125732421875, -0.623046875, 0.129638671875, 0.01763916015625, -0.09283447265625, -0.255615234375, 0.06005859375, 0.03369140625, 0.247802734375, -0.376953125, 0.52783203125, -0.2303466796875, 0.136474609375, -0.338623046875, 0.12017822265625, -0.36474609375, -0.260498046875, 0.1314697265625, 0.06817626953125, -0.07415771484375, 0.12451171875, -0.348876953125, -0.333251953125, 0.303466796875, -0.190673828125, 0.2822265625, -0.290283203125, -0.289794921875, -0.030303955078125, 0.1376953125, 0.0227813720703125, 0.068359375, -0.7900390625, -0.365478515625, 0.53369140625, -0.701171875, -0.042694091796875, -0.08709716796875, 0.340087890625, -0.2587890625, 0.6015625, 0.1485595703125, 0.349853515625, 0.658203125, 0.09173583984375, -0.01343536376953125, 0.1551513671875, -0.1629638671875, 0.03350830078125, 0.212890625, 0.42529296875, -0.1162109375, -0.299072265625, -0.06463623046875, 0.07281494140625, 0.317626953125, -0.171875, -0.09197998046875, -0.01004791259765625, 0.365478515625, -0.2498779296875, -0.342041015625, 0.034210205078125, -0.119384765625, 0.240234375, -0.45947265625, 0.391357421875, 0.6943359375, 0.11614990234375, 0.04400634765625, 0.55029296875, -0.67138671875, -0.309326171875, 0.138427734375, -0.54931640625, -0.142822265625, -0.06378173828125, -0.15380859375, 0.25048828125, 0.03369140625, -0.61279296875, -0.3291015625, 0.10540771484375, 0.04248046875, -0.4130859375, -0.35498046875, 0.1885986328125, -0.0251617431640625, -0.0064697265625, 0.2103271484375, -0.1597900390625, -0.18212890625, -0.5048828125, -0.35888671875, -0.0215301513671875, -0.06610107421875, 0.0247650146484375, -0.213623046875, -0.2427978515625, 0.08892822265625, 0.458984375, -0.00679779052734375, 0.10308837890625, -0.1944580078125, -0.056640625, -0.58740234375, -0.321044921875, 0.1463623046875, 0.254638671875, 0.1282958984375, -0.129638671875, 0.07476806640625, 0.6767578125, 0.309326171875, 0.57763671875, 0.0712890625, -0.491943359375, -0.41552734375, -0.126220703125, 0.419189453125, 0.1982421875, 0.93701171875, -0.1279296875, -0.1217041015625 ], [ -0.2646484375, 0.1292724609375, 0.351806640625, 0.0701904296875, 0.2296142578125, -0.376220703125, -0.01174163818359375, -0.112060546875, -0.1427001953125, 0.1365966796875, -0.165283203125, -0.30810546875, 0.43115234375, -0.252685546875, -0.144775390625, 0.475830078125, 0.180908203125, 0.314453125, -0.44921875, 0.113525390625, -0.91259765625, -0.01044464111328125, -0.37060546875, -0.0927734375, 0.10546875, -0.08831787109375, -0.203125, 0.1595458984375, 0.1387939453125, -0.63916015625, -0.074462890625, -0.42822265625, 0.411376953125, -0.72607421875, -0.08551025390625, -0.3212890625, 0.0282440185546875, 0.2978515625, 0.358642578125, -0.267822265625, 0.16455078125, 0.06976318359375, -0.1038818359375, -0.70458984375, -0.103515625, 1.056640625, 0.476318359375, 0.1180419921875, 0.86865234375, 0.2578125, -0.12310791015625, 0.57568359375, -0.04217529296875, -0.406005859375, -0.218505859375, -0.2464599609375, -0.83056640625, 0.348876953125, -0.0849609375, -0.251708984375, -1.2509765625, -0.1580810546875, 0.1927490234375, -0.069580078125, -0.18310546875, -0.042144775390625, -0.0631103515625, 1.484375, -0.06585693359375, -0.26611328125, -0.328857421875, -0.15966796875, 0.294677734375, -0.41943359375, -0.02020263671875, 0.3818359375, 0.181396484375, -0.397216796875, 0.1102294921875, 0.09222412109375, 0.1365966796875, -0.39208984375, -0.2349853515625, -0.96435546875, -0.1290283203125, 0.11370849609375, 0.326416015625, 0.06536865234375, 0.80908203125, 0.03814697265625, -0.129638671875, 0.1734619140625, -4.72265625, -0.298095703125, -0.1727294921875, 0.272705078125, 0.076904296875, -0.0787353515625, 0.10467529296875, 0.7685546875, 0.1693115234375, 0.287841796875, 0.276123046875, 0.26953125, -0.4306640625, -0.497314453125, -0.6533203125, -0.533203125, -0.037933349609375, 0.099853515625, 0.666015625, -0.63916015625, 0.404541015625, 0.140625, 0.024322509765625, 0.464111328125, -0.2437744140625, 0.2451171875, -0.1737060546875, -0.432861328125, 0.66259765625, -0.427978515625, 0.397705078125, 0.125732421875, 0.1417236328125, -0.1552734375, 0.06353759765625, -0.326171875, 0.2305908203125, -0.337890625, 0.187744140625, -0.07904052734375, -0.400390625, 0.85693359375, 0.814453125, -0.1954345703125, -0.10382080078125, -0.0168914794921875, -0.1416015625, 0.2412109375, -0.13623046875, -0.172607421875, 0.455322265625, 0.337890625, -0.266845703125, -0.0506591796875, -0.2073974609375, -0.2108154296875, -0.1192626953125, 0.483642578125, 0.282470703125, -0.030120849609375, -0.0828857421875, -0.131591796875, -0.12384033203125, -0.186279296875, -0.09185791015625, 0.2646484375, 0.36083984375, 0.168212890625, 0.07281494140625, -0.10968017578125, 0.376708984375, -0.07818603515625, -0.337646484375, -0.313232421875, -0.217041015625, 0.0750732421875, 0.1702880859375, -0.51953125, 0.070556640625, 0.5888671875, -0.2305908203125, -0.01004791259765625, -0.335205078125, 0.63037109375, -0.2144775390625, -0.0980224609375, -0.442626953125, -0.17578125, -0.347900390625, -0.01349639892578125, -0.361572265625, 0.4873046875, 0.07989501953125, -0.1959228515625, -0.303466796875, 0.006931304931640625, 0.172119140625, 0.1292724609375, -0.2220458984375, -0.59765625, 0.4140625, -0.61962890625, 0.5185546875, -0.128173828125, -0.412841796875, -0.10302734375, 0.40380859375, 0.20166015625, -0.3515625, 0.2030029296875, -0.2080078125, 0.318359375, 0.0543212890625, 0.1405029296875, -0.367919921875, -0.1551513671875, -0.1719970703125, 0.25634765625, -0.58251953125, 0.52978515625, 0.2496337890625, -0.183837890625, 0.484619140625, 0.167236328125, 0.12066650390625, 0.019561767578125, 0.53857421875, -0.2122802734375, 0.6044921875, 0.74072265625, -0.28271484375, -0.84814453125, 0.0311737060546875, 0.0243072509765625, 0.07684326171875, -0.0694580078125, -0.050689697265625, -0.1673583984375, -0.411865234375, 0.0675048828125, -0.08990478515625, -0.98046875, -0.026641845703125, 0.9453125, 0.114013671875, 0.29443359375, -0.1724853515625, -0.23291015625, 0.269775390625, 0.312255859375, 0.322509765625, -0.29248046875, -0.06768798828125, 0.69921875, -0.28173828125, 0.72021484375, -0.217041015625, -0.132080078125, -0.5263671875, -0.161376953125, 0.166015625, 0.00423431396484375, -0.2357177734375, -0.07330322265625, -0.325439453125, -0.4619140625, -1.05078125, 0.1463623046875, -0.369873046875, -0.1370849609375, -0.024322509765625, -1.1728515625, 0.1553955078125, -0.51416015625, 0.4833984375, -0.05230712890625, 0.1768798828125, -0.251953125, 0.4765625, 0.2132568359375, 0.17724609375, -0.15380859375, -0.62890625, 0.265625, -0.2919921875, -0.1295166015625, 0.281494140625, -0.153076171875, 0.004619598388671875, 0.0251617431640625, 0.7080078125, 0.005359649658203125, -0.60107421875, -0.146728515625, 0.990234375, -0.08636474609375, 0.06597900390625, 0.0670166015625, -0.53564453125, 0.185302734375, -0.1275634765625, 0.169189453125, -0.399169921875, 0.04925537109375, -0.2244873046875, -0.343017578125, -0.1474609375, -0.1287841796875, -0.04449462890625, 0.1595458984375, -0.354248046875, 0.11285400390625, 0.1578369140625, -0.0007166862487792969, 0.1419677734375, 0.267333984375, 0.31201171875, -0.08807373046875, -0.7880859375, 0.18994140625, 0.85400390625, 0.2183837890625, 0.3642578125, -0.362548828125, 0.206298828125, 0.5673828125, -0.07025146484375, 0.78271484375, 0.0248260498046875, 0.306396484375, -0.15185546875, -0.316162109375, -0.275146484375, 0.2266845703125, -0.2364501953125, -0.01263427734375, -0.1705322265625, -0.7861328125, -0.1212158203125, -0.0189361572265625, 0.603515625, -0.52001953125, -0.275146484375, -0.173583984375, -0.71923828125, 0.07830810546875, 0.024383544921875, 0.2490234375, 0.1549072265625, -0.2154541015625, -0.349365234375, 0.26611328125, -0.0204925537109375, 0.14404296875, -0.0242156982421875, -0.416015625, -0.51806640625, 0.34521484375, 0.9912109375, 0.1005859375, -0.05682373046875, 0.47314453125, -0.284912109375, 0.462890625, -0.451416015625, 0.6884765625, -0.2342529296875, 0.0208892822265625, -0.68310546875, -0.02862548828125, -0.24462890625, -0.018341064453125, -0.2802734375, -0.1990966796875, -0.2529296875, -0.767578125, -0.35107421875, 0.3564453125, 0.12445068359375, 0.08782958984375, -0.2010498046875, 0.00726318359375, 0.5263671875, -0.533203125, 0.7529296875, 0.2900390625, -0.31396484375, 0.2352294921875, 0.279052734375, -0.67724609375, 0.3271484375, -0.11883544921875, 0.037139892578125, -0.286865234375, 0.28759765625, 0.323974609375, 0.1392822265625, -0.8115234375, 0.0714111328125, -0.045257568359375, -0.0399169921875, -0.305419921875, 0.04278564453125, 0.0828857421875, 0.10711669921875, -0.382080078125, 0.35009765625, -0.231689453125, 0.08746337890625, -0.437255859375, 0.27392578125, -0.4033203125, -0.26220703125, 0.10589599609375, 0.11907958984375, -0.06378173828125, -0.033477783203125, -0.287353515625, -0.318603515625, 0.39306640625, -0.25341796875, 0.29736328125, -0.393798828125, -0.283203125, -0.09381103515625, 0.176513671875, 0.057647705078125, 0.1082763671875, -0.90087890625, -0.34130859375, 0.423828125, -0.89599609375, -0.2069091796875, -0.0701904296875, 0.1756591796875, -0.312744140625, 0.50634765625, 0.037933349609375, 0.375, 0.6103515625, 0.162109375, -0.007068634033203125, 0.139404296875, -0.2215576171875, 0.0980224609375, 0.2025146484375, 0.418212890625, -0.098876953125, -0.20703125, -0.2435302734375, 0.057586669921875, 0.2432861328125, 0.01091766357421875, -0.0036830902099609375, 0.11175537109375, 0.384521484375, -0.174072265625, -0.287353515625, -0.08331298828125, -0.02496337890625, 0.248779296875, -0.5859375, 0.43603515625, 0.6123046875, 0.1341552734375, 0.12152099609375, 0.496826171875, -0.71142578125, -0.388916015625, 0.1431884765625, -0.51171875, -0.26611328125, -0.08038330078125, -0.193359375, 0.305908203125, 0.1883544921875, -0.58544921875, -0.407958984375, 0.1907958984375, 0.0872802734375, -0.41259765625, -0.411376953125, 0.25732421875, -0.06646728515625, -0.0487060546875, 0.323486328125, -0.09039306640625, -0.1724853515625, -0.4091796875, -0.32666015625, -0.121826171875, -0.0433349609375, -0.00264739990234375, -0.134521484375, -0.256103515625, 0.08392333984375, 0.464111328125, -0.037139892578125, 0.241943359375, -0.1417236328125, -0.07861328125, -0.47509765625, -0.311279296875, -0.055145263671875, 0.2420654296875, 0.276611328125, -0.05908203125, 0.038238525390625, 0.60400390625, 0.291259765625, 0.57421875, -0.0024662017822265625, -0.42529296875, -0.450439453125, -0.1746826171875, 0.3623046875, 0.229248046875, 0.82470703125, -0.2734375, -0.1444091796875 ], [ -0.1483154296875, 0.0985107421875, 0.31298828125, 0.1815185546875, 0.135498046875, -0.2122802734375, -0.08636474609375, -0.06976318359375, -0.2342529296875, 0.205322265625, -0.1605224609375, -0.2049560546875, 0.416259765625, -0.357666015625, -0.09283447265625, 0.386474609375, 0.027252197265625, 0.458984375, -0.401611328125, 0.177734375, -0.92529296875, -0.0169219970703125, -0.33056640625, -0.1763916015625, 0.141845703125, -0.126953125, -0.381591796875, 0.125, 0.0965576171875, -0.69140625, -0.1685791015625, -0.497802734375, 0.383056640625, -0.533203125, -0.025543212890625, -0.2164306640625, 0.058349609375, 0.2152099609375, 0.385009765625, -0.0196990966796875, 0.119140625, 0.0335693359375, 0.0362548828125, -0.71142578125, -0.06622314453125, 0.9072265625, 0.358154296875, 0.1807861328125, 0.79150390625, 0.1959228515625, -0.272705078125, 0.55517578125, -0.037261962890625, -0.25830078125, -0.30859375, -0.291259765625, -0.63134765625, 0.2276611328125, -0.07232666015625, -0.217041015625, -1.251953125, -0.0418701171875, 0.1778564453125, -0.09906005859375, -0.1832275390625, -0.075439453125, -0.01309967041015625, 1.4931640625, -0.078125, -0.31298828125, -0.378662109375, -0.087158203125, 0.45068359375, -0.4169921875, 0.016387939453125, 0.47998046875, 0.287109375, -0.391357421875, 0.129150390625, 0.12451171875, -0.0184783935546875, -0.2476806640625, -0.218994140625, -0.99267578125, -0.1337890625, 0.016143798828125, 0.277099609375, 0.086669921875, 0.734375, 0.0570068359375, -0.1700439453125, 0.19677734375, -4.66015625, -0.10882568359375, -0.0799560546875, 0.416015625, 0.0007271766662597656, -0.04656982421875, 0.00890350341796875, 0.82470703125, 0.11175537109375, 0.091552734375, 0.18505859375, 0.260009765625, -0.57763671875, -0.60400390625, -0.3720703125, -0.5595703125, -0.03302001953125, 0.07659912109375, 0.65380859375, -0.44775390625, 0.460205078125, 0.059478759765625, 0.093994140625, 0.396240234375, -0.251708984375, 0.2232666015625, -0.2054443359375, -0.402099609375, 0.63623046875, -0.38916015625, 0.4892578125, 0.02691650390625, 0.06671142578125, -0.1971435546875, 0.050994873046875, -0.419921875, 0.2200927734375, -0.5751953125, 0.2342529296875, -0.227294921875, -0.400390625, 0.853515625, 0.7255859375, -0.1783447265625, -0.1004638671875, -0.0190277099609375, -0.269775390625, 0.269287109375, -0.093017578125, -0.402587890625, 0.5, 0.288818359375, -0.2298583984375, 0.01458740234375, -0.1846923828125, 0.00455474853515625, -0.181640625, 0.47607421875, 0.381591796875, -0.002201080322265625, -0.1876220703125, -0.195556640625, -0.12005615234375, -0.150390625, -0.179443359375, 0.296630859375, 0.46044921875, 0.061798095703125, 0.10748291015625, -0.07183837890625, 0.36572265625, -0.1405029296875, -0.32666015625, -0.298095703125, -0.1961669921875, 0.0203857421875, 0.1663818359375, -0.4501953125, 0.041717529296875, 0.4423828125, -0.1796875, -0.06396484375, -0.349609375, 0.751953125, -0.31591796875, -0.047515869140625, -0.34765625, -0.1832275390625, -0.2880859375, 0.0440673828125, -0.362548828125, 0.3994140625, 0.03179931640625, -0.1339111328125, -0.25927734375, 0.058197021484375, 0.1571044921875, 0.059234619140625, -0.254150390625, -0.48583984375, 0.430908203125, -0.57177734375, 0.4755859375, -0.162109375, -0.322021484375, -0.10009765625, 0.52001953125, 0.11676025390625, -0.313232421875, 0.221435546875, -0.1810302734375, 0.336669921875, 0.0615234375, 0.130126953125, -0.423095703125, -0.08294677734375, -0.299072265625, 0.217529296875, -0.5146484375, 0.75, 0.12408447265625, -0.1826171875, 0.426025390625, 0.205078125, 0.1937255859375, 0.11663818359375, 0.7109375, -0.32080078125, 0.6884765625, 0.78466796875, -0.33837890625, -0.91943359375, 0.1522216796875, -0.0009365081787109375, 0.115234375, -0.0043182373046875, 0.043304443359375, -0.1318359375, -0.355224609375, -0.020904541015625, 0.0006275177001953125, -1.0185546875, -0.17236328125, 0.7646484375, 0.2342529296875, 0.401611328125, -0.09906005859375, -0.24462890625, 0.281005859375, 0.30419921875, 0.33984375, -0.17041015625, -0.09271240234375, 0.578125, -0.261962890625, 0.75634765625, -0.2578125, -0.1693115234375, -0.426513671875, -0.1602783203125, 0.0260772705078125, -0.07061767578125, -0.2705078125, -0.1839599609375, -0.2734375, -0.452392578125, -0.91796875, 0.12213134765625, -0.300048828125, -0.1199951171875, -0.03753662109375, -1.291015625, 0.214599609375, -0.5498046875, 0.54150390625, 0.01515960693359375, 0.27978515625, -0.270751953125, 0.486328125, 0.203857421875, 0.2225341796875, -0.067626953125, -0.625, 0.0914306640625, -0.300048828125, -0.00969696044921875, 0.264892578125, -0.1702880859375, 0.0496826171875, 0.06695556640625, 0.6826171875, 0.046356201171875, -0.58642578125, -0.06011962890625, 0.80419921875, 0.079345703125, 0.05889892578125, -0.002838134765625, -0.55126953125, 0.211669921875, -0.10662841796875, 0.06097412109375, -0.458740234375, -0.026611328125, -0.352294921875, -0.305908203125, -0.11529541015625, -0.156494140625, 0.00015103816986083984, 0.187744140625, -0.457763671875, 0.0843505859375, 0.194091796875, -0.04998779296875, 0.2381591796875, 0.2122802734375, 0.164306640625, -0.0233917236328125, -0.5927734375, 0.194580078125, 0.8505859375, 0.1663818359375, 0.28125, -0.477294921875, 0.1790771484375, 0.50341796875, -0.181396484375, 0.91259765625, 0.08154296875, 0.079833984375, -0.0711669921875, -0.328857421875, -0.2122802734375, 0.199951171875, -0.235107421875, 0.0146484375, -0.204345703125, -0.62841796875, -0.11529541015625, -0.06378173828125, 0.67431640625, -0.6171875, -0.12017822265625, -0.2027587890625, -0.650390625, 0.072509765625, 0.046630859375, 0.292236328125, 0.051605224609375, -0.28857421875, -0.318115234375, 0.363525390625, 0.01465606689453125, 0.170166015625, -0.0833740234375, -0.481201171875, -0.541015625, 0.25, 1.029296875, 0.11688232421875, 0.044464111328125, 0.5029296875, -0.16455078125, 0.38525390625, -0.405029296875, 0.83154296875, -0.2293701171875, 0.1153564453125, -0.61767578125, -0.08819580078125, -0.18603515625, -0.10736083984375, -0.361572265625, -0.10125732421875, -0.380859375, -0.888671875, -0.3701171875, 0.439453125, -0.058837890625, 0.10076904296875, -0.1422119140625, -0.015594482421875, 0.446044921875, -0.6328125, 0.84912109375, 0.29150390625, -0.346435546875, 0.17236328125, 0.32763671875, -0.67724609375, 0.296630859375, -0.1688232421875, 0.06427001953125, -0.2222900390625, 0.252685546875, 0.344970703125, 0.0191192626953125, -0.42626953125, 0.10418701171875, -0.05718994140625, -0.02978515625, -0.34619140625, 0.0014486312866210938, 0.0506591796875, 0.27587890625, -0.3017578125, 0.285400390625, -0.1837158203125, -0.02264404296875, -0.36279296875, 0.0850830078125, -0.369384765625, -0.31103515625, 0.062103271484375, 0.307861328125, 0.12109375, 0.07232666015625, -0.337158203125, -0.3681640625, 0.2479248046875, -0.221923828125, 0.434326171875, -0.279296875, -0.2454833984375, -0.10382080078125, 0.23095703125, 0.153564453125, 0.10687255859375, -0.8359375, -0.275146484375, 0.4765625, -0.65673828125, -0.205078125, -0.0550537109375, 0.151611328125, -0.147216796875, 0.287841796875, 0.04534912109375, 0.3740234375, 0.5478515625, 0.28076171875, -0.07708740234375, 0.214599609375, -0.275390625, -0.03143310546875, 0.1998291015625, 0.494384765625, 0.08331298828125, -0.39306640625, -0.2169189453125, 0.0780029296875, 0.324462890625, -0.08990478515625, 0.0151214599609375, -0.07208251953125, 0.462646484375, -0.2705078125, -0.39990234375, -0.02288818359375, -0.12371826171875, 0.2071533203125, -0.434814453125, 0.340087890625, 0.61962890625, 0.0173187255859375, 0.1092529296875, 0.466796875, -0.71240234375, -0.264892578125, 0.03546142578125, -0.6259765625, -0.24462890625, -0.11016845703125, -0.1256103515625, 0.1827392578125, 0.116455078125, -0.55126953125, -0.334228515625, 0.178466796875, 0.1318359375, -0.50390625, -0.477783203125, 0.2103271484375, -0.15478515625, -0.0718994140625, 0.41455078125, -0.130126953125, -0.06024169921875, -0.3046875, -0.339599609375, -0.1195068359375, 0.049407958984375, -0.035552978515625, -0.2239990234375, -0.28857421875, 0.11431884765625, 0.38427734375, -0.1441650390625, 0.3046875, -0.1630859375, -0.0518798828125, -0.455078125, -0.469970703125, 0.0035152435302734375, 0.29443359375, 0.11419677734375, -0.1322021484375, 0.0474853515625, 0.53173828125, 0.289794921875, 0.69140625, 0.09979248046875, -0.5703125, -0.482421875, -0.1163330078125, 0.487548828125, 0.262939453125, 0.99072265625, -0.29541015625, -0.0758056640625 ], [ -0.1575927734375, 0.097412109375, 0.1956787109375, 0.1910400390625, 0.24169921875, -0.2939453125, 0.06402587890625, -0.00128936767578125, -0.15380859375, 0.10107421875, -0.025634765625, -0.2451171875, 0.489013671875, -0.146484375, 0.03509521484375, 0.4033203125, 0.27490234375, 0.419921875, -0.41162109375, 0.0997314453125, -0.9833984375, -0.07257080078125, -0.38330078125, -0.2169189453125, 0.130126953125, -0.03997802734375, -0.32861328125, 0.0908203125, 0.10858154296875, -0.69677734375, -0.0648193359375, -0.436279296875, 0.3642578125, -0.59912109375, -0.045013427734375, -0.217041015625, -0.039764404296875, 0.061553955078125, 0.284912109375, -0.1307373046875, 0.060760498046875, 0.2109375, 0.09320068359375, -0.6640625, -0.0946044921875, 1.4248046875, 0.5322265625, 0.258056640625, 0.86474609375, 0.271484375, -0.181640625, 0.546875, -0.0809326171875, -0.187744140625, -0.368896484375, -0.253173828125, -0.74951171875, 0.2025146484375, -0.195068359375, -0.2763671875, -1.4990234375, -0.1414794921875, 0.1416015625, -0.05426025390625, -0.1383056640625, -0.1580810546875, 0.07476806640625, 1.619140625, 0.1256103515625, -0.164794921875, -0.34765625, -0.1126708984375, 0.203857421875, -0.466796875, -0.0240478515625, 0.351318359375, 0.179931640625, -0.439697265625, 0.1373291015625, 0.031463623046875, -0.0950927734375, -0.3388671875, -0.05010986328125, -1, -0.06488037109375, 0.038787841796875, 0.1776123046875, 0.2076416015625, 0.8642578125, -0.05133056640625, -0.01213836669921875, 0.2359619140625, -5.02734375, -0.185546875, -0.058074951171875, 0.291259765625, 0.12158203125, -0.07879638671875, 0.11181640625, 0.63525390625, 0.2498779296875, 0.168212890625, 0.23046875, 0.260498046875, -0.68408203125, -0.546875, -0.406494140625, -0.53466796875, -0.00109100341796875, 0.1282958984375, 0.5771484375, -0.52978515625, 0.42578125, 0.0906982421875, 0.07659912109375, 0.43408203125, -0.425048828125, 0.2998046875, -0.2239990234375, -0.219482421875, 0.515625, -0.3515625, 0.429443359375, 0.044708251953125, 0.1859130859375, -0.190185546875, -0.0810546875, -0.33544921875, 0.22119140625, -0.52392578125, 0.1873779296875, -0.219970703125, -0.322509765625, 0.87353515625, 0.7744140625, -0.237060546875, -0.15380859375, 0.08447265625, -0.295166015625, 0.1998291015625, -0.1934814453125, -0.393310546875, 0.45166015625, 0.2890625, -0.37158203125, -0.019134521484375, -0.2314453125, -0.10198974609375, -0.14404296875, 0.5126953125, 0.440673828125, -0.1104736328125, 0.0137939453125, -0.0623779296875, -0.10247802734375, -0.197021484375, -0.120849609375, 0.2314453125, 0.2197265625, -0.0037746429443359375, 0.1060791015625, -0.035614013671875, 0.36328125, -0.03924560546875, -0.105224609375, -0.25537109375, -0.1536865234375, 0.1126708984375, 0.10943603515625, -0.39208984375, -0.06964111328125, 0.59912109375, -0.0888671875, -0.11663818359375, -0.4208984375, 0.69287109375, -0.22216796875, -0.1505126953125, -0.226318359375, -0.2393798828125, -0.232177734375, 0.0008254051208496094, -0.5068359375, 0.658203125, 0.069091796875, -0.061798095703125, -0.168701171875, 0.01280975341796875, 0.1888427734375, 0.05560302734375, -0.296630859375, -0.479248046875, 0.3017578125, -0.626953125, 0.587890625, -0.2174072265625, -0.2705078125, -0.0266571044921875, 0.5029296875, -0.03326416015625, -0.180908203125, 0.31787109375, -0.2261962890625, 0.323486328125, -0.006519317626953125, 0.09283447265625, -0.354736328125, -0.0109710693359375, -0.2164306640625, 0.197265625, -0.445068359375, 0.69921875, 0.169189453125, -0.07769775390625, 0.2391357421875, 0.265869140625, 0.181396484375, 0.2489013671875, 0.431884765625, -0.1466064453125, 0.64453125, 1.2119140625, -0.29296875, -0.96728515625, 0.2117919921875, -0.08563232421875, -0.00489044189453125, 0.03289794921875, 0.047119140625, -0.1717529296875, -0.408203125, 0.09405517578125, 0.0631103515625, -1.048828125, -0.181640625, 1.0126953125, 0.1778564453125, 0.36962890625, -0.11236572265625, -0.3349609375, 0.390625, 0.201171875, 0.1668701171875, -0.1981201171875, -0.07794189453125, 0.384033203125, -0.3134765625, 0.7041015625, -0.2247314453125, -0.1925048828125, -0.53173828125, -0.15771484375, 0.11187744140625, -0.050689697265625, -0.1553955078125, -0.1456298828125, -0.399169921875, -0.431884765625, -0.921875, 0.146484375, -0.3291015625, -0.1673583984375, -0.08282470703125, -1.1474609375, 0.1734619140625, -0.5166015625, 0.54736328125, 0.04571533203125, 0.224365234375, -0.30224609375, 0.464111328125, 0.1778564453125, 0.2666015625, -0.051361083984375, -0.65966796875, 0.07794189453125, -0.190673828125, 0.018218994140625, 0.2161865234375, -0.28515625, 0.001323699951171875, 0.1461181640625, 0.5927734375, -0.015838623046875, -0.50390625, -0.0156402587890625, 1.1787109375, 0.0850830078125, -0.0262451171875, -0.036529541015625, -0.529296875, 0.2305908203125, -0.0927734375, 0.041229248046875, -0.341064453125, 0.02655029296875, -0.150390625, -0.1846923828125, -0.2327880859375, -0.06597900390625, -0.12066650390625, 0.211181640625, -0.3896484375, 0.255615234375, 0.144775390625, 0.0226593017578125, 0.27490234375, 0.209716796875, 0.194580078125, -0.045166015625, -0.6396484375, 0.323974609375, 0.87109375, 0.1038818359375, 0.32421875, -0.426513671875, 0.2568359375, 0.71044921875, -0.1370849609375, 0.97998046875, -0.0545654296875, -0.114013671875, 0.053436279296875, -0.36328125, -0.25341796875, 0.14599609375, -0.08673095703125, -0.053985595703125, -0.2288818359375, -0.62744140625, -0.1484375, -0.14892578125, 0.52001953125, -0.5009765625, -0.1524658203125, -0.2476806640625, -0.62744140625, 0.1685791015625, 0.0994873046875, 0.27392578125, 0.0114898681640625, -0.2022705078125, -0.3125, 0.26708984375, -0.09197998046875, 0.077392578125, -0.2056884765625, -0.482177734375, -0.402099609375, 0.2359619140625, 1.0439453125, 0.08935546875, 0.1046142578125, 0.41845703125, -0.1739501953125, 0.4619140625, -0.376220703125, 0.86767578125, -0.1568603515625, 0.09588623046875, -0.92529296875, 0.0251007080078125, -0.1231689453125, -0.0010051727294921875, 0.032745361328125, -0.165771484375, -0.1300048828125, -0.60986328125, -0.444580078125, 0.27099609375, -0.1630859375, 0.1029052734375, -0.2247314453125, 0.12249755859375, 0.490966796875, -0.509765625, 0.78564453125, 0.330322265625, -0.41845703125, 0.15234375, 0.342529296875, -0.673828125, 0.1634521484375, -0.08074951171875, -0.0225067138671875, -0.371337890625, 0.306640625, 0.262451171875, 0.1968994140625, -0.828125, -0.058135986328125, -0.2071533203125, -0.1373291015625, -0.33349609375, -0.056182861328125, 0.046722412109375, 0.1033935546875, -0.36474609375, 0.359619140625, 0.04461669921875, 0.188232421875, -0.44189453125, 0.111328125, -0.369384765625, -0.2880859375, 0.032196044921875, 0.26220703125, -0.059173583984375, 0.0232086181640625, -0.270263671875, -0.353759765625, 0.241943359375, -0.324951171875, 0.39892578125, -0.285888671875, -0.3193359375, -0.0555419921875, 0.107177734375, 0.1075439453125, 0.06982421875, -0.72265625, -0.1260986328125, 0.5078125, -0.59765625, -0.11981201171875, 0.140625, 0.13671875, -0.1630859375, 0.426513671875, 0.1778564453125, 0.51416015625, 0.448486328125, 0.11077880859375, -0.0216217041015625, 0.25244140625, -0.1939697265625, -0.07049560546875, 0.1849365234375, 0.495849609375, -0.04388427734375, -0.27392578125, -0.2939453125, 0.0452880859375, 0.31689453125, 0.021881103515625, -0.02099609375, -0.032012939453125, 0.302001953125, -0.36083984375, -0.31982421875, 0.0645751953125, -0.08001708984375, 0.15966796875, -0.327880859375, 0.3818359375, 0.59619140625, 0.01329803466796875, 0.15234375, 0.51806640625, -0.58837890625, -0.23779296875, 0.146240234375, -0.58935546875, -0.25244140625, -0.11859130859375, -0.10986328125, 0.178955078125, 0.15869140625, -0.5166015625, -0.340576171875, 0.011627197265625, 0.12744140625, -0.42236328125, -0.43212890625, 0.06640625, -0.328369140625, -0.11114501953125, 0.388916015625, -0.168212890625, 0.065673828125, -0.41748046875, -0.4892578125, -0.1014404296875, 0.0234375, -0.01047515869140625, -0.120849609375, -0.284912109375, 0.032501220703125, 0.364990234375, -0.1220703125, 0.198974609375, -0.1500244140625, -0.137939453125, -0.48779296875, -0.381591796875, 0.0631103515625, 0.45751953125, 0.22802734375, -0.1883544921875, 0.0634765625, 0.52734375, 0.401611328125, 0.7021484375, -0.004459381103515625, -0.625, -0.41796875, -0.24365234375, 0.394775390625, 0.12445068359375, 0.96240234375, -0.224365234375, -0.011383056640625 ], [ -0.22314453125, 0.09783935546875, 0.37060546875, 0.26171875, 0.29345703125, -0.327392578125, 0.040863037109375, -0.07940673828125, -0.0207061767578125, 0.05999755859375, -0.1729736328125, -0.38134765625, 0.54931640625, -0.249755859375, -0.076904296875, 0.552734375, 0.07513427734375, 0.378173828125, -0.486328125, 0.35888671875, -1.0419921875, 0.06658935546875, -0.39453125, -0.342041015625, 0.1416015625, -0.01068878173828125, -0.279541015625, 0.0552978515625, 0.2138671875, -0.65478515625, -0.1143798828125, -0.521484375, 0.471923828125, -0.5439453125, 0.103759765625, -0.04815673828125, 0.030426025390625, 0.04766845703125, 0.33935546875, -0.3623046875, 0.1468505859375, 0.1505126953125, -0.06451416015625, -0.7412109375, -0.1290283203125, 1.5517578125, 0.54052734375, 0.143310546875, 0.8525390625, 0.1912841796875, -0.417236328125, 0.33544921875, 0.0548095703125, -0.316650390625, -0.459228515625, -0.1259765625, -0.80419921875, 0.276611328125, 0.0056915283203125, -0.348388671875, -1.099609375, -0.1116943359375, 0.1488037109375, -0.02874755859375, -0.29931640625, 0.0240020751953125, 0.1158447265625, 1.5166015625, 0.06085205078125, -0.2239990234375, -0.306884765625, -0.2115478515625, 0.40478515625, -0.350341796875, 0.0625, 0.247314453125, 0.1619873046875, -0.31787109375, 0.082275390625, 0.11431884765625, -0.1260986328125, -0.33740234375, -0.17724609375, -1.0205078125, -0.0009522438049316406, -0.06842041015625, 0.033111572265625, 0.08233642578125, 0.64697265625, -0.0024871826171875, -0.10601806640625, 0.352783203125, -5.01171875, -0.096923828125, -0.13720703125, 0.395263671875, -0.10186767578125, -0.13232421875, -0.0039825439453125, 0.732421875, 0.11083984375, 0.1063232421875, 0.08673095703125, 0.20556640625, -0.556640625, -0.54296875, 0.08935546875, -0.5947265625, 0.08038330078125, 0.185546875, 0.52197265625, -0.65576171875, 0.5869140625, 0.005126953125, 0.05560302734375, 0.474365234375, -0.384521484375, 0.35498046875, -0.08795166015625, -0.3330078125, 0.450439453125, -0.630859375, 0.410888671875, 0.047088623046875, 0.1314697265625, -0.276611328125, -0.07452392578125, -0.381591796875, 0.252197265625, -0.60498046875, 0.33154296875, -0.23095703125, -0.427490234375, 0.880859375, 0.6982421875, -0.264892578125, -0.15234375, 0.040802001953125, -0.27490234375, 0.326171875, -0.201171875, -0.351318359375, 0.4794921875, 0.32958984375, -0.38427734375, 0.0426025390625, -0.3076171875, 0.106689453125, 0.035247802734375, 0.4248046875, 0.349365234375, 0.06964111328125, -0.0806884765625, 0.027740478515625, -0.1253662109375, -0.253173828125, -0.1597900390625, 0.221435546875, 0.396240234375, 0.1700439453125, 0.0244598388671875, -0.1064453125, 0.427490234375, -0.09979248046875, -0.2447509765625, -0.331298828125, -0.2156982421875, 0.1575927734375, 0.24853515625, -0.486083984375, -0.007381439208984375, 0.483154296875, -0.147705078125, -0.2041015625, -0.434326171875, 0.78271484375, -0.404296875, -0.23388671875, -0.17236328125, -0.096923828125, -0.154052734375, -0.06646728515625, -0.487548828125, 0.53173828125, -0.0328369140625, -0.18994140625, -0.2342529296875, -0.07354736328125, 0.1444091796875, 0.1483154296875, -0.2529296875, -0.65283203125, 0.129638671875, -0.5693359375, 0.5576171875, -0.1650390625, -0.27001953125, -0.11639404296875, 0.457275390625, -0.0206146240234375, -0.312744140625, 0.402099609375, -0.1334228515625, 0.270751953125, 0.00789642333984375, 0.225830078125, -0.286865234375, -0.11981201171875, -0.218994140625, 0.197265625, -0.397216796875, 0.7353515625, 0.248291015625, -0.1483154296875, 0.439697265625, 0.1632080078125, 0.190673828125, 0.238037109375, 0.58251953125, -0.191162109375, 0.63916015625, 1.109375, -0.2431640625, -0.73828125, 0.112060546875, 0.01277923583984375, 0.186279296875, -0.0256805419921875, 0.0017118453979492188, -0.00408172607421875, -0.34033203125, -0.191162109375, 0.11724853515625, -0.8837890625, 0.09130859375, 0.86279296875, 0.2666015625, 0.4189453125, -0.0587158203125, -0.53125, 0.477294921875, 0.3671875, 0.383056640625, -0.133544921875, -0.156005859375, 0.53271484375, -0.3154296875, 0.57763671875, -0.19580078125, -0.29931640625, -0.30712890625, -0.23876953125, 0.05450439453125, -0.1812744140625, -0.10479736328125, -0.201171875, -0.25390625, -0.40869140625, -1.1845703125, 0.1307373046875, -0.359619140625, -0.2325439453125, -0.036895751953125, -1.2529296875, 0.2958984375, -0.54296875, 0.50341796875, 0.194580078125, 0.34033203125, -0.434326171875, 0.33740234375, 0.2376708984375, 0.1326904296875, -0.024017333984375, -0.59814453125, 0.16162109375, -0.337890625, 0.04144287109375, 0.422119140625, -0.2447509765625, -0.071044921875, -0.0081329345703125, 0.65087890625, -0.06732177734375, -0.471435546875, 0.056793212890625, 0.96826171875, 0.01244354248046875, 0.09576416015625, -0.006801605224609375, -0.380859375, 0.12255859375, -0.245849609375, -0.055145263671875, -0.267333984375, 0.023712158203125, -0.16650390625, -0.328369140625, -0.11187744140625, -0.151123046875, -0.172119140625, 0.308349609375, -0.31884765625, 0.151123046875, 0.13232421875, 0.11053466796875, 0.2108154296875, 0.307373046875, 0.1405029296875, 0.0084991455078125, -0.6845703125, 0.240966796875, 0.87744140625, -0.10064697265625, 0.1478271484375, -0.45947265625, 0.1546630859375, 0.53564453125, -0.09271240234375, 1.087890625, 0.0088348388671875, 0.31298828125, -0.16796875, -0.318115234375, -0.401123046875, -0.0302581787109375, -0.2568359375, -0.21337890625, -0.1806640625, -0.62255859375, -0.0538330078125, 0.056793212890625, 0.5810546875, -0.6123046875, -0.189697265625, -0.22802734375, -0.5693359375, -0.0914306640625, 0.173828125, 0.27490234375, 0.046112060546875, -0.227783203125, -0.27197265625, 0.2264404296875, -0.005672454833984375, 0.182373046875, 0.033172607421875, -0.428955078125, -0.4306640625, 0.11114501953125, 1.158203125, 0.003124237060546875, 0.02801513671875, 0.521484375, -0.09979248046875, 0.568359375, -0.41357421875, 0.8212890625, -0.1771240234375, 0.254638671875, -0.55517578125, -0.03802490234375, -0.379150390625, -0.037322998046875, -0.269775390625, -0.1197509765625, -0.236572265625, -0.98046875, -0.3505859375, 0.316162109375, 0.054779052734375, 0.1929931640625, -0.1873779296875, -0.0192413330078125, 0.30712890625, -0.4609375, 0.68115234375, 0.491455078125, -0.455322265625, 0.09259033203125, 0.376953125, -0.49951171875, 0.2398681640625, -0.08221435546875, 0.06280517578125, -0.352783203125, 0.2509765625, 0.3203125, 0.137939453125, -0.57666015625, -0.1478271484375, -0.16357421875, -0.0811767578125, -0.40576171875, 0.0087738037109375, 0.00820159912109375, 0.1922607421875, -0.382080078125, 0.327880859375, -0.2083740234375, 0.173583984375, -0.35302734375, 0.0574951171875, -0.1793212890625, -0.2379150390625, -0.01074981689453125, 0.2213134765625, 0.0899658203125, 0.01047515869140625, -0.2138671875, -0.40234375, 0.1424560546875, -0.1138916015625, 0.418701171875, -0.249755859375, -0.4189453125, -0.165771484375, 0.1605224609375, 0.0875244140625, 0.153564453125, -0.8662109375, -0.173095703125, 0.333740234375, -0.481689453125, -0.17333984375, 0.04864501953125, 0.2042236328125, 0.03814697265625, 0.53759765625, 0.316162109375, 0.391845703125, 0.3720703125, 0.1966552734375, 0.06329345703125, 0.163818359375, -0.060760498046875, -0.07110595703125, 0.1632080078125, 0.40771484375, -0.0238800048828125, -0.20751953125, -0.1878662109375, 0.055145263671875, 0.3251953125, 0.061492919921875, 0.186767578125, -0.07476806640625, 0.423583984375, -0.41357421875, -0.42724609375, 0.08184814453125, -0.10693359375, 0.2188720703125, -0.436279296875, 0.43017578125, 0.505859375, 0.0869140625, -0.08148193359375, 0.51220703125, -0.8544921875, -0.171142578125, 0.16259765625, -0.5771484375, -0.17822265625, -0.06524658203125, -0.190673828125, 0.310791015625, 0.1031494140625, -0.47314453125, -0.3671875, 0.0994873046875, 0.007144927978515625, -0.480224609375, -0.3857421875, 0.067626953125, -0.1190185546875, -0.029388427734375, 0.383544921875, -0.1541748046875, -0.1336669921875, -0.412841796875, -0.49267578125, -0.2276611328125, -0.0970458984375, 0.00848388671875, -0.1634521484375, -0.3818359375, -0.07177734375, 0.428466796875, -0.2310791015625, 0.179931640625, -0.06634521484375, -0.13330078125, -0.4736328125, -0.328369140625, 0.11224365234375, 0.36669921875, 0.129638671875, -0.19677734375, 0.059478759765625, 0.5615234375, 0.36376953125, 0.76171875, 0.023162841796875, -0.71484375, -0.478515625, -0.2374267578125, 0.364013671875, 0.1629638671875, 0.77294921875, -0.2086181640625, -0.176513671875 ], [ -0.177978515625, 0.058563232421875, 0.32763671875, 0.184814453125, 0.3876953125, -0.35546875, 0.02398681640625, -0.175048828125, -0.059722900390625, -0.007770538330078125, -0.13818359375, -0.296875, 0.78076171875, -0.32275390625, -0.11273193359375, 0.51708984375, 0.09588623046875, 0.44287109375, -0.47802734375, 0.410400390625, -0.9990234375, 0.0860595703125, -0.4326171875, -0.340576171875, 0.06585693359375, 0.0201263427734375, -0.30078125, 0.0701904296875, 0.1766357421875, -0.5732421875, -0.11810302734375, -0.55322265625, 0.350830078125, -0.6044921875, 0.1826171875, -0.1676025390625, 0.094482421875, 0.09234619140625, 0.22998046875, -0.0594482421875, 0.1739501953125, 0.0654296875, -0.0694580078125, -0.82861328125, -0.174560546875, 1.2998046875, 0.52490234375, 0.133056640625, 0.759765625, 0.1348876953125, -0.37060546875, 0.52734375, -0.0517578125, -0.480712890625, -0.46484375, -0.1622314453125, -0.72119140625, 0.168701171875, 0.1138916015625, -0.2337646484375, -1.1767578125, -0.1561279296875, 0.16064453125, 0.0204925537109375, -0.300537109375, -0.0176239013671875, 0.0657958984375, 1.59765625, 0.041259765625, -0.189208984375, -0.207275390625, -0.1473388671875, 0.3046875, -0.416748046875, 0.1282958984375, 0.3525390625, 0.259521484375, -0.387451171875, 0.26318359375, 0.09619140625, -0.07080078125, -0.200439453125, -0.2188720703125, -0.896484375, -0.030792236328125, -0.08502197265625, 0.0111083984375, 0.13134765625, 0.7890625, 0.05426025390625, -0.0032405853271484375, 0.299072265625, -4.88671875, -0.150634765625, -0.1845703125, 0.4296875, -0.11651611328125, -0.12060546875, 0.117919921875, 0.8505859375, 0.2021484375, 0.11480712890625, 0.11187744140625, 0.174072265625, -0.5791015625, -0.5419921875, -0.1522216796875, -0.6298828125, 0.03607177734375, -0.0213165283203125, 0.5478515625, -0.73828125, 0.6767578125, -0.0115203857421875, 0.060821533203125, 0.4130859375, -0.25732421875, 0.21533203125, -0.06048583984375, -0.498291015625, 0.3701171875, -0.6240234375, 0.300537109375, -0.040557861328125, 0.1949462890625, -0.189453125, -0.08782958984375, -0.375732421875, 0.031494140625, -0.6171875, 0.420166015625, -0.08953857421875, -0.311279296875, 0.86572265625, 0.69384765625, -0.260498046875, -0.0777587890625, 0.051910400390625, -0.2476806640625, 0.37451171875, -0.23291015625, -0.298828125, 0.32958984375, 0.369873046875, -0.25390625, 0.0136871337890625, -0.227294921875, 0.05816650390625, -0.10345458984375, 0.35791015625, 0.2060546875, -0.054229736328125, -0.2216796875, -0.050445556640625, -0.11883544921875, -0.270751953125, -0.23876953125, 0.237548828125, 0.419677734375, 0.13623046875, -0.041961669921875, -0.0667724609375, 0.410888671875, -0.1566162109375, -0.319091796875, -0.369384765625, -0.2178955078125, 0.052825927734375, 0.161376953125, -0.4287109375, -0.00905609130859375, 0.45458984375, -0.125732421875, -0.263427734375, -0.405029296875, 0.76171875, -0.340576171875, -0.26025390625, -0.2008056640625, -0.1221923828125, -0.2158203125, -0.1021728515625, -0.341552734375, 0.419677734375, -0.01751708984375, -0.1923828125, -0.2333984375, 0.0670166015625, 0.28369140625, 0.06854248046875, -0.191650390625, -0.444091796875, 0.1697998046875, -0.5498046875, 0.57275390625, -0.09228515625, -0.280517578125, -0.2142333984375, 0.36767578125, 0.08306884765625, -0.4365234375, 0.47607421875, -0.0357666015625, 0.37548828125, 0.06982421875, 0.1446533203125, -0.365478515625, -0.0341796875, -0.37939453125, 0.1676025390625, -0.48681640625, 0.70166015625, 0.1622314453125, -0.08453369140625, 0.36962890625, 0.017364501953125, 0.1884765625, 0.193359375, 0.7607421875, -0.25830078125, 0.6044921875, 1.3779296875, -0.166015625, -0.73486328125, 0.1414794921875, 0.05731201171875, 0.1375732421875, -0.0699462890625, 0.0791015625, 0.0014324188232421875, -0.433349609375, -0.22705078125, -0.1383056640625, -0.76708984375, 0.07354736328125, 0.60107421875, 0.2000732421875, 0.34130859375, -0.1368408203125, -0.5068359375, 0.46484375, 0.388916015625, 0.341796875, -0.1668701171875, -0.206787109375, 0.60107421875, -0.366455078125, 0.65185546875, -0.2452392578125, -0.27978515625, -0.26025390625, -0.30908203125, -0.04608154296875, -0.242919921875, -0.204345703125, -0.170654296875, -0.2626953125, -0.361083984375, -0.99658203125, 0.10186767578125, -0.1927490234375, -0.263427734375, -0.0038623809814453125, -1.1279296875, 0.224365234375, -0.466796875, 0.57763671875, 0.09124755859375, 0.37890625, -0.405029296875, 0.27685546875, 0.1966552734375, 0.0899658203125, -0.1439208984375, -0.46240234375, 0.0294036865234375, -0.371826171875, 0.049530029296875, 0.408203125, -0.2152099609375, -0.0794677734375, -0.1221923828125, 0.615234375, 0.01482391357421875, -0.59765625, 0.04718017578125, 0.9970703125, -0.018280029296875, 0.1295166015625, -0.053253173828125, -0.4033203125, 0.196044921875, -0.1522216796875, -0.043701171875, -0.2430419921875, 0.02740478515625, -0.0770263671875, -0.2587890625, -0.1307373046875, -0.0867919921875, -0.155517578125, 0.26513671875, -0.414794921875, 0.2286376953125, 0.228515625, -0.01202392578125, 0.1949462890625, 0.32763671875, 0.1419677734375, -0.015655517578125, -0.6201171875, 0.2391357421875, 0.86328125, -0.028533935546875, 0.2352294921875, -0.27880859375, 0.1370849609375, 0.49169921875, -0.0819091796875, 1.0400390625, -0.047332763671875, 0.23974609375, -0.181396484375, -0.326416015625, -0.41259765625, -0.00020647048950195312, -0.1597900390625, -0.154052734375, -0.2117919921875, -0.62939453125, -0.09173583984375, 0.117431640625, 0.441650390625, -0.55029296875, -0.1943359375, -0.1673583984375, -0.6103515625, 0.0225982666015625, 0.218505859375, 0.289306640625, 0.040252685546875, -0.27294921875, -0.322509765625, 0.227294921875, 0.07208251953125, 0.1246337890625, 0.06439208984375, -0.5029296875, -0.41845703125, 0.343017578125, 1.0244140625, -0.04107666015625, 0.1312255859375, 0.435302734375, -0.10809326171875, 0.6015625, -0.30322265625, 0.537109375, -0.1453857421875, 0.267333984375, -0.489501953125, -0.0009064674377441406, -0.418212890625, 0.1201171875, -0.428955078125, -0.2174072265625, -0.363525390625, -0.88720703125, -0.268310546875, 0.340087890625, 0.06390380859375, 0.1300048828125, -0.1376953125, -0.1407470703125, 0.22216796875, -0.548828125, 0.6796875, 0.37109375, -0.5517578125, 0.0246124267578125, 0.361328125, -0.58984375, 0.25732421875, -0.1761474609375, 0.058135986328125, -0.2021484375, 0.2529296875, 0.286376953125, 0.09429931640625, -0.45703125, -0.06475830078125, -0.1240234375, -0.177001953125, -0.4248046875, -0.047027587890625, 0.031402587890625, 0.2076416015625, -0.322265625, 0.37548828125, -0.2227783203125, 0.06640625, -0.50341796875, 0.10174560546875, -0.15283203125, -0.306640625, 0.1624755859375, 0.055908203125, 0.059783935546875, -0.11907958984375, -0.3134765625, -0.27294921875, 0.1895751953125, -0.133544921875, 0.381103515625, -0.258056640625, -0.3876953125, -0.140869140625, 0.077392578125, 0.1953125, 0.02520751953125, -0.76904296875, -0.20654296875, 0.443115234375, -0.313232421875, -0.09100341796875, 0.030059814453125, 0.2083740234375, -0.0704345703125, 0.52587890625, 0.2418212890625, 0.402587890625, 0.423828125, 0.25927734375, 0.05078125, 0.14990234375, -0.1575927734375, -0.0650634765625, 0.0916748046875, 0.497314453125, 0.0350341796875, -0.417724609375, -0.285400390625, 0.088623046875, 0.416259765625, 0.1551513671875, 0.251953125, -0.003528594970703125, 0.5576171875, -0.450927734375, -0.3544921875, 0.0709228515625, -0.1507568359375, 0.198486328125, -0.6484375, 0.416259765625, 0.491455078125, 0.146484375, 0.07965087890625, 0.45556640625, -0.8271484375, -0.1878662109375, 0.05328369140625, -0.599609375, -0.2841796875, -0.0888671875, -0.0294342041015625, 0.32275390625, 0.0157928466796875, -0.44140625, -0.425048828125, 0.16552734375, 0.04840087890625, -0.32373046875, -0.463623046875, 0.31591796875, -0.08453369140625, -0.03436279296875, 0.37744140625, -0.10992431640625, -0.1396484375, -0.340087890625, -0.361083984375, -0.25732421875, -0.10736083984375, -0.08203125, -0.1619873046875, -0.4189453125, -0.09979248046875, 0.37060546875, -0.367919921875, 0.0723876953125, -0.1173095703125, -0.057220458984375, -0.47119140625, -0.41845703125, 0.032501220703125, 0.27392578125, 0.1116943359375, -0.038421630859375, 0.007038116455078125, 0.5537109375, 0.24462890625, 0.8759765625, -0.09881591796875, -0.482421875, -0.390380859375, -0.2734375, 0.3115234375, 0.30810546875, 0.9150390625, -0.0076904296875, -0.005397796630859375 ], [ -0.11566162109375, 0.174072265625, 0.28125, 0.3623046875, 0.15478515625, -0.321044921875, 0.054443359375, -0.132080078125, -0.02386474609375, 0.1068115234375, -0.00463104248046875, -0.20654296875, 0.6484375, -0.0167083740234375, 0.034423828125, 0.43212890625, 0.22509765625, 0.352783203125, -0.4482421875, 0.1015625, -1.0703125, -0.06549072265625, -0.53564453125, -0.143798828125, 0.22900390625, -0.10601806640625, -0.413818359375, -0.0228424072265625, -0.0297088623046875, -0.78369140625, -0.147705078125, -0.68505859375, 0.36767578125, -0.4873046875, 0.128662109375, -0.25439453125, 0.040771484375, 0.1407470703125, 0.0557861328125, -0.1868896484375, 0.131103515625, 0.1497802734375, -0.089599609375, -0.7841796875, -0.2322998046875, 1.3095703125, 0.412353515625, 0.0069122314453125, 0.87255859375, -0.00017690658569335938, -0.263671875, 0.5322265625, -0.036224365234375, -0.30322265625, -0.3212890625, -0.2122802734375, -0.81103515625, 0.11492919921875, -0.037445068359375, -0.261962890625, -1.2197265625, -0.269775390625, 0.34716796875, -0.07720947265625, -0.37548828125, 0.1253662109375, 0.0343017578125, 1.6171875, 0.09027099609375, -0.338134765625, -0.1485595703125, -0.298095703125, 0.428955078125, -0.39990234375, -0.0623779296875, 0.26025390625, 0.233642578125, -0.274658203125, 0.167724609375, -0.0260162353515625, -0.1351318359375, -0.32275390625, -0.12200927734375, -1.01953125, -0.06719970703125, 0.170166015625, 0.367919921875, 0.07147216796875, 0.78369140625, 0.1781005859375, -0.1734619140625, 0.364501953125, -4.83984375, -0.24560546875, 0.059051513671875, 0.420654296875, -0.0233306884765625, -0.1103515625, 0.3427734375, 0.83642578125, 0.05841064453125, 0.2476806640625, 0.08624267578125, 0.145751953125, -0.48095703125, -0.595703125, -0.034576416015625, -0.52197265625, -0.058135986328125, 0.0265960693359375, 0.468994140625, -0.646484375, 0.48046875, -0.07244873046875, 0.006008148193359375, 0.51904296875, -0.40625, 0.0035800933837890625, -0.070556640625, -0.486083984375, 0.53271484375, -0.2105712890625, 0.400146484375, 0.06787109375, 0.314208984375, -0.1988525390625, 0.03662109375, -0.38916015625, 0.015350341796875, -0.44384765625, 0.22216796875, -0.21630859375, -0.458251953125, 0.85986328125, 0.64892578125, -0.225830078125, -0.12188720703125, -0.0161895751953125, -0.149169921875, 0.36083984375, -0.237548828125, -0.263916015625, 0.25146484375, 0.305419921875, -0.044036865234375, 0.03570556640625, -0.2037353515625, 0.053131103515625, -0.1431884765625, 0.509765625, 0.2393798828125, -0.08526611328125, -0.1376953125, -0.09552001953125, -0.159912109375, -0.110107421875, -0.0982666015625, 0.382568359375, 0.471435546875, -0.09246826171875, 0.10858154296875, 0.1728515625, 0.290283203125, -0.10211181640625, -0.287109375, -0.433837890625, -0.218994140625, 0.1181640625, 0.221923828125, -0.41357421875, -0.0889892578125, 0.62255859375, -0.1783447265625, -0.28173828125, -0.3408203125, 0.619140625, -0.293212890625, -0.3505859375, -0.455078125, -0.1568603515625, -0.1910400390625, -0.07110595703125, -0.41796875, 0.461669921875, 0.11065673828125, -0.0150909423828125, -0.130615234375, -0.027313232421875, 0.126220703125, 0.045013427734375, -0.2442626953125, -0.432373046875, 0.2220458984375, -0.67236328125, 0.564453125, -0.23974609375, -0.31640625, -0.2802734375, 0.39111328125, 0.167236328125, -0.2152099609375, 0.3466796875, -0.116943359375, 0.350341796875, 0.047271728515625, 0.0634765625, -0.26904296875, -0.00682830810546875, -0.16796875, 0.1029052734375, -0.63525390625, 0.55078125, 0.2410888671875, -0.12274169921875, 0.440673828125, 0.173095703125, 0.186767578125, 0.14404296875, 0.5576171875, -0.1378173828125, 0.69677734375, 1.0439453125, -0.11004638671875, -0.73876953125, 0.07586669921875, 0.01082611083984375, 0.025543212890625, 0.01399993896484375, 0.1810302734375, 0.056854248046875, -0.45703125, 0.01317596435546875, -0.14404296875, -0.6865234375, 0.07696533203125, 0.79296875, -0.0294342041015625, 0.322509765625, -0.1072998046875, -0.326904296875, 0.439697265625, 0.11541748046875, 0.29345703125, -0.134521484375, 0.04962158203125, 0.68212890625, -0.23828125, 0.83154296875, -0.270263671875, -0.16064453125, -0.424560546875, -0.138916015625, 0.1300048828125, -0.055816650390625, -0.273193359375, -0.162841796875, -0.1971435546875, -0.505859375, -1.1474609375, 0.197021484375, -0.409423828125, -0.1722412109375, -0.072998046875, -0.97265625, 0.2421875, -0.54931640625, 0.533203125, 0.040557861328125, 0.113525390625, -0.320556640625, 0.429931640625, 0.156005859375, 0.1427001953125, -0.269775390625, -0.52587890625, -0.00786590576171875, -0.358154296875, 0.0399169921875, 0.3671875, -0.246337890625, -0.03021240234375, -0.051666259765625, 0.68359375, -0.034027099609375, -0.68212890625, 0.09442138671875, 1.08984375, 0.02398681640625, -0.0068817138671875, -0.0002593994140625, -0.56884765625, 0.270263671875, -0.1553955078125, 0.09405517578125, -0.2459716796875, 0.15087890625, -0.256591796875, -0.27685546875, -0.1182861328125, -0.0888671875, -0.1259765625, 0.2435302734375, -0.40234375, 0.0185699462890625, 0.239013671875, -0.15185546875, 0.1795654296875, 0.2095947265625, 0.14990234375, -0.08917236328125, -0.63330078125, 0.298583984375, 0.857421875, 0.10540771484375, 0.274169921875, -0.344482421875, 0.2142333984375, 0.5556640625, -0.0159759521484375, 0.9912109375, -0.0079345703125, 0.145751953125, -0.151611328125, -0.461669921875, -0.313720703125, 0.025604248046875, -0.11016845703125, 0.006855010986328125, -0.2276611328125, -0.720703125, -0.1353759765625, 0.01136016845703125, 0.5390625, -0.481201171875, -0.1243896484375, -0.25341796875, -0.58642578125, -0.0299224853515625, 0.106201171875, 0.314208984375, -0.0108795166015625, -0.2147216796875, -0.25146484375, 0.433837890625, -0.091064453125, 0.268310546875, -0.1351318359375, -0.50927734375, -0.495849609375, 0.2413330078125, 0.92626953125, 0.1087646484375, -0.08056640625, 0.46337890625, -0.255126953125, 0.77685546875, -0.3662109375, 0.465087890625, -0.19287109375, 0.289306640625, -0.615234375, 0.1434326171875, -0.20458984375, -0.107666015625, -0.49462890625, -0.29150390625, -0.3330078125, -0.70849609375, -0.2098388671875, 0.3193359375, 0.168212890625, 0.08984375, -0.044586181640625, 0.0252685546875, 0.55029296875, -0.474609375, 0.87353515625, 0.27294921875, -0.544921875, 0.06817626953125, 0.337646484375, -0.91796875, 0.2890625, -0.06488037109375, -0.058349609375, -0.328125, 0.23779296875, 0.23779296875, 0.0660400390625, -0.640625, 0.1002197265625, -0.06689453125, 0.056488037109375, -0.28076171875, 0.0203704833984375, 0.06658935546875, 0.2449951171875, -0.0799560546875, 0.348388671875, -0.203857421875, 0.07012939453125, -0.403564453125, 0.3134765625, -0.2139892578125, -0.47607421875, 0.14013671875, 0.1280517578125, 0.14208984375, 0.1728515625, -0.255615234375, -0.388671875, 0.38134765625, -0.27001953125, 0.544921875, -0.28125, -0.39501953125, -0.0538330078125, 0.049285888671875, -0.00628662109375, 0.1434326171875, -0.90234375, -0.379150390625, 0.3544921875, -0.68603515625, -0.12158203125, 0.08746337890625, 0.0548095703125, -0.2005615234375, 0.44482421875, 0.2178955078125, 0.455810546875, 0.44775390625, 0.00946044921875, 0.0606689453125, 0.24853515625, -0.150146484375, 0.0430908203125, 0.1241455078125, 0.416015625, -0.07635498046875, -0.29150390625, -0.26318359375, 0.1436767578125, 0.347900390625, 0.0865478515625, 0.1063232421875, -0.090576171875, 0.439453125, -0.5078125, -0.2724609375, -0.1240234375, -0.09222412109375, 0.28857421875, -0.49560546875, 0.398681640625, 0.529296875, 0.04595947265625, 0.2255859375, 0.52001953125, -0.83203125, -0.322509765625, 0.2333984375, -0.69970703125, -0.338623046875, -0.138671875, -0.034088134765625, 0.292724609375, -0.0445556640625, -0.3642578125, -0.436279296875, 0.1339111328125, 0.0174560546875, -0.330078125, -0.364501953125, 0.358154296875, -0.2445068359375, -0.05938720703125, 0.456298828125, -0.04052734375, -0.133544921875, -0.267578125, -0.1956787109375, -0.1414794921875, -0.0343017578125, 0.08172607421875, -0.1258544921875, -0.402587890625, 0.1749267578125, 0.2861328125, -0.27880859375, 0.1834716796875, -0.12322998046875, 0.01235198974609375, -0.4365234375, -0.380126953125, -0.068359375, 0.26904296875, 0.287109375, -0.0258026123046875, 0.063232421875, 0.59765625, 0.312744140625, 0.7587890625, -0.0843505859375, -0.3837890625, -0.423583984375, -0.2171630859375, 0.454833984375, 0.2412109375, 0.9140625, -0.29443359375, -0.1351318359375 ], [ -0.1959228515625, 0.2362060546875, 0.17431640625, 0.336669921875, 0.12646484375, -0.351806640625, -0.008514404296875, -0.1563720703125, -0.3623046875, 0.2137451171875, 0.0221099853515625, -0.2314453125, 0.5146484375, -0.032958984375, 0.27978515625, 0.35986328125, 0.075439453125, 0.268798828125, -0.20263671875, 0.148193359375, -1.033203125, -0.06781005859375, -0.387451171875, -0.08197021484375, 0.10028076171875, -0.10211181640625, -0.29833984375, 0.1922607421875, -0.0888671875, -0.78564453125, -0.22265625, -0.39306640625, 0.33740234375, -0.53125, 0.192626953125, -0.266357421875, 0.0232391357421875, 0.153564453125, 0.09979248046875, -0.2183837890625, 0.09503173828125, 0.29443359375, 0.025604248046875, -0.67431640625, -0.1282958984375, 1.3310546875, 0.47265625, 0.1591796875, 0.80712890625, 0.147216796875, -0.165771484375, 0.427734375, -0.07037353515625, -0.1485595703125, -0.292236328125, -0.2115478515625, -0.8828125, 0.061187744140625, -0.2000732421875, -0.1925048828125, -1.4345703125, -0.1075439453125, 0.43701171875, -0.120849609375, -0.35693359375, 0.0136871337890625, 0.05413818359375, 1.970703125, 0.11212158203125, -0.358642578125, -0.36376953125, -0.15380859375, 0.15087890625, -0.358154296875, -0.07464599609375, 0.279052734375, 0.144775390625, -0.400634765625, 0.1197509765625, -0.03851318359375, 0.091064453125, -0.335693359375, -0.126953125, -0.9951171875, -0.076171875, 0.2149658203125, 0.310791015625, 0.10113525390625, 0.7431640625, 0.09326171875, -0.168701171875, 0.3134765625, -5.203125, -0.1600341796875, 0.1495361328125, 0.299072265625, 0.06719970703125, -0.11834716796875, 0.125244140625, 0.66650390625, 0.1712646484375, 0.308349609375, 0.1187744140625, 0.0814208984375, -0.5859375, -0.411376953125, -0.392822265625, -0.42626953125, -0.075439453125, 0.260009765625, 0.4052734375, -0.51513671875, 0.41748046875, 0.138671875, -0.045166015625, 0.48974609375, -0.278076171875, 0.10626220703125, -0.222900390625, -0.39794921875, 0.489013671875, -0.2025146484375, 0.29296875, -0.1331787109375, 0.19091796875, -0.238037109375, 0.05621337890625, -0.2489013671875, 0.006694793701171875, -0.5546875, 0.23583984375, -0.359130859375, -0.4697265625, 0.86572265625, 0.6748046875, -0.1160888671875, -0.130126953125, -0.156005859375, -0.23486328125, 0.25537109375, -0.27294921875, -0.146728515625, 0.307861328125, 0.205322265625, -0.0791015625, 0.12347412109375, -0.230712890625, 0.09759521484375, -0.08221435546875, 0.4130859375, 0.2196044921875, -0.1312255859375, 0.114501953125, -0.169677734375, -0.158935546875, -0.1961669921875, 0.038543701171875, 0.341552734375, 0.23046875, -0.058746337890625, 0.01654052734375, 0.061614990234375, 0.321044921875, -0.09698486328125, -0.1680908203125, -0.291259765625, -0.065673828125, 0.1708984375, 0.184326171875, -0.189453125, 0.029388427734375, 0.69775390625, -0.09722900390625, -0.310302734375, -0.28173828125, 0.57080078125, -0.54443359375, -0.301025390625, -0.39697265625, -0.1370849609375, -0.25439453125, -0.205322265625, -0.39501953125, 0.365478515625, 0.301513671875, 0.03411865234375, -0.2384033203125, -0.1591796875, 0.0313720703125, 0.05084228515625, -0.3271484375, -0.483642578125, 0.26220703125, -0.537109375, 0.48095703125, -0.38037109375, -0.378662109375, -0.09783935546875, 0.424072265625, 0.24267578125, -0.2491455078125, 0.1756591796875, -0.2183837890625, 0.303955078125, 0.07861328125, 0.009613037109375, -0.42919921875, -0.039947509765625, -0.09930419921875, 0.25146484375, -0.72900390625, 0.70947265625, 0.20654296875, -0.14111328125, 0.369384765625, 0.054351806640625, 0.19677734375, 0.14697265625, 0.473388671875, -0.161376953125, 0.75537109375, 1.26953125, -0.2109375, -0.7939453125, 0.2100830078125, -0.0867919921875, 0.01464080810546875, 0.1357421875, 0.11895751953125, -0.1065673828125, -0.326904296875, 0.112060546875, 0.0261688232421875, -0.69287109375, 0.0035915374755859375, 0.86865234375, 0.016632080078125, 0.30908203125, -0.039306640625, -0.26123046875, 0.40625, 0.056396484375, 0.291748046875, -0.11859130859375, 0.03143310546875, 0.499755859375, -0.3193359375, 0.92822265625, -0.1903076171875, -0.173095703125, -0.4013671875, -0.09967041015625, 0.09161376953125, -0.0478515625, -0.25341796875, -0.03863525390625, -0.273681640625, -0.4599609375, -1.640625, 0.06451416015625, -0.427734375, -0.368408203125, 0.103271484375, -1.0751953125, 0.2042236328125, -0.53515625, 0.58349609375, 0.21484375, 0.04052734375, -0.478759765625, 0.46630859375, 0.06695556640625, 0.1636962890625, -0.09991455078125, -0.4892578125, 0.00018835067749023438, -0.436767578125, -0.09234619140625, 0.341552734375, -0.192626953125, -0.07305908203125, -0.08721923828125, 0.57470703125, 0.2049560546875, -0.7119140625, -0.08416748046875, 1.0234375, 0.027099609375, -0.02996826171875, -0.034332275390625, -0.615234375, 0.1314697265625, -0.1505126953125, 0.152587890625, -0.1953125, 0.12213134765625, -0.0833740234375, -0.246826171875, -0.0770263671875, -0.1197509765625, -0.1337890625, 0.22412109375, -0.3740234375, 0.10357666015625, 0.2459716796875, -0.01470947265625, 0.30615234375, 0.18896484375, -0.03509521484375, 0.0272979736328125, -0.669921875, 0.1270751953125, 0.86279296875, 0.1519775390625, 0.2071533203125, -0.264404296875, 0.311767578125, 0.84228515625, 0.07080078125, 1.0322265625, -0.015777587890625, 0.1904296875, -0.060882568359375, -0.3720703125, -0.1475830078125, 0.1336669921875, -0.04010009765625, -0.0110931396484375, -0.17578125, -0.73095703125, -0.09222412109375, -0.03326416015625, 0.5654296875, -0.422607421875, -0.10430908203125, -0.293212890625, -0.64599609375, -0.05816650390625, 0.239013671875, 0.2142333984375, -0.046875, -0.1405029296875, -0.3798828125, 0.309814453125, -0.17333984375, 0.0635986328125, -0.10797119140625, -0.38818359375, -0.385009765625, 0.1910400390625, 1.0185546875, 0.1337890625, -0.023681640625, 0.34716796875, -0.2744140625, 0.62646484375, -0.33984375, 0.85498046875, -0.2384033203125, 0.140625, -0.93505859375, 0.285400390625, -0.288330078125, 0.01033782958984375, -0.247314453125, -0.1771240234375, -0.1270751953125, -0.5498046875, -0.2071533203125, 0.316162109375, 0.037322998046875, 0.090087890625, -0.313720703125, 0.11328125, 0.499267578125, -0.6484375, 0.8623046875, 0.287109375, -0.447998046875, 0.32177734375, 0.3232421875, -1.13671875, 0.21337890625, -0.2225341796875, 0.0323486328125, -0.45361328125, 0.36572265625, 0.2587890625, 0.103759765625, -0.625, -0.09033203125, -0.00041365623474121094, 0.0135955810546875, -0.1744384765625, -0.03851318359375, 0.091552734375, 0.2403564453125, -0.30908203125, 0.1754150390625, -0.2366943359375, 0.063232421875, -0.194091796875, 0.1029052734375, -0.259033203125, -0.327880859375, 0.11712646484375, 0.287353515625, 0.294921875, 0.2247314453125, -0.4619140625, -0.53125, 0.296630859375, -0.294189453125, 0.461669921875, -0.2763671875, -0.2122802734375, -0.049224853515625, 0.056915283203125, -0.083740234375, 0.11151123046875, -0.7158203125, -0.244384765625, 0.52587890625, -0.84423828125, -0.14208984375, 0.11077880859375, 0.284423828125, -0.36376953125, 0.7197265625, 0.2890625, 0.389404296875, 0.69580078125, -0.167236328125, 0.04736328125, 0.17138671875, -0.053802490234375, 0.020904541015625, 0.199462890625, 0.496826171875, 0.0146636962890625, -0.34814453125, 0.09613037109375, 0.302490234375, 0.202880859375, 0.0189361572265625, 0.09283447265625, 0.1746826171875, 0.279296875, -0.397216796875, -0.2763671875, 0.004566192626953125, -0.00167083740234375, 0.1309814453125, -0.330810546875, 0.33984375, 0.6005859375, 0.08880615234375, 0.08990478515625, 0.429931640625, -0.7236328125, -0.36328125, 0.16943359375, -0.6630859375, -0.35546875, -0.11187744140625, 0.0183868408203125, 0.24609375, -0.07366943359375, -0.44921875, -0.306396484375, 0.2410888671875, -0.014678955078125, -0.5107421875, -0.40966796875, 0.314453125, -0.1507568359375, -0.1707763671875, 0.329833984375, 0.029937744140625, -0.17529296875, -0.37109375, -0.38916015625, 0.0033283233642578125, -0.1082763671875, -0.059814453125, -0.034423828125, -0.34423828125, 0.00750732421875, 0.25048828125, -0.0733642578125, 0.306396484375, -0.12091064453125, -0.037353515625, -0.599609375, -0.407470703125, -0.09942626953125, 0.2314453125, 0.1036376953125, -0.0682373046875, 0.0849609375, 0.44775390625, 0.17578125, 0.76025390625, 0.1058349609375, -0.70751953125, -0.440185546875, -0.2333984375, 0.32470703125, 0.06353759765625, 1.0244140625, -0.361083984375, -0.12115478515625 ], [ -0.320068359375, 0.195556640625, 0.2415771484375, 0.2447509765625, 0.1441650390625, -0.310546875, -0.0173187255859375, -0.1519775390625, -0.25537109375, 0.10357666015625, -0.0693359375, -0.326416015625, 0.609375, -0.22265625, 0.1519775390625, 0.42529296875, -0.0821533203125, 0.29833984375, -0.3212890625, 0.282470703125, -0.89599609375, 0.108154296875, -0.35791015625, -0.1982421875, 0.2216796875, -0.06427001953125, -0.26708984375, 0.1033935546875, -0.046600341796875, -0.74658203125, -0.3095703125, -0.352294921875, 0.41162109375, -0.58447265625, 0.420654296875, -0.2305908203125, 0.12158203125, 0.2161865234375, 0.360107421875, -0.328125, 0.276123046875, 0.1033935546875, 0.01392364501953125, -0.7138671875, -0.182861328125, 0.92041015625, 0.371337890625, 0.03570556640625, 0.6123046875, 0.2169189453125, -0.12060546875, 0.51025390625, 0.01702880859375, -0.3671875, -0.2744140625, -0.1627197265625, -0.83935546875, 0.2213134765625, -0.0596923828125, -0.28564453125, -1.2880859375, -0.1890869140625, 0.423828125, -0.039306640625, -0.36865234375, -0.0013828277587890625, 0.11065673828125, 1.697265625, 0.08343505859375, -0.11273193359375, -0.32080078125, -0.1446533203125, 0.32666015625, -0.412109375, -0.168212890625, 0.396728515625, 0.176025390625, -0.38232421875, 0.1531982421875, 0.0989990234375, 0.2266845703125, -0.372314453125, -0.176513671875, -1.0673828125, 0.06329345703125, 0.2086181640625, 0.1319580078125, 0.1650390625, 0.59912109375, 0.037445068359375, -0.168701171875, 0.264404296875, -5.0859375, -0.103271484375, 0.03131103515625, 0.35400390625, 0.0102691650390625, -0.141357421875, 0.045440673828125, 0.88720703125, 0.0870361328125, 0.0423583984375, -0.0804443359375, 0.22900390625, -0.56787109375, -0.45556640625, -0.7177734375, -0.60205078125, -0.06585693359375, 0.1585693359375, 0.295654296875, -0.61865234375, 0.5712890625, 0.1983642578125, 0.01520538330078125, 0.462158203125, -0.171875, 0.08062744140625, -0.1907958984375, -0.4091796875, 0.5390625, -0.3603515625, 0.32470703125, -0.0675048828125, 0.10162353515625, -0.08502197265625, 0.059051513671875, -0.3359375, -0.070556640625, -0.36962890625, 0.1998291015625, -0.186767578125, -0.3115234375, 0.85302734375, 0.56591796875, -0.2144775390625, 0.0455322265625, -0.09600830078125, -0.1556396484375, 0.2115478515625, -0.238525390625, -0.021392822265625, 0.21875, 0.32373046875, -0.11981201171875, 0.1572265625, -0.328125, 0.00366973876953125, -0.373046875, 0.441162109375, 0.298583984375, -0.07574462890625, -0.06646728515625, -0.0875244140625, -0.334228515625, -0.0897216796875, -0.067138671875, 0.448974609375, 0.32421875, 0.022308349609375, 0.068603515625, -0.0246429443359375, 0.34130859375, -0.08746337890625, -0.218994140625, -0.2242431640625, -0.09765625, 0.18359375, 0.1181640625, -0.23974609375, 0.2998046875, 0.5341796875, -0.184326171875, -0.295654296875, -0.3974609375, 0.6240234375, -0.299072265625, -0.31396484375, -0.583984375, -0.18212890625, -0.236572265625, -0.295654296875, -0.1954345703125, 0.426025390625, 0.25537109375, -0.11090087890625, -0.25830078125, -0.10516357421875, 0.1136474609375, 0.08551025390625, -0.125732421875, -0.48486328125, 0.34375, -0.552734375, 0.5771484375, -0.352294921875, -0.35498046875, -0.232421875, 0.419921875, 0.25830078125, -0.3095703125, 0.36572265625, -0.1944580078125, 0.263671875, -0.01026153564453125, 0.045684814453125, -0.2244873046875, -0.146240234375, -0.1259765625, 0.251708984375, -0.6552734375, 0.69140625, 0.34912109375, -0.11065673828125, 0.37109375, 0.0872802734375, 0.115478515625, 0.17724609375, 0.83203125, -0.177490234375, 0.497802734375, 1.1552734375, -0.2568359375, -0.66552734375, 0.25048828125, -0.010009765625, -0.0118560791015625, -0.0625, 0.150390625, 0.107666015625, -0.23291015625, -0.0171966552734375, -0.01020050048828125, -0.72900390625, 0.08843994140625, 0.806640625, 0.08563232421875, 0.28662109375, -0.06982421875, -0.24365234375, 0.309326171875, 0.2218017578125, 0.319091796875, -0.232666015625, -0.084716796875, 0.61083984375, -0.408447265625, 0.869140625, -0.313720703125, -0.267333984375, -0.388427734375, -0.05908203125, 0.045654296875, -0.1378173828125, -0.27001953125, -0.11944580078125, -0.39892578125, -0.65185546875, -1.693359375, 0.1475830078125, -0.281494140625, -0.39990234375, -0.09405517578125, -1.2451171875, 0.343505859375, -0.5126953125, 0.448486328125, 0.1177978515625, 0.14208984375, -0.302001953125, 0.457275390625, 0.2222900390625, 0.0596923828125, -0.239013671875, -0.693359375, -0.03155517578125, -0.346435546875, -0.019073486328125, 0.252197265625, -0.20849609375, -0.07818603515625, -0.0238800048828125, 0.66748046875, 0.2484130859375, -0.83447265625, 0.007598876953125, 1.0087890625, -0.0241241455078125, 0.1112060546875, 0.08819580078125, -0.5078125, 0.22900390625, -0.06103515625, 0.17578125, -0.152587890625, 0.2144775390625, -0.1639404296875, -0.2130126953125, -0.07781982421875, -0.1175537109375, -0.005794525146484375, 0.2332763671875, -0.431396484375, 0.12457275390625, 0.292724609375, -0.1365966796875, 0.255615234375, 0.2220458984375, 0.041839599609375, -0.01087188720703125, -0.71435546875, 0.1812744140625, 0.85009765625, 0.095703125, 0.232421875, -0.36376953125, 0.310791015625, 0.61181640625, 0.0016622543334960938, 1.064453125, 0.1851806640625, 0.44677734375, -0.268310546875, -0.35986328125, -0.2197265625, 0.19775390625, -0.1278076171875, -0.062286376953125, -0.201904296875, -0.80078125, -0.06011962890625, -0.0209197998046875, 0.63671875, -0.62646484375, -0.1329345703125, -0.2286376953125, -0.489990234375, 0.1290283203125, 0.1751708984375, 0.1649169921875, -0.007526397705078125, -0.1541748046875, -0.390380859375, 0.331298828125, -0.046295166015625, 0.2314453125, 0.132080078125, -0.440673828125, -0.658203125, 0.3037109375, 0.7412109375, 0.040374755859375, -0.03759765625, 0.283935546875, -0.13427734375, 0.50732421875, -0.4287109375, 0.61767578125, -0.186279296875, 0.0714111328125, -0.962890625, 0.18359375, -0.33935546875, -0.03955078125, -0.2252197265625, -0.232421875, -0.1766357421875, -0.67529296875, -0.33984375, 0.413818359375, 0.056121826171875, 0.06756591796875, -0.044525146484375, 0.00873565673828125, 0.446044921875, -0.52197265625, 0.6689453125, 0.28466796875, -0.35400390625, 0.1737060546875, 0.272705078125, -0.92724609375, 0.311279296875, -0.269287109375, 0.006618499755859375, -0.274658203125, 0.236083984375, 0.2174072265625, 0.0654296875, -0.4912109375, -0.0146026611328125, 0.05133056640625, -0.089599609375, -0.27734375, -0.1824951171875, 0.128662109375, 0.20361328125, -0.269287109375, 0.2027587890625, -0.1851806640625, 0.06317138671875, -0.287353515625, 0.265625, -0.219482421875, -0.37841796875, 0.2342529296875, 0.0665283203125, 0.052886962890625, 0.294189453125, -0.372314453125, -0.381103515625, 0.57080078125, -0.107666015625, 0.435302734375, -0.51513671875, -0.1986083984375, 0.060638427734375, -0.0269012451171875, 0.016357421875, 0.11285400390625, -0.62255859375, -0.283447265625, 0.58740234375, -0.7734375, -0.105224609375, -0.037261962890625, 0.270751953125, -0.48486328125, 0.634765625, 0.29931640625, 0.419921875, 0.67724609375, -0.134521484375, 0.1295166015625, 0.0875244140625, 0.034637451171875, 0.031768798828125, 0.0596923828125, 0.546875, 0.05535888671875, -0.60791015625, -0.21142578125, 0.2364501953125, 0.260009765625, 0.033203125, 0.08636474609375, -0.006610870361328125, 0.381591796875, -0.342041015625, -0.392578125, 0.065673828125, -0.134521484375, 0.096923828125, -0.56640625, 0.1826171875, 0.434326171875, 0.04364013671875, 0.10491943359375, 0.404052734375, -0.70751953125, -0.38671875, -0.034332275390625, -0.62646484375, -0.36669921875, -0.07135009765625, 0.07122802734375, 0.18310546875, -0.043548583984375, -0.388671875, -0.2783203125, 0.223388671875, 0.0006504058837890625, -0.5634765625, -0.409912109375, 0.131591796875, -0.1986083984375, 0.035919189453125, 0.40673828125, -0.035308837890625, -0.10076904296875, -0.1767578125, -0.303466796875, -0.1844482421875, -0.038909912109375, -0.1304931640625, -0.09979248046875, -0.4697265625, 0.006099700927734375, 0.3662109375, -0.1243896484375, 0.305419921875, -0.319580078125, -0.0197601318359375, -0.46923828125, -0.439453125, -0.0142364501953125, 0.19482421875, 0.272705078125, -0.08111572265625, 0.11163330078125, 0.580078125, 0.216796875, 0.7490234375, 0.045501708984375, -0.5205078125, -0.445556640625, -0.2052001953125, 0.376708984375, 0.1873779296875, 1.044921875, -0.30419921875, 0.001506805419921875 ], [ -0.1771240234375, 0.159912109375, 0.315673828125, 0.2254638671875, 0.284912109375, -0.32958984375, 0.053436279296875, -0.204833984375, -0.1998291015625, 0.026092529296875, -0.0246429443359375, -0.2371826171875, 0.58984375, -0.0721435546875, 0.0196533203125, 0.49072265625, 0.0970458984375, 0.139892578125, -0.265380859375, 0.208740234375, -1.072265625, 0.00041556358337402344, -0.42041015625, -0.26953125, 0.10601806640625, -0.014739990234375, -0.363525390625, 0.2030029296875, -0.0125274658203125, -0.701171875, -0.220703125, -0.41064453125, 0.384033203125, -0.68115234375, 0.13671875, -0.256591796875, 0.040924072265625, 0.2132568359375, 0.36865234375, -0.1556396484375, 0.2266845703125, 0.203857421875, 0.0258636474609375, -0.818359375, -0.269775390625, 0.1041259765625, 0.62939453125, 0.1138916015625, 0.646484375, 0.356689453125, -0.0970458984375, 0.615234375, -0.21044921875, -0.34814453125, -0.4111328125, -0.00951385498046875, -0.62646484375, 0.1939697265625, -0.1971435546875, -0.396728515625, -1.3203125, -0.311279296875, 0.351318359375, -0.04364013671875, -0.26123046875, 0.00189208984375, 0.140380859375, 1.8935546875, -0.001125335693359375, -0.2724609375, -0.2919921875, -0.01395416259765625, 0.2890625, -0.328857421875, -0.079833984375, 0.5703125, 0.058074951171875, -0.431640625, 0.264404296875, 0.1409912109375, 0.1259765625, -0.369873046875, 0.03466796875, -0.92919921875, -0.0699462890625, 0.035308837890625, 0.375732421875, 0.14794921875, 0.61279296875, 0.059844970703125, -0.1754150390625, 0.10693359375, -4.99609375, -0.11468505859375, -0.060089111328125, 0.275634765625, -0.09173583984375, -0.225830078125, 0.1334228515625, 0.7373046875, 0.2431640625, -0.1727294921875, -0.018585205078125, 0.273681640625, -0.416015625, -0.6298828125, -0.6875, -0.68115234375, -0.1328125, 0.125, 0.464111328125, -0.720703125, 0.389892578125, 0.1304931640625, 0.01039886474609375, 0.404296875, -0.11456298828125, 0.1854248046875, -0.1514892578125, -0.433349609375, 0.4560546875, -0.430908203125, 0.291015625, -0.128173828125, 0.0615234375, -0.0736083984375, 0.034881591796875, -0.263916015625, -0.0411376953125, -0.386474609375, 0.2056884765625, -0.0149688720703125, -0.302978515625, 0.837890625, 0.6787109375, -0.2247314453125, 0.061676025390625, 0.1143798828125, -0.227294921875, 0.2880859375, -0.191162109375, -0.095703125, 0.2119140625, 0.29931640625, -0.2225341796875, 0.11181640625, -0.361328125, -0.008819580078125, -0.450439453125, 0.357421875, 0.1956787109375, -0.039215087890625, 0.0016937255859375, -0.123291015625, -0.2308349609375, -0.258544921875, 0.0113525390625, 0.54345703125, 0.329345703125, 0.03289794921875, -0.00359344482421875, -0.1898193359375, 0.31396484375, -0.254150390625, -0.32568359375, -0.27197265625, -0.2139892578125, 0.145263671875, 0.1767578125, -0.374755859375, 0.01010894775390625, 0.59423828125, 0.0167999267578125, -0.1611328125, -0.491943359375, 0.59423828125, -0.271484375, -0.269287109375, -0.5009765625, -0.11322021484375, -0.495361328125, -0.227783203125, -0.169677734375, 0.435546875, 0.2020263671875, -0.1337890625, -0.13134765625, 0.024810791015625, 0.09320068359375, 0.1005859375, -0.2073974609375, -0.53125, 0.2919921875, -0.533203125, 0.62548828125, -0.21875, -0.5205078125, -0.2071533203125, 0.446533203125, 0.372314453125, -0.119873046875, 0.436767578125, -0.1478271484375, 0.380126953125, 0.11053466796875, -0.041473388671875, -0.1337890625, -0.14599609375, -0.1304931640625, 0.2037353515625, -0.57421875, 0.7705078125, 0.439453125, -0.05474853515625, 0.2386474609375, 0.048187255859375, 0.048370361328125, 0.050994873046875, 0.71484375, -0.218505859375, 0.3583984375, 1.095703125, -0.1990966796875, -0.65966796875, 0.10516357421875, 0.0105133056640625, 0.10498046875, -0.03607177734375, 0.0181427001953125, 0.131591796875, -0.2587890625, 0.0777587890625, -0.09283447265625, -0.6611328125, 0.0200042724609375, 0.86279296875, 0.026092529296875, 0.3291015625, -0.07208251953125, -0.43017578125, 0.39794921875, 0.243408203125, 0.304443359375, -0.274169921875, -0.028900146484375, 0.6728515625, -0.3603515625, 0.70068359375, -0.45166015625, -0.259765625, -0.278076171875, -0.107177734375, 0.091064453125, -0.1883544921875, -0.233642578125, -0.09991455078125, -0.451904296875, -0.5048828125, -0.9912109375, 0.09625244140625, -0.2359619140625, -0.2587890625, -0.0845947265625, -1.072265625, 0.3515625, -0.603515625, 0.525390625, 0.184814453125, 0.1328125, -0.2447509765625, 0.47021484375, 0.32763671875, 0.09686279296875, -0.235107421875, -0.6083984375, -0.07666015625, -0.3359375, -0.0819091796875, 0.251953125, -0.19287109375, -0.121337890625, 0.026763916015625, 0.69091796875, 0.201904296875, -0.7587890625, -0.1585693359375, 1.06640625, 0.003566741943359375, 0.09686279296875, 0.0540771484375, -0.6044921875, 0.319580078125, -0.1678466796875, 0.143310546875, -0.26806640625, 0.1329345703125, -0.308349609375, -0.20556640625, -0.1014404296875, -0.17724609375, -0.0418701171875, 0.347412109375, -0.432373046875, 0.21484375, 0.270751953125, -0.2156982421875, 0.228515625, 0.364501953125, 0.14306640625, -0.01178741455078125, -0.75146484375, 0.193603515625, 0.83544921875, 0.142333984375, 0.340087890625, -0.31103515625, 0.34765625, 0.60986328125, -0.1463623046875, 0.76953125, -0.0004525184631347656, 0.247802734375, -0.0760498046875, -0.34228515625, -0.258544921875, 0.31005859375, -0.154296875, -0.1116943359375, -0.0065155029296875, -0.73681640625, 0.06878662109375, -0.059783935546875, 0.63525390625, -0.49462890625, -0.156494140625, -0.1802978515625, -0.5029296875, 0.054412841796875, 0.1646728515625, 0.0684814453125, 0.139404296875, -0.11541748046875, -0.493896484375, 0.319580078125, -0.1912841796875, 0.398681640625, 0.022491455078125, -0.50048828125, -0.459228515625, 0.32373046875, 0.84375, 0.1156005859375, -0.050811767578125, 0.315673828125, -0.170166015625, 0.525390625, -0.2484130859375, 0.49169921875, -0.258056640625, 0.1663818359375, -0.93603515625, 0.1268310546875, -0.37158203125, 0.1392822265625, -0.414794921875, -0.35205078125, -0.1580810546875, -0.568359375, -0.345703125, 0.371337890625, 0.11474609375, 0.07330322265625, -0.16650390625, -0.01094818115234375, 0.34423828125, -0.419921875, 0.88818359375, 0.400146484375, -0.39306640625, 0.37158203125, 0.1435546875, -0.80419921875, 0.24658203125, -0.12200927734375, 0.0016298294067382812, -0.267333984375, 0.1865234375, 0.332763671875, 0.054046630859375, -0.59619140625, 0.03387451171875, -0.086181640625, -0.1781005859375, -0.219970703125, 0.0517578125, 0.08331298828125, 0.225830078125, -0.333740234375, 0.37841796875, -0.1455078125, 0.089111328125, -0.2071533203125, 0.55810546875, -0.25048828125, -0.34814453125, 0.2430419921875, 0.1361083984375, -0.038116455078125, 0.25927734375, -0.2802734375, -0.302490234375, 0.6142578125, -0.043212890625, 0.397705078125, -0.30615234375, -0.1976318359375, -0.032989501953125, -0.09930419921875, -0.0179443359375, 0.060516357421875, -0.72021484375, -0.22119140625, 0.451171875, -0.6025390625, -0.11474609375, 0.06427001953125, 0.248046875, -0.43701171875, 0.33154296875, 0.2344970703125, 0.469970703125, 0.63916015625, 0.00798797607421875, 0.163330078125, 0.01311492919921875, -0.029144287109375, -0.0169525146484375, 0.09600830078125, 0.405517578125, -0.009033203125, -0.51123046875, -0.356689453125, 0.204345703125, 0.36865234375, 0.0740966796875, -0.1336669921875, 0.04736328125, 0.42724609375, -0.27734375, -0.330810546875, -0.1314697265625, -0.194091796875, 0.0750732421875, -0.80810546875, 0.322998046875, 0.382080078125, 0.08355712890625, 0.2335205078125, 0.461669921875, -0.72509765625, -0.197998046875, -0.00656890869140625, -0.603515625, -0.35302734375, -0.09490966796875, -0.0072174072265625, 0.247802734375, 0.024322509765625, -0.467529296875, -0.203857421875, 0.2161865234375, 0.043182373046875, -0.56201171875, -0.28662109375, 0.22998046875, -0.1868896484375, -0.09454345703125, 0.2491455078125, -0.053497314453125, -0.122314453125, -0.298583984375, -0.2025146484375, -0.2454833984375, -0.10748291015625, -0.213623046875, -0.08197021484375, -0.175537109375, 0.09991455078125, 0.3349609375, -0.279541015625, 0.254150390625, -0.2130126953125, 0.0106201171875, -0.56884765625, -0.410400390625, 0.0233154296875, 0.343505859375, 0.2490234375, 0.010009765625, 0.09893798828125, 0.68212890625, 0.08953857421875, 0.74072265625, 0.157958984375, -0.51123046875, -0.4697265625, -0.27294921875, 0.3486328125, 0.261474609375, 1.2451171875, -0.351318359375, -0.10552978515625 ], [ -0.50244140625, 0.341064453125, -0.12127685546875, 0.127685546875, -0.0382080078125, -0.1851806640625, -0.028106689453125, 0.413330078125, 0.1331787109375, 0.275146484375, 0.51806640625, -0.034576416015625, 0.03424072265625, 0.25048828125, -0.44189453125, 0.302978515625, -0.177734375, -0.26318359375, 0.1195068359375, -0.4248046875, -1.80859375, 0.36669921875, -0.36328125, -0.1605224609375, 0.01082611083984375, 0.260009765625, -0.44287109375, -0.26220703125, -0.2149658203125, -0.2666015625, -0.1422119140625, -0.0487060546875, 0.252685546875, -0.22265625, 0.264404296875, 0.52587890625, -0.2861328125, 0.42138671875, 0.418701171875, 1.0068359375, 0.1041259765625, -0.0049285888671875, -0.021697998046875, 0.0762939453125, -0.1824951171875, -0.68994140625, 0.48779296875, 0.076416015625, 0.16015625, 0.464599609375, -0.0933837890625, 0.88525390625, -0.348388671875, -0.08660888671875, -0.79931640625, 0.2476806640625, -0.58984375, 0.0037670135498046875, -0.154541015625, -0.1253662109375, -0.2325439453125, -0.310546875, 0.05767822265625, 0.1119384765625, 0.10760498046875, 0.2259521484375, 0.09124755859375, 0.5302734375, -0.39990234375, -0.0621337890625, -0.3310546875, -0.0711669921875, -0.1339111328125, -0.4130859375, -0.334716796875, -0.1031494140625, -0.2042236328125, -0.7041015625, 0.2100830078125, 0.16845703125, 0.120361328125, 0.05523681640625, 0.11456298828125, -1.6416015625, 0.006168365478515625, 0.041748046875, 0.54052734375, 0.2138671875, 0.61962890625, -0.397216796875, -0.2208251953125, -0.171875, -6.171875, 0.12347412109375, -0.09954833984375, -0.06854248046875, -0.31982421875, 0.081787109375, -0.07421875, 0.87744140625, 0.5009765625, -0.20458984375, 0.004848480224609375, -0.088134765625, -0.8212890625, -0.541015625, -0.88671875, -0.67333984375, 0.20068359375, 0.191650390625, 0.251220703125, 0.2315673828125, 0.3037109375, 0.164306640625, -0.125732421875, 0.1107177734375, 0.1761474609375, 0.25439453125, 0.1427001953125, -0.17138671875, 0.0123138427734375, -0.64306640625, 0.6279296875, 0.09442138671875, 0.0921630859375, 0.33984375, 0.06982421875, -0.130859375, -0.07647705078125, -0.32470703125, 0.10894775390625, -0.5654296875, -0.2159423828125, 0.9072265625, 0.12213134765625, 0.07904052734375, -0.128173828125, -0.75146484375, -0.59423828125, -0.125, 0.294921875, -0.36083984375, 0.26318359375, 0.258544921875, -0.496826171875, -0.24462890625, -0.375244140625, 0.06903076171875, -0.6376953125, 0.2366943359375, -0.048248291015625, -0.038848876953125, -0.8349609375, -0.20556640625, -0.343994140625, -0.2880859375, 0.380859375, 0.01126861572265625, 0.355712890625, -0.3564453125, -0.27880859375, -0.162109375, 0.08514404296875, 0.07672119140625, -0.323974609375, 0.05389404296875, 0.37158203125, 0.07611083984375, -0.0279388427734375, -0.319091796875, -0.5029296875, -0.131591796875, -0.04376220703125, -0.2015380859375, -0.5361328125, 0.6025390625, -0.80615234375, 0.07379150390625, -0.1910400390625, -0.38134765625, 0.1016845703125, -0.400390625, -0.74365234375, 0.43017578125, -0.2352294921875, 0.09283447265625, 0.13623046875, -0.1182861328125, 0.249267578125, 0.0592041015625, 0.211669921875, -0.254638671875, 0.11932373046875, -0.434814453125, 0.56884765625, 0.257568359375, -0.2015380859375, 0.160400390625, -0.34423828125, -0.0133819580078125, 0.2303466796875, -0.10784912109375, -0.448974609375, 0.0286102294921875, -0.01462554931640625, -0.2105712890625, -0.1881103515625, 0.0743408203125, -0.07830810546875, 0.266357421875, 0.0614013671875, 0.90478515625, 0.428466796875, -0.328369140625, 0.033233642578125, -0.09881591796875, 0.387451171875, 0.06787109375, 0.193359375, -0.1298828125, 0.35693359375, -0.10125732421875, -0.1824951171875, -0.6796875, 0.238525390625, -0.409423828125, 0.0443115234375, -0.0219879150390625, -0.0235137939453125, -0.421875, -0.580078125, 0.01450347900390625, -0.049957275390625, -0.192626953125, -0.2222900390625, 1.8046875, -0.2427978515625, -0.1405029296875, -0.046142578125, -0.357666015625, 0.35302734375, 0.302001953125, 0.62451171875, 0.038604736328125, 0.234619140625, -0.0267486572265625, -0.278076171875, 0.7109375, 0.06610107421875, 0.12091064453125, 0.0100860595703125, -0.19921875, 0.1771240234375, 0.431640625, 0.08209228515625, -0.30712890625, 0.016021728515625, -0.541015625, -0.332275390625, 0.0853271484375, -0.138671875, 0.197509765625, -0.060211181640625, -0.7939453125, 0.07208251953125, -0.1617431640625, 0.053619384765625, 0.27099609375, -0.0709228515625, -0.09466552734375, 0.039794921875, 0.1405029296875, -0.1826171875, -0.2276611328125, -0.416748046875, -0.08502197265625, -0.11749267578125, 0.1151123046875, 0.407470703125, -0.429931640625, -0.1600341796875, 0.368896484375, 0.2978515625, 0.1650390625, -0.09942626953125, -0.0023040771484375, 0.281494140625, -0.471923828125, 0.047271728515625, -0.198974609375, -0.07281494140625, -0.09356689453125, -0.348388671875, 0.0860595703125, -0.203369140625, -0.2237548828125, -0.64404296875, -0.0799560546875, -0.265869140625, -0.180908203125, 0.11529541015625, -0.036407470703125, -0.454833984375, 0.288818359375, 0.260498046875, -0.2052001953125, 0.2298583984375, 0.39697265625, 0.3359375, -0.01424407958984375, -0.634765625, 0.51416015625, 0.908203125, 0.30078125, -0.08099365234375, -0.2254638671875, 0.451171875, -0.121337890625, -0.02362060546875, -0.08746337890625, 0.287353515625, 1.28515625, 0.326171875, -0.237548828125, -0.18701171875, 0.355712890625, 0.4091796875, -0.10205078125, -0.385986328125, 0.0526123046875, -0.11181640625, -0.20751953125, 0.73681640625, -0.1475830078125, -0.374755859375, -0.11260986328125, 0.1644287109375, 0.08642578125, 0.123046875, -0.43212890625, -0.202880859375, -0.541015625, 0.4072265625, -0.027587890625, -0.09234619140625, 0.55126953125, -0.3056640625, -0.11199951171875, 0.252685546875, -0.2666015625, 0.67919921875, -0.137939453125, 0.2293701171875, 0.0419921875, 0.318115234375, -0.2330322265625, 0.2783203125, 0.64990234375, -0.16748046875, -0.1749267578125, -0.91259765625, 0.0232086181640625, -0.0369873046875, -0.385498046875, -0.59228515625, -0.3310546875, -0.375244140625, -0.61962890625, 0.26318359375, 0.343017578125, -0.33203125, -0.343505859375, -0.08056640625, 0.01058197021484375, 0.039825439453125, -0.265869140625, 0.3720703125, 0.4150390625, -0.61279296875, 0.10302734375, 0.027191162109375, -0.1044921875, 0.003387451171875, -0.11663818359375, -0.0017375946044921875, 0.1317138671875, 0.049072265625, 0.38427734375, -0.68212890625, -1.2822265625, 0.2373046875, -0.11566162109375, -0.1929931640625, -0.052398681640625, -0.295166015625, 0.2469482421875, -0.0278167724609375, -0.25048828125, -0.003849029541015625, 0.01702880859375, 0.3642578125, -0.243896484375, 0.3125, -0.236328125, -0.371826171875, 0.1007080078125, 0.60009765625, -0.24658203125, 0.061004638671875, -0.6337890625, -0.262939453125, 0.250732421875, 0.06646728515625, 0.321533203125, -0.4921875, -0.291259765625, -0.1204833984375, 0.01232147216796875, -0.1435546875, 0.246826171875, -0.401611328125, -0.177490234375, 0.25048828125, 0.0235748291015625, -0.54345703125, -0.335693359375, -0.243896484375, -0.31591796875, -0.60302734375, 0.0950927734375, -0.238037109375, 0.344970703125, 0.71826171875, 0.2022705078125, -0.3671875, 0.2320556640625, 0.1917724609375, 0.1566162109375, 0.14453125, 0.2049560546875, -0.27587890625, -0.033416748046875, 0.09527587890625, 0.332763671875, 0.07122802734375, -0.375732421875, 0.301513671875, 0.15478515625, -0.016754150390625, 0.231201171875, -0.08685302734375, -0.5068359375, 0.151611328125, -0.52685546875, 0.006328582763671875, 0.036468505859375, -0.435302734375, 0.381591796875, 0.1197509765625, -0.320068359375, -0.0472412109375, 0.391845703125, -0.475341796875, -0.277587890625, 0.148193359375, 0.0267181396484375, 0.045684814453125, 0.057586669921875, -0.5322265625, 0.188232421875, -0.2900390625, 0.18310546875, -0.70361328125, -0.259765625, -0.01299285888671875, -0.387939453125, -0.054473876953125, 0.2347412109375, 0.2763671875, 0.08050537109375, -0.1953125, 0.2236328125, -0.357177734375, 0.015533447265625, -0.1959228515625, -0.06829833984375, 0.2890625, 0.646484375, 0.245849609375, -0.059600830078125, -0.151123046875, -0.008544921875, -0.08599853515625, -0.27490234375, -0.80859375, -0.1534423828125, -0.21728515625, 0.0186309814453125, -0.46240234375, 0.2216796875, 0.54833984375, 0.16748046875, 0.367919921875, 0.2188720703125, 0.0948486328125, -0.6240234375, -0.240478515625, 0.1478271484375, -0.462646484375, 0.69384765625, 0.0025386810302734375, -0.08355712890625 ], [ -0.251708984375, 0.328857421875, -0.097412109375, 0.2022705078125, 0.01015472412109375, -0.25390625, -0.1602783203125, 0.344482421875, 0.12646484375, 0.07989501953125, 0.497802734375, -0.08026123046875, -0.033294677734375, -0.00406646728515625, -0.5830078125, 0.1583251953125, -0.427734375, 0.17919921875, 0.0748291015625, -0.3994140625, -1.7998046875, 0.296142578125, -0.2509765625, -0.278564453125, -0.279052734375, 0.1695556640625, -0.421875, -0.1993408203125, -0.255859375, -0.2081298828125, -0.338134765625, 0.0687255859375, -0.01922607421875, -0.460693359375, 0.1856689453125, 0.36865234375, -0.1610107421875, 0.39990234375, 0.5595703125, 0.8974609375, 0.39404296875, 0.252685546875, 0.0242767333984375, -0.00012165307998657227, -0.0908203125, -0.85400390625, 0.426513671875, 0.2135009765625, 0.190185546875, 0.260986328125, 0.04400634765625, 0.7021484375, -0.4169921875, -0.309814453125, -0.61279296875, 0.21337890625, -0.7578125, 0.0191650390625, -0.2978515625, -0.286865234375, 0.022308349609375, -0.6494140625, 0.245361328125, -0.05035400390625, -0.0175323486328125, 0.10858154296875, -0.1575927734375, 0.876953125, -0.392333984375, -0.02850341796875, -0.214111328125, 0.00981903076171875, -0.091064453125, -0.52490234375, -0.247802734375, -0.012664794921875, -0.400634765625, -0.6669921875, 0.1619873046875, 0.1890869140625, 0.044769287109375, -0.0865478515625, -0.091064453125, -1.494140625, 0.0391845703125, 0.09967041015625, 0.40283203125, 0.1947021484375, 0.78271484375, -0.270751953125, -0.18017578125, -0.285888671875, -6.1796875, -0.1746826171875, 0.039520263671875, 0.04608154296875, -0.45849609375, -0.132568359375, -0.2454833984375, 0.93896484375, 0.5263671875, 0.004566192626953125, -0.154541015625, -0.037139892578125, -0.5595703125, -0.79443359375, -1.01171875, -0.55224609375, 0.136962890625, 0.05487060546875, 0.368408203125, 0.0633544921875, 0.375, 0.055419921875, -0.135986328125, 0.0312347412109375, -0.1278076171875, 0.0792236328125, 0.298583984375, 0.07135009765625, -0.052886962890625, -0.76611328125, 0.51318359375, 0.0207061767578125, 0.1666259765625, 0.3720703125, -0.0248565673828125, -0.21484375, -0.1646728515625, -0.2344970703125, 0.302001953125, -0.50634765625, -0.004833221435546875, 0.91796875, 0.27734375, 0.052978515625, -0.321533203125, -0.8251953125, -0.297607421875, -0.1484375, 0.09442138671875, -0.06683349609375, -0.17578125, 0.349853515625, -0.42236328125, -0.10467529296875, -0.328369140625, -0.13037109375, -0.4462890625, 0.354248046875, -0.13818359375, 0.03240966796875, -0.9755859375, -0.1715087890625, 0.12457275390625, -0.22998046875, 0.33447265625, -0.230224609375, 0.276123046875, 0.0237274169921875, -0.204345703125, -0.07855224609375, 0.1759033203125, 0.065673828125, -0.3125, 0.1114501953125, 0.005771636962890625, 0.09979248046875, 0.1871337890625, -0.46630859375, -0.50732421875, -0.044097900390625, -0.316162109375, -0.004058837890625, -0.58203125, 0.5458984375, -0.72900390625, 0.197021484375, -0.2196044921875, -0.469970703125, -0.10198974609375, -0.533203125, -0.6171875, 0.341552734375, -0.2249755859375, 0.263427734375, 0.11181640625, 0.17529296875, 0.311767578125, 0.1966552734375, 0.2086181640625, -0.2412109375, 0.31982421875, -0.68310546875, 0.61181640625, 0.36279296875, -0.26318359375, -0.11590576171875, -0.38671875, -0.05908203125, 0.214111328125, -0.11181640625, -0.0242767333984375, 0.335205078125, -0.1260986328125, -0.1917724609375, -0.2108154296875, 0.06341552734375, -0.281982421875, 0.272705078125, 0.1207275390625, 0.75830078125, 0.333984375, -0.329345703125, 0.03814697265625, 0.053375244140625, 0.4462890625, 0.2196044921875, 0.11474609375, -0.158447265625, 0.13720703125, 0.1754150390625, -0.34814453125, -0.92529296875, 0.327392578125, -0.156005859375, 0.322509765625, 0.07440185546875, -0.171630859375, -0.1917724609375, -0.5419921875, -0.236083984375, 0.059234619140625, -0.2275390625, -0.0704345703125, 2.255859375, -0.145751953125, 0.01641845703125, -0.0109710693359375, -0.3505859375, 0.091552734375, 0.1646728515625, 0.5654296875, 0.07391357421875, -0.12890625, -0.278564453125, -0.33642578125, 0.7431640625, -0.1431884765625, 0.102783203125, -0.09417724609375, -0.170166015625, 0.386474609375, 0.642578125, 0.211181640625, -0.1954345703125, -0.1988525390625, -0.50146484375, 0.31494140625, 0.03765869140625, 0.035491943359375, 0.069580078125, -0.1077880859375, -1.04296875, 0.0233917236328125, -0.5126953125, 0.165771484375, -0.0965576171875, -0.014129638671875, -0.15234375, -0.11102294921875, 0.1448974609375, -0.3076171875, -0.06146240234375, -0.477294921875, -0.079345703125, -0.0775146484375, -0.10540771484375, 0.11944580078125, -0.321533203125, -0.04937744140625, 0.72607421875, 0.123779296875, 0.046539306640625, -0.0244598388671875, -0.311767578125, -0.048492431640625, -0.85302734375, -0.038055419921875, -0.267333984375, 0.080322265625, 0.1175537109375, -0.25537109375, 0.28271484375, -0.05377197265625, -0.154052734375, -0.4912109375, 0.330078125, -0.14013671875, -0.085693359375, 0.06842041015625, 0.1497802734375, -0.45458984375, 0.235107421875, 0.19970703125, 0.14990234375, 0.251708984375, 0.53857421875, 0.28759765625, 0.10125732421875, -0.452392578125, 0.387939453125, 0.91796875, 0.49365234375, 0.1317138671875, -0.28076171875, 0.5048828125, 0.03607177734375, -0.273681640625, 0.03387451171875, 0.2939453125, 1.072265625, 0.2313232421875, -0.1385498046875, -0.01308441162109375, 0.17041015625, 0.27099609375, 0.018829345703125, -0.125732421875, 0.14501953125, -0.07965087890625, -0.228515625, 0.369140625, -0.163818359375, -0.01500701904296875, -0.07110595703125, 0.170654296875, 0.442138671875, 0.1959228515625, -0.177490234375, -0.05419921875, -0.32275390625, 0.406982421875, 0.426025390625, -0.0994873046875, 0.40673828125, -0.339599609375, 0.11834716796875, 0.25146484375, -0.03955078125, 0.321533203125, -0.10186767578125, 0.11614990234375, -0.1298828125, 0.15478515625, -0.513671875, 0.12481689453125, 0.83154296875, -0.1644287109375, -0.0345458984375, -0.81982421875, 0.1827392578125, 0.09930419921875, -0.14794921875, -0.8134765625, -0.263916015625, -0.3349609375, -0.424560546875, 0.0810546875, 0.150634765625, -0.056640625, -0.189697265625, -0.10272216796875, -0.0706787109375, 0.345947265625, -0.30615234375, 0.52490234375, 0.210693359375, -0.55712890625, 0.142578125, -0.11163330078125, -0.047027587890625, 0.00907135009765625, -0.22265625, 0.1937255859375, 0.1962890625, 0.08941650390625, 0.307861328125, -0.4091796875, -1.3212890625, 0.294677734375, -0.2227783203125, -0.27001953125, -0.3193359375, -0.272705078125, 0.03131103515625, -0.003749847412109375, -0.095703125, 0.11041259765625, -0.039398193359375, 0.402587890625, -0.0931396484375, 0.1866455078125, -0.18505859375, -0.441650390625, 0.007587432861328125, 0.5771484375, -0.1488037109375, 0.0823974609375, -0.65966796875, -0.262939453125, 0.373046875, 0.11993408203125, 0.196533203125, -0.315673828125, -0.2161865234375, -0.11895751953125, -0.1090087890625, -0.0894775390625, -0.059295654296875, -0.428466796875, -0.17626953125, 0.323486328125, 0.1517333984375, -0.384521484375, -0.238525390625, -0.11651611328125, -0.365478515625, -0.72021484375, 0.2078857421875, -0.150634765625, 0.215576171875, 0.64599609375, 0.14794921875, -0.26513671875, 0.328125, 0.1534423828125, 0.19091796875, 0.375732421875, 0.250732421875, -0.1187744140625, -0.3115234375, 0.142822265625, 0.350830078125, 0.00310516357421875, -0.20849609375, 0.270263671875, 0.2049560546875, -0.2293701171875, -0.0202178955078125, -0.26123046875, -0.294189453125, 0.2120361328125, -0.74609375, 0.1932373046875, 0.1837158203125, -0.1922607421875, 0.18994140625, -0.0767822265625, -0.234375, 0.07794189453125, 0.318359375, -0.468994140625, -0.264892578125, 0.07305908203125, 0.22021484375, -0.26953125, 0.2685546875, -0.59619140625, 0.1063232421875, -0.219970703125, 0.232666015625, -0.362060546875, -0.207275390625, 0.12841796875, -0.30810546875, -0.17138671875, 0.247802734375, 0.01107025146484375, 0.09381103515625, -0.025146484375, 0.1600341796875, -0.36083984375, -0.0745849609375, -0.1668701171875, 0.030426025390625, 0.349365234375, 0.384033203125, 0.12152099609375, -0.2449951171875, -0.08770751953125, -0.2354736328125, 0.1671142578125, -0.189697265625, -0.49755859375, -0.1361083984375, -0.364501953125, 0.0215301513671875, -0.259765625, 0.0938720703125, 0.5771484375, -0.0179290771484375, 0.272216796875, 0.42333984375, 0.0087127685546875, -0.4443359375, -0.441650390625, 0.184326171875, -0.342529296875, 0.8974609375, 0.1954345703125, -0.1275634765625 ], [ -0.28857421875, 0.2340087890625, -0.0718994140625, 0.147216796875, 0.037109375, -0.264892578125, -0.10235595703125, 0.41748046875, 0.2734375, 0.10107421875, 0.45556640625, -0.07830810546875, -0.231689453125, -0.0064544677734375, -0.6015625, 0.26171875, -0.429443359375, 0.1082763671875, 0.17236328125, -0.5830078125, -1.900390625, 0.32177734375, -0.1279296875, -0.263427734375, -0.1854248046875, 0.28271484375, -0.390625, -0.354248046875, -0.2861328125, -0.311767578125, -0.284912109375, 0.0880126953125, 0.10894775390625, -0.2685546875, 0.1619873046875, 0.51416015625, 0.028076171875, 0.2303466796875, 0.62353515625, 0.63623046875, 0.2005615234375, 0.10784912109375, 0.0550537109375, -0.0190887451171875, -0.1708984375, -0.45703125, 0.429443359375, -0.01715087890625, 0.1741943359375, 0.2509765625, 0.360107421875, 0.5771484375, -0.309326171875, -0.32177734375, -0.61181640625, 0.2086181640625, -0.67236328125, -0.03082275390625, -0.196044921875, -0.284912109375, -0.1475830078125, -0.45751953125, 0.22900390625, 0.06231689453125, -0.059722900390625, 0.244873046875, -0.11480712890625, 0.7353515625, -0.288330078125, -0.12335205078125, -0.4013671875, 0.004169464111328125, -0.12255859375, -0.38623046875, -0.19580078125, 0.07769775390625, -0.1817626953125, -0.74853515625, 0.05743408203125, 0.330078125, 0.257080078125, -0.0294952392578125, -0.14697265625, -1.6552734375, 0.11236572265625, 0.0264892578125, 0.375, 0.0293731689453125, 0.60986328125, -0.201171875, -0.2313232421875, 0.002635955810546875, -6.56640625, 0.17041015625, 0.08837890625, 0.06707763671875, -0.423828125, -0.1475830078125, -0.4619140625, 1.0087890625, 0.42919921875, -0.184814453125, -0.321044921875, -0.07025146484375, -0.7431640625, -0.84912109375, -0.4697265625, -0.49072265625, 0.198974609375, 0.10113525390625, 0.354736328125, 0.0289154052734375, 0.33935546875, -0.0180206298828125, -0.205810546875, 0.16162109375, 0.15087890625, 0.1112060546875, 0.3173828125, 0.054534912109375, 0.0169219970703125, -0.75634765625, 0.28271484375, 0.0701904296875, 0.09857177734375, 0.432373046875, -0.0411376953125, -0.398193359375, -0.19677734375, -0.368408203125, 0.277099609375, -0.334716796875, -0.1094970703125, 0.94873046875, 0.427734375, 0.1820068359375, -0.1783447265625, -0.634765625, -0.5068359375, 0.11920166015625, 0.1588134765625, -0.2353515625, -0.2176513671875, 0.400634765625, -0.4013671875, -0.07861328125, -0.2073974609375, 0.0821533203125, -0.484375, 0.19921875, -0.06671142578125, 0.2509765625, -0.72607421875, -0.0030994415283203125, -0.11859130859375, -0.259521484375, 0.29833984375, -0.1629638671875, 0.462890625, -0.0298004150390625, -0.2578125, -0.166259765625, 0.1456298828125, -0.02484130859375, -0.26318359375, 0.1297607421875, -0.1026611328125, 0.0289154052734375, 0.09515380859375, -0.42578125, -0.474365234375, -0.1466064453125, -0.2093505859375, 0.0518798828125, -0.49365234375, 0.425048828125, -0.8115234375, 0.27099609375, -0.2071533203125, -0.39404296875, 0.00897216796875, -0.52734375, -0.65673828125, 0.278564453125, -0.443115234375, 0.1798095703125, 0.253662109375, -0.05218505859375, 0.1978759765625, 0.17041015625, 0.326416015625, -0.19580078125, 0.400146484375, -0.443359375, 0.5888671875, 0.190185546875, -0.2034912109375, -0.0212554931640625, -0.246826171875, 0.01922607421875, 0.40478515625, 0.0399169921875, -0.13623046875, 0.373291015625, 0.032470703125, -0.09893798828125, -0.27685546875, 0.0103759765625, -0.392333984375, 0.3701171875, 0.01506805419921875, 0.67822265625, 0.1337890625, -0.27880859375, 0.1031494140625, 0.01568603515625, 0.42724609375, 0.248046875, 0.2384033203125, -0.2056884765625, 0.2548828125, 0.0191192626953125, -0.306396484375, -0.80859375, 0.1722412109375, -0.25439453125, 0.38330078125, 0.1097412109375, -0.281005859375, -0.1800537109375, -0.466796875, -0.2435302734375, 0.09954833984375, -0.11163330078125, 0.0051422119140625, 2.08984375, -0.04052734375, -0.034271240234375, 0.048187255859375, -0.3681640625, 0.1578369140625, 0.052886962890625, 0.525390625, 0.1690673828125, -0.142578125, -0.391845703125, -0.348388671875, 0.9287109375, -0.0241546630859375, 0.09368896484375, -0.039337158203125, -0.2225341796875, 0.342529296875, 0.4990234375, 0.33203125, -0.2998046875, -0.1434326171875, -0.42578125, -0.034820556640625, -0.06842041015625, 0.039764404296875, 0.0833740234375, -0.0968017578125, -0.8974609375, -0.03680419921875, -0.43994140625, 0.1075439453125, 0.036651611328125, -0.08209228515625, -0.0794677734375, 0.037078857421875, 0.1246337890625, -0.26220703125, -0.1500244140625, -0.5615234375, -0.1068115234375, 0.028472900390625, -0.1656494140625, 0.12255859375, -0.310546875, -0.06292724609375, 0.71630859375, 0.270263671875, 0.04339599609375, 0.117431640625, -0.138916015625, 0.312255859375, -0.90185546875, -0.1756591796875, -0.40673828125, 0.1512451171875, -0.07763671875, -0.283935546875, 0.25537109375, 0.03692626953125, -0.33544921875, -0.58984375, 0.208984375, -0.096435546875, 0.01354217529296875, -0.0264434814453125, 0.1689453125, -0.5419921875, 0.189697265625, 0.174072265625, 0.1939697265625, 0.2159423828125, 0.367431640625, 0.2626953125, -0.04400634765625, -0.48486328125, 0.56787109375, 0.94921875, 0.46142578125, -0.054779052734375, -0.2318115234375, 0.40478515625, 0.12225341796875, -0.23974609375, 0.09979248046875, 0.1448974609375, 1.4111328125, -0.0128021240234375, -0.278076171875, -0.1549072265625, 0.1865234375, 0.1552734375, -0.143310546875, -0.308349609375, 0.210205078125, -0.0188751220703125, -0.250244140625, 0.5166015625, -0.34033203125, -0.10528564453125, -0.06707763671875, 0.3212890625, 0.3466796875, 0.0770263671875, -0.379638671875, -0.0841064453125, -0.41845703125, 0.287109375, 0.2486572265625, -0.2315673828125, 0.358154296875, -0.5009765625, 0.23388671875, 0.079345703125, -0.1710205078125, 0.64892578125, -0.0023746490478515625, 0.1939697265625, 0.007106781005859375, 0.2193603515625, -0.307861328125, 0.0066986083984375, 0.80712890625, -0.0172271728515625, -0.2000732421875, -0.51513671875, 0.293212890625, -0.0026092529296875, -0.2493896484375, -0.580078125, -0.14697265625, -0.4296875, -0.3642578125, 0.015533447265625, 0.11883544921875, -0.12744140625, -0.11822509765625, -0.06549072265625, 0.04791259765625, 0.218505859375, -0.233154296875, 0.46044921875, 0.2449951171875, -0.63037109375, 0.2039794921875, -0.1539306640625, -0.0653076171875, -0.207275390625, -0.22509765625, 0.1895751953125, 0.168701171875, -0.0160064697265625, 0.373779296875, -0.7265625, -1.4638671875, 0.271484375, -0.412353515625, -0.09661865234375, -0.172119140625, -0.33203125, 0.022186279296875, -0.010406494140625, 0.040191650390625, 0.1241455078125, 0.022979736328125, 0.45849609375, -0.1026611328125, 0.150390625, -0.057464599609375, -0.3544921875, 0.1746826171875, 0.466064453125, -0.1790771484375, 0.1943359375, -0.53271484375, -0.19873046875, 0.261962890625, 0.0750732421875, 0.288330078125, -0.395263671875, -0.270751953125, -0.160400390625, 0.00852203369140625, -0.228759765625, 0.107177734375, -0.5146484375, -0.1785888671875, 0.055999755859375, 0.306884765625, -0.2318115234375, -0.366943359375, 0.04119873046875, -0.409912109375, -0.5546875, 0.354736328125, -0.1778564453125, 0.186279296875, 0.7421875, 0.261474609375, -0.01593017578125, 0.302978515625, 0.2083740234375, 0.307861328125, 0.398193359375, 0.237060546875, -0.26904296875, -0.23291015625, 0.10772705078125, 0.291748046875, 0.0235137939453125, -0.261962890625, 0.09710693359375, 0.269287109375, -0.1619873046875, -0.08660888671875, -0.2423095703125, -0.5947265625, 0.062103271484375, -0.87646484375, 0.158203125, 0.0848388671875, -0.193115234375, 0.1514892578125, -0.0034656524658203125, -0.28466796875, -0.07855224609375, 0.28662109375, -0.587890625, -0.51123046875, 0.251953125, 0.230712890625, -0.421875, 0.1973876953125, -0.5673828125, 0.1427001953125, -0.172119140625, 0.306884765625, -0.3466796875, -0.1964111328125, 0.270263671875, -0.305419921875, -0.07220458984375, 0.1065673828125, 0.0005755424499511719, 0.09796142578125, -0.04931640625, 0.2237548828125, -0.31591796875, 0.11761474609375, -0.2091064453125, 0.089111328125, 0.2861328125, 0.501953125, 0.2371826171875, -0.097900390625, 0.135009765625, -0.21630859375, 0.10577392578125, -0.173828125, -0.6689453125, -0.0860595703125, -0.24951171875, -0.2203369140625, -0.387939453125, 0.0110931396484375, 0.68408203125, -0.0018444061279296875, 0.1846923828125, 0.470458984375, -0.0523681640625, -0.3876953125, -0.434814453125, 0.12078857421875, -0.38720703125, 0.79248046875, 0.0596923828125, -0.052001953125 ], [ -0.303955078125, 0.321533203125, -0.002994537353515625, 0.2171630859375, 0.0345458984375, -0.12841796875, -0.1182861328125, 0.314453125, 0.164794921875, 0.01514434814453125, 0.488037109375, -0.1904296875, -0.1568603515625, 0.21533203125, -0.482421875, 0.330810546875, -0.572265625, 0.07550048828125, 0.129150390625, -0.6083984375, -1.9443359375, 0.32763671875, -0.1571044921875, -0.258056640625, -0.11627197265625, 0.248291015625, -0.46240234375, -0.349853515625, -0.2330322265625, -0.302001953125, -0.23291015625, -0.0264434814453125, 0.23388671875, -0.161376953125, 0.21435546875, 0.483642578125, -0.07916259765625, 0.26904296875, 0.6142578125, 1.0673828125, 0.1690673828125, 0.073974609375, 0.021240234375, 0.039581298828125, -0.09698486328125, -0.529296875, 0.44580078125, -0.0177154541015625, 0.171630859375, 0.297119140625, 0.3046875, 0.625, -0.340087890625, -0.225830078125, -0.6455078125, 0.309326171875, -0.7109375, -0.051116943359375, -0.052764892578125, -0.302001953125, -0.104248046875, -0.406982421875, 0.1842041015625, 0.130126953125, 0.031951904296875, 0.361083984375, -0.0726318359375, 0.724609375, -0.30908203125, -0.143798828125, -0.350830078125, 0.0038776397705078125, -0.0577392578125, -0.36865234375, -0.1175537109375, 0.09869384765625, -0.197021484375, -0.6982421875, 0.14306640625, 0.34375, 0.2432861328125, -0.01202392578125, -0.125244140625, -1.65625, 0.128173828125, -0.045074462890625, 0.432861328125, 0.06365966796875, 0.57568359375, -0.1690673828125, -0.309326171875, 0.040496826171875, -6.1875, 0.1405029296875, 0.079345703125, -0.041656494140625, -0.464111328125, 0.007640838623046875, -0.3095703125, 0.9453125, 0.376220703125, -0.334228515625, -0.27587890625, -0.054962158203125, -0.826171875, -0.90185546875, -0.58251953125, -0.494873046875, 0.288818359375, 0.11962890625, 0.42919921875, 0.014617919921875, 0.2403564453125, 0.01300811767578125, -0.259521484375, 0.148681640625, 0.287841796875, 0.204345703125, 0.318603515625, 0.10174560546875, 0.0115814208984375, -0.701171875, 0.2685546875, 0.20947265625, 0.0863037109375, 0.3857421875, -0.1185302734375, -0.4111328125, -0.1387939453125, -0.384033203125, 0.343505859375, -0.3271484375, -0.269775390625, 0.912109375, 0.3779296875, 0.09893798828125, -0.0304718017578125, -0.63671875, -0.49365234375, 0.0311126708984375, 0.19287109375, -0.28076171875, -0.09893798828125, 0.437255859375, -0.37109375, -0.0787353515625, -0.25634765625, 0.019989013671875, -0.54052734375, 0.1697998046875, -0.05303955078125, 0.1885986328125, -0.5009765625, 0.02728271484375, -0.170166015625, -0.2098388671875, 0.2132568359375, 0.12744140625, 0.58984375, -0.1368408203125, -0.270263671875, -0.1944580078125, 0.128173828125, 0.054779052734375, -0.291259765625, -0.08709716796875, -0.1378173828125, -0.1082763671875, -0.0278167724609375, -0.487548828125, -0.5458984375, -0.0012807846069335938, -0.0494384765625, -0.04095458984375, -0.452392578125, 0.43359375, -0.85595703125, 0.2303466796875, -0.259033203125, -0.44482421875, -0.00864410400390625, -0.42919921875, -0.541015625, 0.44580078125, -0.298583984375, 0.25390625, 0.1761474609375, -0.08001708984375, 0.2467041015625, 0.1263427734375, 0.289306640625, -0.2890625, 0.3857421875, -0.412109375, 0.5615234375, 0.0936279296875, -0.080810546875, -0.0169525146484375, -0.171630859375, 0.025146484375, 0.286376953125, -0.023406982421875, -0.2061767578125, 0.368408203125, 0.1131591796875, -0.05328369140625, -0.2410888671875, -0.04876708984375, -0.259033203125, 0.326171875, 0.06396484375, 0.77490234375, 0.338623046875, -0.2744140625, 0.03167724609375, -0.0095367431640625, 0.38671875, 0.1278076171875, 0.1842041015625, -0.2108154296875, 0.23681640625, 0.09088134765625, -0.390380859375, -0.720703125, 0.1619873046875, -0.371337890625, 0.313720703125, 0.1158447265625, -0.2322998046875, -0.2379150390625, -0.33740234375, -0.2021484375, 0.2154541015625, -0.09027099609375, -0.052703857421875, 1.9384765625, -0.14501953125, -0.03411865234375, 0.043304443359375, -0.366943359375, 0.1588134765625, 0.06591796875, 0.453125, 0.26123046875, 0.061614990234375, -0.414794921875, -0.299560546875, 0.88232421875, 0.0350341796875, 0.10791015625, 0.04315185546875, -0.312744140625, 0.370361328125, 0.51806640625, 0.325439453125, -0.37158203125, 0.05487060546875, -0.57763671875, 0.0162200927734375, 0.003086090087890625, -0.053131103515625, 0.155029296875, -0.1641845703125, -0.9130859375, 0.057891845703125, -0.2413330078125, 0.2257080078125, 0.144287109375, -0.08203125, -0.09771728515625, 0.0006518363952636719, 0.1278076171875, -0.277099609375, -0.1851806640625, -0.60791015625, -0.1619873046875, 0.06768798828125, 0.07135009765625, 0.13623046875, -0.33935546875, -0.1593017578125, 0.50537109375, 0.284423828125, 0.0233917236328125, 0.0579833984375, -0.179931640625, 0.081787109375, -0.76708984375, -0.07098388671875, -0.260009765625, 0.1971435546875, 0.1029052734375, -0.2490234375, 0.192626953125, -0.06884765625, -0.40869140625, -0.64501953125, 0.13720703125, -0.0496826171875, -0.0694580078125, 0.08148193359375, 0.25439453125, -0.7783203125, 0.285400390625, 0.21533203125, 0.07830810546875, 0.254150390625, 0.29638671875, 0.265380859375, -0.2386474609375, -0.6162109375, 0.56689453125, 0.91259765625, 0.54443359375, -0.1502685546875, -0.217041015625, 0.447265625, 0.0350341796875, -0.1514892578125, -0.00008314847946166992, -0.00018072128295898438, 1.171875, 0.2371826171875, -0.34814453125, -0.1702880859375, 0.219482421875, 0.17236328125, -0.11578369140625, -0.302978515625, 0.0836181640625, 0.072998046875, -0.1690673828125, 0.517578125, -0.310791015625, -0.280029296875, -0.130126953125, 0.273681640625, 0.332763671875, 0.071533203125, -0.454345703125, -0.2109375, -0.4501953125, 0.17529296875, 0.1104736328125, -0.232421875, 0.39892578125, -0.57080078125, 0.1236572265625, 0.2083740234375, -0.23388671875, 0.703125, -0.06781005859375, 0.31201171875, 0.0265655517578125, 0.309326171875, -0.25927734375, 0.045379638671875, 0.96826171875, -0.11090087890625, -0.1583251953125, -0.58740234375, 0.266845703125, -0.1788330078125, -0.258056640625, -0.61767578125, -0.2386474609375, -0.381103515625, -0.411865234375, 0.0364990234375, 0.1611328125, -0.1309814453125, -0.2156982421875, -0.1029052734375, 0.00920867919921875, 0.191162109375, -0.197509765625, 0.625, 0.351318359375, -0.6982421875, 0.1217041015625, -0.0906982421875, -0.04779052734375, -0.08740234375, -0.1976318359375, 0.06549072265625, 0.1275634765625, -0.003429412841796875, 0.3349609375, -0.74755859375, -1.3955078125, 0.2242431640625, -0.47900390625, -0.1617431640625, -0.05377197265625, -0.273681640625, 0.08819580078125, 0.0882568359375, 0.033477783203125, 0.27294921875, 0.1522216796875, 0.48046875, -0.05401611328125, -0.13134765625, -0.2117919921875, -0.453369140625, 0.2037353515625, 0.56005859375, -0.286376953125, 0.2119140625, -0.3974609375, -0.07928466796875, 0.2890625, 0.096923828125, 0.2095947265625, -0.350341796875, -0.34716796875, -0.026885986328125, 0.00247955322265625, -0.1263427734375, 0.04486083984375, -0.4697265625, -0.1473388671875, 0.08587646484375, 0.349609375, -0.26904296875, -0.379150390625, -0.0428466796875, -0.3896484375, -0.52099609375, 0.34619140625, -0.0748291015625, 0.2432861328125, 0.8447265625, 0.2154541015625, -0.1075439453125, 0.264404296875, 0.253173828125, 0.2127685546875, 0.365966796875, 0.15625, -0.290283203125, -0.06427001953125, 0.04522705078125, 0.273193359375, 0.0703125, -0.303466796875, 0.10107421875, 0.3388671875, -0.07757568359375, -0.00954437255859375, -0.1846923828125, -0.64794921875, 0.116943359375, -0.83056640625, 0.14306640625, 0.06787109375, -0.321044921875, 0.1812744140625, 0.102783203125, -0.423583984375, -0.05902099609375, 0.3125, -0.57373046875, -0.462158203125, 0.1414794921875, 0.106689453125, -0.43310546875, 0.247314453125, -0.53271484375, 0.241455078125, -0.1536865234375, 0.262939453125, -0.4736328125, -0.2327880859375, 0.2225341796875, -0.27099609375, -0.0258636474609375, 0.055389404296875, 0.0374755859375, 0.074951171875, -0.05120849609375, 0.271484375, -0.37158203125, 0.09930419921875, -0.23974609375, 0.004825592041015625, 0.25830078125, 0.64599609375, 0.262451171875, -0.05126953125, 0.1317138671875, -0.1553955078125, 0.0161285400390625, -0.292236328125, -0.80224609375, -0.144287109375, -0.147216796875, -0.157470703125, -0.31298828125, 0.11944580078125, 0.76220703125, -0.1324462890625, 0.266357421875, 0.4267578125, 0.05621337890625, -0.373779296875, -0.492431640625, 0.1817626953125, -0.34619140625, 0.8935546875, 0.033111572265625, -0.09124755859375 ], [ -0.282470703125, 0.31787109375, -0.058929443359375, 0.11334228515625, -0.095947265625, -0.315185546875, -0.12237548828125, 0.51953125, 0.346923828125, 0.028900146484375, 0.48095703125, -0.07989501953125, -0.109375, 0.01934814453125, -0.40234375, 0.271240234375, -0.5947265625, 0.1033935546875, 0.1268310546875, -0.390869140625, -1.8271484375, 0.1776123046875, -0.1883544921875, -0.14013671875, -0.032562255859375, 0.22705078125, -0.434326171875, -0.243408203125, -0.232421875, -0.265625, -0.231201171875, -0.0469970703125, 0.148193359375, -0.320556640625, 0.319580078125, 0.517578125, -0.08837890625, 0.255126953125, 0.517578125, 0.54736328125, 0.1639404296875, 0.176025390625, 0.03765869140625, 0.020416259765625, -0.231689453125, -0.6103515625, 0.473876953125, 0.002712249755859375, 0.2060546875, 0.16455078125, 0.21826171875, 0.65869140625, -0.3671875, -0.2401123046875, -0.640625, 0.29931640625, -0.8076171875, -0.03668212890625, -0.1982421875, -0.356689453125, -0.1929931640625, -0.50146484375, 0.2152099609375, -0.08428955078125, -0.0254974365234375, 0.2509765625, -0.0016736984252929688, 0.958984375, -0.38671875, -0.096923828125, -0.362060546875, -0.0259857177734375, -0.06805419921875, -0.479736328125, -0.2666015625, 0.0166473388671875, -0.26318359375, -0.75634765625, 0.123291015625, 0.313720703125, 0.05267333984375, 0.06365966796875, -0.1812744140625, -1.7138671875, 0.139892578125, 0.0052642822265625, 0.51025390625, 0.1387939453125, 0.61181640625, -0.32568359375, -0.1751708984375, -0.1641845703125, -6.5703125, 0.040924072265625, 0.07037353515625, 0.0635986328125, -0.5078125, -0.1324462890625, -0.2308349609375, 0.7978515625, 0.51220703125, -0.1590576171875, -0.2314453125, -0.08282470703125, -0.75146484375, -0.8310546875, -0.6025390625, -0.56494140625, 0.278076171875, 0.07818603515625, 0.1920166015625, 0.08612060546875, 0.30615234375, -0.0203704833984375, -0.144287109375, 0.0848388671875, 0.1405029296875, 0.0278472900390625, 0.2978515625, 0.04547119140625, -0.031524658203125, -0.62255859375, 0.36962890625, 0.11181640625, 0.00846099853515625, 0.479248046875, 0.04144287109375, -0.246826171875, -0.157958984375, -0.16162109375, 0.2427978515625, -0.40625, -0.076416015625, 0.943359375, 0.2275390625, 0.23193359375, -0.267333984375, -0.75537109375, -0.484130859375, -0.058135986328125, 0.094482421875, -0.265869140625, -0.0645751953125, 0.342041015625, -0.353759765625, -0.1064453125, -0.3798828125, 0.133056640625, -0.5380859375, 0.394775390625, -0.1387939453125, 0.145263671875, -0.8447265625, -0.057403564453125, 0.07318115234375, -0.170654296875, 0.449951171875, -0.187255859375, 0.347412109375, -0.047882080078125, -0.226806640625, -0.03668212890625, 0.052490234375, 0.056060791015625, -0.33642578125, 0.1083984375, -0.0259857177734375, -0.048492431640625, 0.08544921875, -0.401123046875, -0.462158203125, -0.10504150390625, -0.1787109375, 0.061676025390625, -0.609375, 0.537109375, -0.9091796875, 0.2061767578125, -0.288818359375, -0.375, -0.06622314453125, -0.52880859375, -0.630859375, 0.361083984375, -0.3134765625, 0.18505859375, 0.1368408203125, -0.04913330078125, 0.2386474609375, 0.1966552734375, 0.2431640625, -0.1365966796875, 0.2359619140625, -0.408447265625, 0.501953125, 0.267822265625, -0.406494140625, -0.14892578125, -0.39111328125, -0.07110595703125, 0.279296875, -0.1290283203125, -0.0330810546875, 0.325927734375, -0.0274505615234375, -0.1778564453125, -0.2685546875, -0.05291748046875, -0.2305908203125, 0.287841796875, 0.1661376953125, 0.90380859375, 0.279052734375, -0.363037109375, -0.09686279296875, 0.13330078125, 0.325927734375, 0.1529541015625, 0.0517578125, -0.1522216796875, 0.1488037109375, 0.11767578125, -0.30517578125, -0.927734375, 0.1632080078125, -0.179443359375, 0.375732421875, 0.2138671875, -0.1619873046875, -0.22509765625, -0.381103515625, -0.2232666015625, 0.09710693359375, -0.2115478515625, -0.009307861328125, 1.9873046875, -0.0802001953125, 0.032928466796875, 0.0753173828125, -0.3154296875, 0.1556396484375, 0.12939453125, 0.529296875, 0.191162109375, -0.07745361328125, -0.345947265625, -0.264892578125, 0.75341796875, -0.10418701171875, -0.03521728515625, 0.000843048095703125, -0.26611328125, 0.3818359375, 0.56201171875, 0.2081298828125, -0.437744140625, 0.006134033203125, -0.468017578125, -0.144287109375, -0.038665771484375, -0.0165252685546875, 0.04833984375, -0.1597900390625, -0.91796875, -0.07635498046875, -0.357421875, 0.10772705078125, -0.01971435546875, -0.09771728515625, -0.0816650390625, 0.08331298828125, 0.08734130859375, -0.322021484375, -0.12115478515625, -0.5703125, -0.040557861328125, -0.129150390625, -0.06207275390625, 0.1417236328125, -0.31201171875, -0.122802734375, 0.73095703125, 0.25830078125, -0.020233154296875, 0.05804443359375, -0.311279296875, 0.2117919921875, -0.92333984375, -0.1044921875, -0.329833984375, 0.059478759765625, -0.08074951171875, -0.30224609375, 0.173583984375, -0.07952880859375, -0.32470703125, -0.59912109375, 0.115234375, -0.154296875, 0.06207275390625, -0.052642822265625, 0.126220703125, -0.5458984375, 0.27099609375, 0.1614990234375, 0.0982666015625, 0.267578125, 0.386474609375, 0.17138671875, -0.1009521484375, -0.50439453125, 0.498779296875, 0.94384765625, 0.4140625, 0.034820556640625, -0.188720703125, 0.3349609375, 0.003231048583984375, -0.2156982421875, 0.05645751953125, 0.2169189453125, 1.1181640625, 0.189453125, -0.22509765625, -0.1475830078125, 0.177001953125, 0.2724609375, -0.143310546875, -0.16064453125, 0.1910400390625, -0.07623291015625, -0.254150390625, 0.49658203125, -0.25537109375, -0.040130615234375, -0.051361083984375, 0.36669921875, 0.284912109375, 0.07427978515625, -0.298828125, -0.1158447265625, -0.481689453125, 0.34716796875, 0.3095703125, -0.2091064453125, 0.5380859375, -0.42236328125, 0.2403564453125, 0.259521484375, -0.1121826171875, 0.57958984375, -0.051727294921875, 0.1943359375, 0.02069091796875, 0.281982421875, -0.2396240234375, 0.264404296875, 0.87548828125, -0.040008544921875, -0.241943359375, -0.6953125, 0.2281494140625, -0.03363037109375, -0.320068359375, -0.59228515625, -0.2021484375, -0.373291015625, -0.313232421875, 0.0667724609375, 0.1434326171875, -0.09375, -0.1798095703125, -0.1993408203125, 0.04388427734375, 0.292724609375, -0.1849365234375, 0.5234375, 0.3056640625, -0.78173828125, 0.2215576171875, -0.11737060546875, -0.132568359375, -0.15234375, -0.308349609375, 0.08123779296875, 0.07293701171875, 0.055938720703125, 0.448974609375, -0.65185546875, -1.4169921875, 0.2783203125, -0.2447509765625, -0.1798095703125, -0.2333984375, -0.1927490234375, -0.009490966796875, -0.06329345703125, -0.003993988037109375, 0.1173095703125, -0.09796142578125, 0.45849609375, -0.11358642578125, -0.064453125, -0.034820556640625, -0.37646484375, 0.08941650390625, 0.5537109375, -0.020721435546875, 0.177734375, -0.48876953125, -0.341064453125, 0.35888671875, 0.1024169921875, 0.318359375, -0.3798828125, -0.27392578125, -0.061492919921875, 0.0258331298828125, -0.146240234375, 0.10809326171875, -0.46435546875, -0.08197021484375, 0.091796875, 0.09246826171875, -0.38818359375, -0.258544921875, -0.01377105712890625, -0.340087890625, -0.84375, 0.314453125, -0.236328125, 0.1976318359375, 0.59033203125, 0.24267578125, -0.10693359375, 0.316650390625, 0.17578125, 0.09765625, 0.4326171875, 0.3251953125, -0.11688232421875, -0.25634765625, 0.1494140625, 0.267578125, 0.151123046875, -0.239013671875, 0.1468505859375, 0.27197265625, -0.11590576171875, -0.081298828125, -0.262939453125, -0.373779296875, 0.07965087890625, -0.92529296875, 0.1424560546875, 0.076171875, -0.34228515625, 0.1817626953125, -0.033905029296875, -0.318115234375, -0.07464599609375, 0.3515625, -0.55224609375, -0.35595703125, 0.127197265625, 0.07806396484375, -0.3115234375, 0.269287109375, -0.491455078125, 0.11175537109375, -0.18310546875, 0.30615234375, -0.354736328125, -0.1029052734375, 0.2086181640625, -0.300537109375, -0.06878662109375, 0.13232421875, 0.1937255859375, 0.1256103515625, -0.0006670951843261719, 0.1346435546875, -0.468994140625, 0.058013916015625, -0.3544921875, 0.11578369140625, 0.269775390625, 0.50537109375, 0.22216796875, -0.1673583984375, 0.102783203125, -0.1334228515625, 0.0210418701171875, -0.1351318359375, -0.701171875, -0.18994140625, -0.276611328125, -0.10028076171875, -0.216796875, 0.136474609375, 0.587890625, 0.06683349609375, 0.25439453125, 0.5009765625, -0.022979736328125, -0.3955078125, -0.374267578125, 0.1256103515625, -0.363037109375, 0.72802734375, 0.2059326171875, -0.10906982421875 ] ]
video7529
"hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED)
{"caption1":"a few words in a presentation","caption10":"a woman teaches about how the web is helpfu(...TRUNCATED)
[[0.288330078125,-0.1175537109375,-0.035675048828125,-0.296875,0.1693115234375,-0.07611083984375,0.1(...TRUNCATED)
video8295
"hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED)
{"caption1":"a cartoon character explains a military strategy","caption10":"animated cartoon of the (...TRUNCATED)
[[-0.9482421875,0.297607421875,0.281005859375,-0.2322998046875,0.791015625,-0.464111328125,-0.033966(...TRUNCATED)
video8326
"hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED)
{"caption1":"a guy is giving a child money","caption10":"a video game is being played","caption11":"(...TRUNCATED)
[[-0.0859375,0.1380615234375,-0.1715087890625,0.5947265625,0.1002197265625,-0.25,0.25830078125,-0.23(...TRUNCATED)
video7476
"hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED)
{"caption1":"a girl does a backflip to justin bieber","caption10":"a young girl is competing in a gy(...TRUNCATED)
[[0.3564453125,0.1605224609375,-0.2099609375,-0.26806640625,0.1636962890625,-0.23388671875,0.2480468(...TRUNCATED)
video7264
"hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED)
{"caption1":"a tshirt man is singing a song with feelings","caption10":"a man is singing a song for (...TRUNCATED)
[[-0.2386474609375,0.3447265625,-0.1337890625,0.289306640625,-0.2216796875,-0.314208984375,-0.353271(...TRUNCATED)
video8435
"hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED)
{"caption1":"freshly cooked plate of shrimp stir-fry using udon noodles","caption10":"a man is descr(...TRUNCATED)
[[-0.151123046875,0.405517578125,0.1383056640625,0.039031982421875,-0.43310546875,0.1285400390625,0.(...TRUNCATED)
video8961
"hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED)
{"caption1":"a boy is teaching how to perform a backflip","caption10":"a kid jumping doing flips","c(...TRUNCATED)
[[0.04595947265625,-0.03436279296875,0.419677734375,-0.4013671875,0.039093017578125,-0.297119140625,(...TRUNCATED)
video9858
"hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED)
{"caption1":"a horse is led around a barn","caption10":"a man trying to train his horse","caption11"(...TRUNCATED)
[[-0.06591796875,-0.08428955078125,-0.2462158203125,0.016448974609375,0.3857421875,-0.76904296875,-0(...TRUNCATED)
video9838
"hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED)
{"caption1":"a cartoon clip of pokemon dancing","caption10":"characters dance together in pokemon","(...TRUNCATED)
[[-0.359130859375,-0.124755859375,0.322509765625,0.0129547119140625,0.3798828125,-0.1029052734375,-0(...TRUNCATED)
End of preview.
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
5