|
{ |
|
"model_type": "image-classification", |
|
"model_architecture": "{\"module\": \"keras.src.models.functional\", \"class_name\": \"Functional\", \"config\": {\"name\": \"functional\", \"trainable\": true, \"layers\": [{\"module\": \"keras.layers\", \"class_name\": \"InputLayer\", \"config\": {\"batch_shape\": [null, 28, 28, 1], \"dtype\": \"float32\", \"sparse\": false, \"name\": \"input_layer\"}, \"registered_name\": null, \"name\": \"input_layer\", \"inbound_nodes\": []}, {\"module\": \"keras.layers\", \"class_name\": \"Conv2D\", \"config\": {\"name\": \"conv2d\", \"trainable\": true, \"dtype\": {\"module\": \"keras\", \"class_name\": \"DTypePolicy\", \"config\": {\"name\": \"float32\"}, \"registered_name\": null}, \"filters\": 32, \"kernel_size\": [3, 3], \"strides\": [1, 1], \"padding\": \"valid\", \"data_format\": \"channels_last\", \"dilation_rate\": [1, 1], \"groups\": 1, \"activation\": \"relu\", \"use_bias\": true, \"kernel_initializer\": {\"module\": \"keras.initializers\", \"class_name\": \"GlorotUniform\", \"config\": {\"seed\": null}, \"registered_name\": null}, \"bias_initializer\": {\"module\": \"keras.initializers\", \"class_name\": \"Zeros\", \"config\": {}, \"registered_name\": null}, \"kernel_regularizer\": null, \"bias_regularizer\": null, \"activity_regularizer\": null, \"kernel_constraint\": null, \"bias_constraint\": null}, \"registered_name\": null, \"build_config\": {\"input_shape\": [null, 28, 28, 1]}, \"name\": \"conv2d\", \"inbound_nodes\": [{\"args\": [{\"class_name\": \"__keras_tensor__\", \"config\": {\"shape\": [null, 28, 28, 1], \"dtype\": \"float32\", \"keras_history\": [\"input_layer\", 0, 0]}}], \"kwargs\": {}}]}, {\"module\": \"keras.layers\", \"class_name\": \"MaxPooling2D\", \"config\": {\"name\": \"max_pooling2d\", \"trainable\": true, \"dtype\": {\"module\": \"keras\", \"class_name\": \"DTypePolicy\", \"config\": {\"name\": \"float32\"}, \"registered_name\": null}, \"pool_size\": [2, 2], \"padding\": \"valid\", \"strides\": [2, 2], \"data_format\": \"channels_last\"}, \"registered_name\": null, \"build_config\": {\"input_shape\": [null, 26, 26, 32]}, \"name\": \"max_pooling2d\", \"inbound_nodes\": [{\"args\": [{\"class_name\": \"__keras_tensor__\", \"config\": {\"shape\": [null, 26, 26, 32], \"dtype\": \"float32\", \"keras_history\": [\"conv2d\", 0, 0]}}], \"kwargs\": {}}]}, {\"module\": \"keras.layers\", \"class_name\": \"Conv2D\", \"config\": {\"name\": \"conv2d_1\", \"trainable\": true, \"dtype\": {\"module\": \"keras\", \"class_name\": \"DTypePolicy\", \"config\": {\"name\": \"float32\"}, \"registered_name\": null}, \"filters\": 64, \"kernel_size\": [3, 3], \"strides\": [1, 1], \"padding\": \"valid\", \"data_format\": \"channels_last\", \"dilation_rate\": [1, 1], \"groups\": 1, \"activation\": \"relu\", \"use_bias\": true, \"kernel_initializer\": {\"module\": \"keras.initializers\", \"class_name\": \"GlorotUniform\", \"config\": {\"seed\": null}, \"registered_name\": null}, \"bias_initializer\": {\"module\": \"keras.initializers\", \"class_name\": \"Zeros\", \"config\": {}, \"registered_name\": null}, \"kernel_regularizer\": null, \"bias_regularizer\": null, \"activity_regularizer\": null, \"kernel_constraint\": null, \"bias_constraint\": null}, \"registered_name\": null, \"build_config\": {\"input_shape\": [null, 13, 13, 32]}, \"name\": \"conv2d_1\", \"inbound_nodes\": [{\"args\": [{\"class_name\": \"__keras_tensor__\", \"config\": {\"shape\": [null, 13, 13, 32], \"dtype\": \"float32\", \"keras_history\": [\"max_pooling2d\", 0, 0]}}], \"kwargs\": {}}]}, {\"module\": \"keras.layers\", \"class_name\": \"MaxPooling2D\", \"config\": {\"name\": \"max_pooling2d_1\", \"trainable\": true, \"dtype\": {\"module\": \"keras\", \"class_name\": \"DTypePolicy\", \"config\": {\"name\": \"float32\"}, \"registered_name\": null}, \"pool_size\": [2, 2], \"padding\": \"valid\", \"strides\": [2, 2], \"data_format\": \"channels_last\"}, \"registered_name\": null, \"build_config\": {\"input_shape\": [null, 11, 11, 64]}, \"name\": \"max_pooling2d_1\", \"inbound_nodes\": [{\"args\": [{\"class_name\": \"__keras_tensor__\", \"config\": {\"shape\": [null, 11, 11, 64], \"dtype\": \"float32\", \"keras_history\": [\"conv2d_1\", 0, 0]}}], \"kwargs\": {}}]}, {\"module\": \"keras.layers\", \"class_name\": \"Flatten\", \"config\": {\"name\": \"flatten\", \"trainable\": true, \"dtype\": {\"module\": \"keras\", \"class_name\": \"DTypePolicy\", \"config\": {\"name\": \"float32\"}, \"registered_name\": null}, \"data_format\": \"channels_last\"}, \"registered_name\": null, \"build_config\": {\"input_shape\": [null, 5, 5, 64]}, \"name\": \"flatten\", \"inbound_nodes\": [{\"args\": [{\"class_name\": \"__keras_tensor__\", \"config\": {\"shape\": [null, 5, 5, 64], \"dtype\": \"float32\", \"keras_history\": [\"max_pooling2d_1\", 0, 0]}}], \"kwargs\": {}}]}, {\"module\": \"keras.layers\", \"class_name\": \"Dropout\", \"config\": {\"name\": \"dropout\", \"trainable\": true, \"dtype\": {\"module\": \"keras\", \"class_name\": \"DTypePolicy\", \"config\": {\"name\": \"float32\"}, \"registered_name\": null}, \"rate\": 0.5, \"seed\": null, \"noise_shape\": null}, \"registered_name\": null, \"build_config\": {\"input_shape\": [null, 1600]}, \"name\": \"dropout\", \"inbound_nodes\": [{\"args\": [{\"class_name\": \"__keras_tensor__\", \"config\": {\"shape\": [null, 1600], \"dtype\": \"float32\", \"keras_history\": [\"flatten\", 0, 0]}}], \"kwargs\": {\"training\": false}}]}, {\"module\": \"keras.layers\", \"class_name\": \"Dense\", \"config\": {\"name\": \"dense\", \"trainable\": true, \"dtype\": {\"module\": \"keras\", \"class_name\": \"DTypePolicy\", \"config\": {\"name\": \"float32\"}, \"registered_name\": null}, \"units\": 64, \"activation\": \"relu\", \"use_bias\": true, \"kernel_initializer\": {\"module\": \"keras.initializers\", \"class_name\": \"GlorotUniform\", \"config\": {\"seed\": null}, \"registered_name\": null}, \"bias_initializer\": {\"module\": \"keras.initializers\", \"class_name\": \"Zeros\", \"config\": {}, \"registered_name\": null}, \"kernel_regularizer\": null, \"bias_regularizer\": null, \"kernel_constraint\": null, \"bias_constraint\": null}, \"registered_name\": null, \"build_config\": {\"input_shape\": [null, 1600]}, \"name\": \"dense\", \"inbound_nodes\": [{\"args\": [{\"class_name\": \"__keras_tensor__\", \"config\": {\"shape\": [null, 1600], \"dtype\": \"float32\", \"keras_history\": [\"dropout\", 0, 0]}}], \"kwargs\": {}}]}, {\"module\": \"keras.layers\", \"class_name\": \"Dense\", \"config\": {\"name\": \"dense_1\", \"trainable\": true, \"dtype\": {\"module\": \"keras\", \"class_name\": \"DTypePolicy\", \"config\": {\"name\": \"float32\"}, \"registered_name\": null}, \"units\": 10, \"activation\": \"softmax\", \"use_bias\": true, \"kernel_initializer\": {\"module\": \"keras.initializers\", \"class_name\": \"GlorotUniform\", \"config\": {\"seed\": null}, \"registered_name\": null}, \"bias_initializer\": {\"module\": \"keras.initializers\", \"class_name\": \"Zeros\", \"config\": {}, \"registered_name\": null}, \"kernel_regularizer\": null, \"bias_regularizer\": null, \"kernel_constraint\": null, \"bias_constraint\": null}, \"registered_name\": null, \"build_config\": {\"input_shape\": [null, 64]}, \"name\": \"dense_1\", \"inbound_nodes\": [{\"args\": [{\"class_name\": \"__keras_tensor__\", \"config\": {\"shape\": [null, 64], \"dtype\": \"float32\", \"keras_history\": [\"dense\", 0, 0]}}], \"kwargs\": {}}]}], \"input_layers\": [[\"input_layer\", 0, 0]], \"output_layers\": [[\"dense_1\", 0, 0]]}, \"registered_name\": \"Functional\", \"build_config\": {\"input_shape\": null}, \"compile_config\": {\"optimizer\": {\"module\": \"keras.optimizers\", \"class_name\": \"Adam\", \"config\": {\"name\": \"adam\", \"learning_rate\": 0.0010000000474974513, \"weight_decay\": null, \"clipnorm\": null, \"global_clipnorm\": null, \"clipvalue\": null, \"use_ema\": false, \"ema_momentum\": 0.99, \"ema_overwrite_frequency\": null, \"loss_scale_factor\": null, \"gradient_accumulation_steps\": null, \"beta_1\": 0.9, \"beta_2\": 0.999, \"epsilon\": 1e-07, \"amsgrad\": false}, \"registered_name\": null}, \"loss\": \"sparse_categorical_crossentropy\", \"loss_weights\": null, \"metrics\": [\"accuracy\"], \"weighted_metrics\": null, \"run_eagerly\": false, \"steps_per_execution\": 1, \"jit_compile\": false}}", |
|
"tokenizer_info": { |
|
"unique_pixels": [ |
|
0.0, |
|
0.003921568859368563, |
|
0.03529411926865578, |
|
0.007843137718737125, |
|
0.0117647061124444, |
|
0.04313725605607033, |
|
0.054901961237192154, |
|
0.062745101749897, |
|
0.07058823853731155, |
|
0.09019608050584793, |
|
0.0941176488995552, |
|
0.09803921729326248, |
|
0.10196078568696976, |
|
0.10588235408067703, |
|
0.11764705926179886, |
|
0.13725490868091583, |
|
0.03921568766236305, |
|
0.0470588244497776, |
|
0.8156862854957581, |
|
0.9372549057006836, |
|
0.6941176652908325, |
|
0.0313725508749485, |
|
0.05882352963089943, |
|
0.572549045085907, |
|
0.9529411792755127, |
|
0.3176470696926117, |
|
0.32156863808631897, |
|
0.3529411852359772, |
|
0.364705890417099, |
|
0.3686274588108063, |
|
0.41960784792900085, |
|
0.42352941632270813, |
|
0.49803921580314636, |
|
0.8666666746139526, |
|
0.9450980424880981, |
|
0.7098039388656616, |
|
0.8470588326454163, |
|
0.7254902124404907, |
|
0.8627451062202454, |
|
0.5215686559677124, |
|
0.8039215803146362, |
|
0.8823529481887817, |
|
0.8980392217636108, |
|
0.7882353067398071, |
|
0.9764705896377563, |
|
0.9921568632125854, |
|
0.5529412031173706, |
|
0.5686274766921997, |
|
0.6470588445663452, |
|
0.7411764860153198, |
|
0.6196078658103943, |
|
0.8784313797950745, |
|
0.08627451211214066, |
|
0.7568627595901489, |
|
0.6352941393852234, |
|
0.8941176533699036, |
|
0.14901961386203766, |
|
0.19607843458652496, |
|
0.21176470816135406, |
|
0.24313725531101227, |
|
0.16470588743686676, |
|
0.772549033164978, |
|
0.22745098173618317, |
|
0.13333334028720856, |
|
0.4627451002597809, |
|
0.9098039269447327, |
|
0.9254902005195618, |
|
0.4470588266849518, |
|
0.4941176474094391, |
|
0.33725491166114807, |
|
0.47843137383461, |
|
0.3843137323856354, |
|
0.4000000059604645, |
|
0.4156862795352936, |
|
0.4313725531101227, |
|
0.615686297416687, |
|
0.5607843399047852, |
|
0.6823529601097107, |
|
0.37254902720451355, |
|
0.8196078538894653, |
|
0.6980392336845398, |
|
0.38823530077934265, |
|
0.5764706134796143, |
|
0.9490196108818054, |
|
0.27450981736183167, |
|
0.30588236451148987, |
|
0.3137255012989044, |
|
0.16862745583057404, |
|
0.15294118225574493, |
|
0.1411764770746231, |
|
0.1764705926179886, |
|
0.18039216101169586, |
|
0.1921568661928177, |
|
0.5921568870544434, |
|
0.2823529541492462, |
|
0.9725490212440491, |
|
0.8509804010391235, |
|
0.6078431606292725, |
|
0.729411780834198, |
|
0.5098039507865906, |
|
0.5882353186607361, |
|
0.6039215922355652, |
|
0.7450980544090271, |
|
0.886274516582489, |
|
0.6509804129600525, |
|
0.7764706015586853, |
|
0.9333333373069763, |
|
0.6666666865348816, |
|
0.6235294342041016, |
|
0.05098039284348488, |
|
0.43529412150382996, |
|
0.07450980693101883, |
|
0.12156862765550613, |
|
0.7607843279838562, |
|
0.45098039507865906, |
|
0.6392157077789307, |
|
0.18431372940540314, |
|
0.20000000298023224, |
|
0.24705882370471954, |
|
0.23137255012989044, |
|
0.6549019813537598, |
|
0.3450980484485626, |
|
0.9137254953384399, |
|
0.7921568751335144, |
|
0.48235294222831726, |
|
0.5490196347236633, |
|
0.46666666865348816, |
|
0.27843138575553894, |
|
0.29411765933036804, |
|
0.30980393290519714, |
|
0.929411768913269, |
|
0.26274511218070984, |
|
0.35686275362968445, |
|
0.34117648005485535, |
|
0.32549020648002625, |
|
0.40392157435417175, |
|
0.8078431487083435, |
|
0.21568627655506134, |
|
0.21960784494876862, |
|
0.250980406999588, |
|
0.25882354378700256, |
|
0.7137255072593689, |
|
0.8352941274642944, |
|
0.7176470756530762, |
|
0.686274528503418, |
|
0.8117647171020508, |
|
0.8313725590705872, |
|
0.5647059082984924, |
|
0.8235294222831726, |
|
0.2549019753932953, |
|
0.7019608020782471, |
|
0.3921568691730499, |
|
0.2705882489681244, |
|
0.9607843160629272, |
|
0.8392156958580017, |
|
0.5960784554481506, |
|
0.2862745225429535, |
|
0.8549019694328308, |
|
0.3019607961177826, |
|
0.7333333492279053, |
|
0.8588235378265381, |
|
0.529411792755127, |
|
0.545098066329956, |
|
0.7647058963775635, |
|
0.6705882549285889, |
|
0.9686274528503418, |
|
0.9843137264251709, |
|
1.0, |
|
0.5137255191802979, |
|
0.8705882430076599, |
|
0.7490196228027344, |
|
0.10980392247438431, |
|
0.0784313753247261, |
|
0.5058823823928833, |
|
0.6431372761726379, |
|
0.3333333432674408, |
|
0.1882352977991104, |
|
0.23529411852359772, |
|
0.1568627506494522, |
|
0.125490203499794, |
|
0.1725490242242813, |
|
0.9019607901573181, |
|
0.20392157137393951, |
|
0.7803921699523926, |
|
0.658823549747467, |
|
0.3490196168422699, |
|
0.5372549295425415, |
|
0.9176470637321472, |
|
0.7960784435272217, |
|
0.2980392277240753, |
|
0.3294117748737335, |
|
0.3764705955982208, |
|
0.43921568989753723, |
|
0.45490196347236633, |
|
0.47058823704719543, |
|
0.2666666805744171, |
|
0.40784314274787903, |
|
0.48627451062202454, |
|
0.3607843220233917, |
|
0.0235294122248888, |
|
0.027450980618596077, |
|
0.019607843831181526, |
|
0.01568627543747425, |
|
0.6901960968971252, |
|
0.3803921639919281, |
|
0.8274509906768799, |
|
0.7058823704719543, |
|
0.3960784375667572, |
|
0.5843137502670288, |
|
0.9647058844566345, |
|
0.843137264251709, |
|
0.7215686440467834, |
|
0.4117647111415863, |
|
0.6000000238418579, |
|
0.4901960790157318, |
|
0.29019609093666077, |
|
0.9803921580314636, |
|
0.7372549176216125, |
|
0.4274509847164154, |
|
0.5176470875740051, |
|
0.5333333611488342, |
|
0.5803921818733215, |
|
0.6117647290229797, |
|
0.6274510025978088, |
|
0.9411764740943909, |
|
0.6745098233222961, |
|
0.95686274766922, |
|
0.9882352948188782, |
|
0.501960813999176, |
|
0.6784313917160034, |
|
0.8745098114013672, |
|
0.9960784316062927, |
|
0.7529411911964417, |
|
0.4431372582912445, |
|
0.08235294371843338, |
|
0.11372549086809158, |
|
0.06666667014360428, |
|
0.6313725709915161, |
|
0.8901960849761963, |
|
0.7686274647712708, |
|
0.4588235318660736, |
|
0.14509804546833038, |
|
0.2235294133424759, |
|
0.12941177189350128, |
|
0.2078431397676468, |
|
0.239215686917305, |
|
0.5254902243614197, |
|
0.16078431904315948, |
|
0.9058823585510254, |
|
0.7843137383460999, |
|
0.4745098054409027, |
|
0.6627451181411743, |
|
0.5568627715110779, |
|
0.5411764979362488, |
|
0.9215686321258545, |
|
0.800000011920929 |
|
], |
|
"pixel_to_token": { |
|
"0.0": 0, |
|
"0.003921568859368563": 1, |
|
"0.007843137718737125": 2, |
|
"0.0117647061124444": 3, |
|
"0.01568627543747425": 4, |
|
"0.019607843831181526": 5, |
|
"0.0235294122248888": 6, |
|
"0.027450980618596077": 7, |
|
"0.0313725508749485": 8, |
|
"0.03529411926865578": 9, |
|
"0.03921568766236305": 10, |
|
"0.04313725605607033": 11, |
|
"0.0470588244497776": 12, |
|
"0.05098039284348488": 13, |
|
"0.054901961237192154": 14, |
|
"0.05882352963089943": 15, |
|
"0.062745101749897": 16, |
|
"0.06666667014360428": 17, |
|
"0.07058823853731155": 18, |
|
"0.07450980693101883": 19, |
|
"0.0784313753247261": 20, |
|
"0.08235294371843338": 21, |
|
"0.08627451211214066": 22, |
|
"0.09019608050584793": 23, |
|
"0.0941176488995552": 24, |
|
"0.09803921729326248": 25, |
|
"0.10196078568696976": 26, |
|
"0.10588235408067703": 27, |
|
"0.10980392247438431": 28, |
|
"0.11372549086809158": 29, |
|
"0.11764705926179886": 30, |
|
"0.12156862765550613": 31, |
|
"0.125490203499794": 32, |
|
"0.12941177189350128": 33, |
|
"0.13333334028720856": 34, |
|
"0.13725490868091583": 35, |
|
"0.1411764770746231": 36, |
|
"0.14509804546833038": 37, |
|
"0.14901961386203766": 38, |
|
"0.15294118225574493": 39, |
|
"0.1568627506494522": 40, |
|
"0.16078431904315948": 41, |
|
"0.16470588743686676": 42, |
|
"0.16862745583057404": 43, |
|
"0.1725490242242813": 44, |
|
"0.1764705926179886": 45, |
|
"0.18039216101169586": 46, |
|
"0.18431372940540314": 47, |
|
"0.1882352977991104": 48, |
|
"0.1921568661928177": 49, |
|
"0.19607843458652496": 50, |
|
"0.20000000298023224": 51, |
|
"0.20392157137393951": 52, |
|
"0.2078431397676468": 53, |
|
"0.21176470816135406": 54, |
|
"0.21568627655506134": 55, |
|
"0.21960784494876862": 56, |
|
"0.2235294133424759": 57, |
|
"0.22745098173618317": 58, |
|
"0.23137255012989044": 59, |
|
"0.23529411852359772": 60, |
|
"0.239215686917305": 61, |
|
"0.24313725531101227": 62, |
|
"0.24705882370471954": 63, |
|
"0.250980406999588": 64, |
|
"0.2549019753932953": 65, |
|
"0.25882354378700256": 66, |
|
"0.26274511218070984": 67, |
|
"0.2666666805744171": 68, |
|
"0.2705882489681244": 69, |
|
"0.27450981736183167": 70, |
|
"0.27843138575553894": 71, |
|
"0.2823529541492462": 72, |
|
"0.2862745225429535": 73, |
|
"0.29019609093666077": 74, |
|
"0.29411765933036804": 75, |
|
"0.2980392277240753": 76, |
|
"0.3019607961177826": 77, |
|
"0.30588236451148987": 78, |
|
"0.30980393290519714": 79, |
|
"0.3137255012989044": 80, |
|
"0.3176470696926117": 81, |
|
"0.32156863808631897": 82, |
|
"0.32549020648002625": 83, |
|
"0.3294117748737335": 84, |
|
"0.3333333432674408": 85, |
|
"0.33725491166114807": 86, |
|
"0.34117648005485535": 87, |
|
"0.3450980484485626": 88, |
|
"0.3490196168422699": 89, |
|
"0.3529411852359772": 90, |
|
"0.35686275362968445": 91, |
|
"0.3607843220233917": 92, |
|
"0.364705890417099": 93, |
|
"0.3686274588108063": 94, |
|
"0.37254902720451355": 95, |
|
"0.3764705955982208": 96, |
|
"0.3803921639919281": 97, |
|
"0.3843137323856354": 98, |
|
"0.38823530077934265": 99, |
|
"0.3921568691730499": 100, |
|
"0.3960784375667572": 101, |
|
"0.4000000059604645": 102, |
|
"0.40392157435417175": 103, |
|
"0.40784314274787903": 104, |
|
"0.4117647111415863": 105, |
|
"0.4156862795352936": 106, |
|
"0.41960784792900085": 107, |
|
"0.42352941632270813": 108, |
|
"0.4274509847164154": 109, |
|
"0.4313725531101227": 110, |
|
"0.43529412150382996": 111, |
|
"0.43921568989753723": 112, |
|
"0.4431372582912445": 113, |
|
"0.4470588266849518": 114, |
|
"0.45098039507865906": 115, |
|
"0.45490196347236633": 116, |
|
"0.4588235318660736": 117, |
|
"0.4627451002597809": 118, |
|
"0.46666666865348816": 119, |
|
"0.47058823704719543": 120, |
|
"0.4745098054409027": 121, |
|
"0.47843137383461": 122, |
|
"0.48235294222831726": 123, |
|
"0.48627451062202454": 124, |
|
"0.4901960790157318": 125, |
|
"0.4941176474094391": 126, |
|
"0.49803921580314636": 127, |
|
"0.501960813999176": 128, |
|
"0.5058823823928833": 129, |
|
"0.5098039507865906": 130, |
|
"0.5137255191802979": 131, |
|
"0.5176470875740051": 132, |
|
"0.5215686559677124": 133, |
|
"0.5254902243614197": 134, |
|
"0.529411792755127": 135, |
|
"0.5333333611488342": 136, |
|
"0.5372549295425415": 137, |
|
"0.5411764979362488": 138, |
|
"0.545098066329956": 139, |
|
"0.5490196347236633": 140, |
|
"0.5529412031173706": 141, |
|
"0.5568627715110779": 142, |
|
"0.5607843399047852": 143, |
|
"0.5647059082984924": 144, |
|
"0.5686274766921997": 145, |
|
"0.572549045085907": 146, |
|
"0.5764706134796143": 147, |
|
"0.5803921818733215": 148, |
|
"0.5843137502670288": 149, |
|
"0.5882353186607361": 150, |
|
"0.5921568870544434": 151, |
|
"0.5960784554481506": 152, |
|
"0.6000000238418579": 153, |
|
"0.6039215922355652": 154, |
|
"0.6078431606292725": 155, |
|
"0.6117647290229797": 156, |
|
"0.615686297416687": 157, |
|
"0.6196078658103943": 158, |
|
"0.6235294342041016": 159, |
|
"0.6274510025978088": 160, |
|
"0.6313725709915161": 161, |
|
"0.6352941393852234": 162, |
|
"0.6392157077789307": 163, |
|
"0.6431372761726379": 164, |
|
"0.6470588445663452": 165, |
|
"0.6509804129600525": 166, |
|
"0.6549019813537598": 167, |
|
"0.658823549747467": 168, |
|
"0.6627451181411743": 169, |
|
"0.6666666865348816": 170, |
|
"0.6705882549285889": 171, |
|
"0.6745098233222961": 172, |
|
"0.6784313917160034": 173, |
|
"0.6823529601097107": 174, |
|
"0.686274528503418": 175, |
|
"0.6901960968971252": 176, |
|
"0.6941176652908325": 177, |
|
"0.6980392336845398": 178, |
|
"0.7019608020782471": 179, |
|
"0.7058823704719543": 180, |
|
"0.7098039388656616": 181, |
|
"0.7137255072593689": 182, |
|
"0.7176470756530762": 183, |
|
"0.7215686440467834": 184, |
|
"0.7254902124404907": 185, |
|
"0.729411780834198": 186, |
|
"0.7333333492279053": 187, |
|
"0.7372549176216125": 188, |
|
"0.7411764860153198": 189, |
|
"0.7450980544090271": 190, |
|
"0.7490196228027344": 191, |
|
"0.7529411911964417": 192, |
|
"0.7568627595901489": 193, |
|
"0.7607843279838562": 194, |
|
"0.7647058963775635": 195, |
|
"0.7686274647712708": 196, |
|
"0.772549033164978": 197, |
|
"0.7764706015586853": 198, |
|
"0.7803921699523926": 199, |
|
"0.7843137383460999": 200, |
|
"0.7882353067398071": 201, |
|
"0.7921568751335144": 202, |
|
"0.7960784435272217": 203, |
|
"0.800000011920929": 204, |
|
"0.8039215803146362": 205, |
|
"0.8078431487083435": 206, |
|
"0.8117647171020508": 207, |
|
"0.8156862854957581": 208, |
|
"0.8196078538894653": 209, |
|
"0.8235294222831726": 210, |
|
"0.8274509906768799": 211, |
|
"0.8313725590705872": 212, |
|
"0.8352941274642944": 213, |
|
"0.8392156958580017": 214, |
|
"0.843137264251709": 215, |
|
"0.8470588326454163": 216, |
|
"0.8509804010391235": 217, |
|
"0.8549019694328308": 218, |
|
"0.8588235378265381": 219, |
|
"0.8627451062202454": 220, |
|
"0.8666666746139526": 221, |
|
"0.8705882430076599": 222, |
|
"0.8745098114013672": 223, |
|
"0.8784313797950745": 224, |
|
"0.8823529481887817": 225, |
|
"0.886274516582489": 226, |
|
"0.8901960849761963": 227, |
|
"0.8941176533699036": 228, |
|
"0.8980392217636108": 229, |
|
"0.9019607901573181": 230, |
|
"0.9058823585510254": 231, |
|
"0.9098039269447327": 232, |
|
"0.9137254953384399": 233, |
|
"0.9176470637321472": 234, |
|
"0.9215686321258545": 235, |
|
"0.9254902005195618": 236, |
|
"0.929411768913269": 237, |
|
"0.9333333373069763": 238, |
|
"0.9372549057006836": 239, |
|
"0.9411764740943909": 240, |
|
"0.9450980424880981": 241, |
|
"0.9490196108818054": 242, |
|
"0.9529411792755127": 243, |
|
"0.95686274766922": 244, |
|
"0.9607843160629272": 245, |
|
"0.9647058844566345": 246, |
|
"0.9686274528503418": 247, |
|
"0.9725490212440491": 248, |
|
"0.9764705896377563": 249, |
|
"0.9803921580314636": 250, |
|
"0.9843137264251709": 251, |
|
"0.9882352948188782": 252, |
|
"0.9921568632125854": 253, |
|
"0.9960784316062927": 254, |
|
"1.0": 255 |
|
} |
|
} |
|
} |