CoolFace
Modelpublic

seongil-dn/gte-further-filtered-neg4-bs96

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes22downloads
Model Card

SentenceTransformer based on Alibaba-NLP/gte-multilingual-base

This is a sentence-transformers model finetuned from Alibaba-NLP/gte-multilingual-base. It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.

Model Details

Model Description

  • —Model Type: Sentence Transformer
  • —Base model: Alibaba-NLP/gte-multilingual-base <!-- at revision 7fc06782350c1a83f88b15dd4b38ef853d3b8503 -->
  • —Maximum Sequence Length: 512 tokens
  • —Output Dimensionality: 768 tokens
  • —Similarity Function: Cosine Similarity <!-- - Training Dataset: Unknown --> <!-- - Language: Unknown --> <!-- - License: Unknown -->

Model Sources

Full Model Architecture

SentenceTransformer(
  (0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: NewModel 
  (1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
  (2): Normalize()
)

Usage

Direct Usage (Sentence Transformers)

First install the Sentence Transformers library:

bash
pip install -U sentence-transformers

Then you can load this model and run inference.

python
from sentence_transformers import SentenceTransformer

# Download from the 🤗 Hub
model = SentenceTransformer("seongil-dn/gte-further-filtered-neg4-bs96")
# Run inference
sentences = [
    '안압지의 역사적 이름은 무엇인가요?',
    '1980년, 안압지에서 발굴된 토기 파편 등으로 신라시대에 이 곳이 월지(月池)라고 불렸다는 사실이 확인되었다. 이는 신라 왕궁인 반월성(半月城)과 가까이 있었기 때문이며, 임해전의 이름도 본디 월지궁이었다고 한다. 조선시대에는 폐허가 된 이곳에 기러기와 오리들이 날아들자 조선의 묵객들이 안압지(雁鴨池)라는 이름을 붙였다. 《삼국사기》에 동궁을 임해전(臨海殿), 즉 바다에 면한 건물이라고 불렀다는 기록이 있으며, 여기에서 안압지는 바다를 상징한다.',
    '안압지라는 명칭은 조선 초기에 간행된 《동국여지승람》과 《동경잡기》등에 나타나고 있다.',
]
embeddings = model.encode(sentences)
print(embeddings.shape)
# [3, 768]

# Get the similarity scores for the embeddings
similarities = model.similarity(embeddings, embeddings)
print(similarities.shape)
# [3, 3]

<!--

Direct Usage (Transformers)

<details><summary>Click to see the direct usage in Transformers</summary>

</details> -->

<!--

Downstream Usage (Sentence Transformers)

You can finetune this model on your own dataset.

<details><summary>Click to expand</summary>

</details> -->

<!--

Out-of-Scope Use

List how the model may foreseeably be misused and address what users ought not to do with the model. -->

<!--

Bias, Risks and Limitations

What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model. -->

<!--

Recommendations

What are recommendations with respect to the foreseeable issues? For example, filtering explicit content. -->

Training Details

Training Dataset

Unnamed Dataset
  • —Size: 99,239 training samples
  • —Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
  • —Approximate statistics based on the first 1000 samples: | | anchor | positive | negative | |:--------|:---------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------| | type | string | string | string | | details | <ul><li>min: 8 tokens</li><li>mean: 18.0 tokens</li><li>max: 32 tokens</li></ul> | <ul><li>min: 16 tokens</li><li>mean: 155.17 tokens</li><li>max: 512 tokens</li></ul> | <ul><li>min: 2 tokens</li><li>mean: 132.62 tokens</li><li>max: 512 tokens</li></ul> |
  • —Samples: | anchor | positive | negative | |:-----------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------| | <code>야노 타쿠지의 동생은 어떤 성격을 가지고 있나요?</code> | <code>중반부터 추가된 새로운 전사. 예전 유스케들을 감싸 볼트에게 살해당한 야노 타쿠지의 동생. 강한 파워 파이터 이기도 하며 형의 사후 도로테 박사들에 의해 라이브맨을 지원하는 훈련을 받고 있었다. 타케시라는 동생이 있으나 극중에서 이들 사이의 관계는 뚜렷하지 않은 편이다. 권투가 뛰어나고 조금 무모하고 말투도 난폭하다. 특히 형들의 적인 볼트가 관련되면 냉정할 수 없게 되지만 실력이 따라주지 않는 경우가 많아서 초기에는 멤버 3명의 발목을 잡기도 했다. 하지만 곤란한 사람은 내버려 둘수없는 상냥한 성격이다.</code> | <code>노노의 남동생이며 게임을 좋아한다.</code> | | <code>야노 타쿠지의 동생은 어떤 성격을 가지고 있나요?</code> | <code>중반부터 추가된 새로운 전사. 예전 유스케들을 감싸 볼트에게 살해당한 야노 타쿠지의 동생. 강한 파워 파이터 이기도 하며 형의 사후 도로테 박사들에 의해 라이브맨을 지원하는 훈련을 받고 있었다. 타케시라는 동생이 있으나 극중에서 이들 사이의 관계는 뚜렷하지 않은 편이다. 권투가 뛰어나고 조금 무모하고 말투도 난폭하다. 특히 형들의 적인 볼트가 관련되면 냉정할 수 없게 되지만 실력이 따라주지 않는 경우가 많아서 초기에는 멤버 3명의 발목을 잡기도 했다. 하지만 곤란한 사람은 내버려 둘수없는 상냥한 성격이다.</code> | <code>야스히코의 여동생.</code> | | <code>야노 타쿠지의 동생은 어떤 성격을 가지고 있나요?</code> | <code>중반부터 추가된 새로운 전사. 예전 유스케들을 감싸 볼트에게 살해당한 야노 타쿠지의 동생. 강한 파워 파이터 이기도 하며 형의 사후 도로테 박사들에 의해 라이브맨을 지원하는 훈련을 받고 있었다. 타케시라는 동생이 있으나 극중에서 이들 사이의 관계는 뚜렷하지 않은 편이다. 권투가 뛰어나고 조금 무모하고 말투도 난폭하다. 특히 형들의 적인 볼트가 관련되면 냉정할 수 없게 되지만 실력이 따라주지 않는 경우가 많아서 초기에는 멤버 3명의 발목을 잡기도 했다. 하지만 곤란한 사람은 내버려 둘수없는 상냥한 성격이다.</code> | <code>그의 동생인 고기석 또한 만화가이다.</code> |
  • —Loss: <code>MultipleNegativesRankingLoss</code> with these parameters:
json
  {
      "scale": 20.0,
      "similarity_fct": "cos_sim"
  }

Training Hyperparameters

Non-Default Hyperparameters
  • —per_device_train_batch_size: 96
  • —adam_epsilon: 1e-07
  • —warmup_ratio: 0.05
  • —bf16: True
  • —batch_sampler: no_duplicates
All Hyperparameters

<details><summary>Click to expand</summary>

  • —overwrite_output_dir: False
  • —do_predict: False
  • —eval_strategy: no
  • —prediction_loss_only: True
  • —per_device_train_batch_size: 96
  • —per_device_eval_batch_size: 8
  • —per_gpu_train_batch_size: None
  • —per_gpu_eval_batch_size: None
  • —gradient_accumulation_steps: 1
  • —eval_accumulation_steps: None
  • —torch_empty_cache_steps: None
  • —learning_rate: 5e-05
  • —weight_decay: 0.0
  • —adam_beta1: 0.9
  • —adam_beta2: 0.999
  • —adam_epsilon: 1e-07
  • —max_grad_norm: 1.0
  • —num_train_epochs: 3
  • —max_steps: -1
  • —lr_scheduler_type: linear
  • —lr_scheduler_kwargs: {}
  • —warmup_ratio: 0.05
  • —warmup_steps: 0
  • —log_level: passive
  • —log_level_replica: warning
  • —log_on_each_node: True
  • —logging_nan_inf_filter: True
  • —save_safetensors: True
  • —save_on_each_node: False
  • —save_only_model: False
  • —restore_callback_states_from_checkpoint: False
  • —no_cuda: False
  • —use_cpu: False
  • —use_mps_device: False
  • —seed: 42
  • —data_seed: None
  • —jit_mode_eval: False
  • —use_ipex: False
  • —bf16: True
  • —fp16: False
  • —fp16_opt_level: O1
  • —half_precision_backend: auto
  • —bf16_full_eval: False
  • —fp16_full_eval: False
  • —tf32: None
  • —local_rank: 0
  • —ddp_backend: None
  • —tpu_num_cores: None
  • —tpu_metrics_debug: False
  • —debug: []
  • —dataloader_drop_last: True
  • —dataloader_num_workers: 0
  • —dataloader_prefetch_factor: None
  • —past_index: -1
  • —disable_tqdm: False
  • —remove_unused_columns: True
  • —label_names: None
  • —load_best_model_at_end: False
  • —ignore_data_skip: False
  • —fsdp: []
  • —fsdp_min_num_params: 0
  • —fsdp_config: {'minnumparams': 0, 'xla': False, 'xlafsdpv2': False, 'xlafsdpgrad_ckpt': False}
  • —fsdp_transformer_layer_cls_to_wrap: None
  • —accelerator_config: {'splitbatches': False, 'dispatchbatches': None, 'evenbatches': True, 'useseedablesampler': True, 'nonblocking': False, 'gradientaccumulationkwargs': None}
  • —deepspeed: None
  • —label_smoothing_factor: 0.0
  • —optim: adamw_torch
  • —optim_args: None
  • —adafactor: False
  • —group_by_length: False
  • —length_column_name: length
  • —ddp_find_unused_parameters: None
  • —ddp_bucket_cap_mb: None
  • —ddp_broadcast_buffers: False
  • —dataloader_pin_memory: True
  • —dataloader_persistent_workers: False
  • —skip_memory_metrics: True
  • —use_legacy_prediction_loop: False
  • —push_to_hub: False
  • —resume_from_checkpoint: None
  • —hub_model_id: None
  • —hub_strategy: every_save
  • —hub_private_repo: False
  • —hub_always_push: False
  • —gradient_checkpointing: False
  • —gradient_checkpointing_kwargs: None
  • —include_inputs_for_metrics: False
  • —eval_do_concat_batches: True
  • —fp16_backend: auto
  • —push_to_hub_model_id: None
  • —push_to_hub_organization: None
  • —mp_parameters:
  • —auto_find_batch_size: False
  • —full_determinism: False
  • —torchdynamo: None
  • —ray_scope: last
  • —ddp_timeout: 1800
  • —torch_compile: False
  • —torch_compile_backend: None
  • —torch_compile_mode: None
  • —dispatch_batches: None
  • —split_batches: None
  • —include_tokens_per_second: False
  • —include_num_input_tokens_seen: False
  • —neftune_noise_alpha: None
  • —optim_target_modules: None
  • —batch_eval_metrics: False
  • —eval_on_start: False
  • —eval_use_gather_object: False
  • —batch_sampler: no_duplicates
  • —multi_dataset_batch_sampler: proportional

</details>

Training Logs

<details><summary>Click to expand</summary>

EpochStepTraining Loss
0.001010.8159
0.001920.707
0.002930.7459
0.003940.6658
0.004850.6912
0.005860.6568
0.006870.5825
0.007780.6317
0.008790.6687
0.0097100.6099
0.0106110.5715
0.0116120.5675
0.0126130.7614
0.0136140.7298
0.0145150.7166
0.0155160.6607
0.0165170.7189
0.0174180.6951
0.0184190.672
0.0194200.661
0.0203210.7498
0.0213220.6832
0.0223230.68
0.0232240.6385
0.0242250.559
0.0252260.5418
0.0261270.5192
0.0271280.491
0.0281290.6879
0.0290300.5917
0.0300310.591
0.0310320.5929
0.0319330.6679
0.0329340.592
0.0339350.52
0.0348360.5661
0.0358370.7351
0.0368380.6558
0.0378390.6149
0.0387400.5797
0.0397410.588
0.0407420.551
0.0416430.4449
0.0426440.4888
0.0436450.6607
0.0445460.5504
0.0455470.5575
0.0465480.5178
0.0474490.5315
0.0484500.4417
0.0494510.4321
0.0503520.4053
0.0513530.5311
0.0523540.4817
0.0532550.4304
0.0542560.3868
0.0552570.4908
0.0561580.4272
0.0571590.3791
0.0581600.3526
0.0591610.6103
0.0600620.5695
0.0610630.5036
0.0620640.5212
0.0629650.5484
0.0639660.4759
0.0649670.4302
0.0658680.436
0.0668690.4086
0.0678700.3786
0.0687710.3286
0.0697720.3552
0.0707730.5263
0.0716740.3884
0.0726750.3677
0.0736760.3599
0.0745770.3904
0.0755780.4575
0.0765790.3645
0.0774800.3441
0.0784810.3352
0.0794820.285
0.0803830.2338
0.0813840.2202
0.0823850.3831
0.0833860.344
0.0842870.3403
0.0852880.2931
0.0862890.3386
0.0871900.2858
0.0881910.2679
0.0891920.2177
0.0900930.4351
0.0910940.3435
0.0920950.3225
0.0929960.2693
0.0939970.3801
0.0949980.3477
0.0958990.3316
0.09681000.2721
0.09781010.3472
0.09871020.2166
0.09971030.1907
0.10071040.1995
0.10161050.357
0.10261060.2726
0.10361070.2487
0.10451080.1929
0.10551090.2141
0.10651100.1703
0.10751110.1249
0.10841120.1282
0.10941130.3308
0.11041140.2587
0.11131150.2712
0.11231160.2429
0.11331170.3678
0.11421180.3412
0.11521190.1821
0.11621200.2325
0.11711210.279
0.11811220.221
0.11911230.1949
0.12001240.2107
0.12101250.2662
0.12201260.1744
0.12291270.1817
0.12391280.1754
0.12491290.248
0.12581300.2004
0.12681310.1891
0.12781320.1745
0.12881330.3069
0.12971340.2576
0.13071350.2682
0.13171360.211
0.13261370.2593
0.13361380.294
0.13461390.1908
0.13551400.1845
0.13651410.2912
0.13751420.2472
0.13841430.2317
0.13941440.1523
0.14041450.2267
0.14131460.1902
0.14231470.1831
0.14331480.1807
0.14421490.3192
0.14521500.283
0.14621510.2294
0.14711520.2123
0.14811530.3304
0.14911540.2183
0.15001550.1751
0.15101560.2231
0.15201570.2699
0.15301580.2255
0.15391590.193
0.15491600.1704
0.15591610.2742
0.15681620.1995
0.15781630.1684
0.15881640.1727
0.15971650.2166
0.16071660.1723
0.16171670.1739
0.16261680.1498
0.16361690.2321
0.16461700.1642
0.16551710.1583
0.16651720.1659
0.16751730.2187
0.16841740.1839
0.16941750.1561
0.17041760.154
0.17131770.1953
0.17231780.1676
0.17331790.1347
0.17421800.1096
0.17521810.2125
0.17621820.2145
0.17721830.2251
0.17811840.1622
0.17911850.2692
0.18011860.1981
0.18101870.1903
0.18201880.1368
0.18301890.2371
0.18391900.2462
0.18491910.1855
0.18591920.161
0.18681930.2838
0.18781940.1686
0.18881950.175
0.18971960.144
0.19071970.2185
0.19171980.1436
0.19261990.087
0.19362000.0907
0.19462010.1886
0.19552020.176
0.19652030.1737
0.19752040.1752
0.19852050.2247
0.19942060.2168
0.20042070.1643
0.20142080.1947
0.20232090.1755
0.20332100.209
0.20432110.1457
0.20522120.1774
0.20622130.1915
0.20722140.2143
0.20812150.1414
0.20912160.1385
0.21012170.1964
0.21102180.2122
0.21202190.2059
0.21302200.1485
0.21392210.158
0.21492220.1947
0.21592230.1349
0.21682240.1311
0.21782250.1755
0.21882260.1993
0.21972270.1467
0.22072280.1471
0.22172290.2043
0.22272300.1533
0.22362310.1541
0.22462320.1203
0.22562330.262
0.22652340.2533
0.22752350.1516
0.22852360.1571
0.22942370.2256
0.23042380.2273
0.23142390.1515
0.23232400.1183
0.23332410.2248
0.23432420.2896
0.23522430.2285
0.23622440.161
0.23722450.1961
0.23812460.2175
0.23912470.185
0.24012480.186
0.24102490.2031
0.24202500.2041
0.24302510.1363
0.24392520.1257
0.24492530.2477
0.24592540.228
0.24692550.2408
0.24782560.2325
0.24882570.3076
0.24982580.2791
0.25072590.2652
0.25172600.2156
0.25272610.1802
0.25362620.1622
0.25462630.1466
0.25562640.1249
0.25652650.1947
0.25752660.1506
0.25852670.1756
0.25942680.1329
0.26042690.1982
0.26142700.1652
0.26232710.1586
0.26332720.1217
0.26432730.1702
0.26522740.1318
0.26622750.096
0.26722760.1185
0.26822770.2347
0.26912780.1909
0.27012790.1495
0.27112800.1284
0.27202810.1597
0.27302820.1432
0.27402830.1787
0.27492840.1491
0.27592850.1767
0.27692860.1474
0.27782870.0956
0.27882880.0775
0.27982890.137
0.28072900.113
0.28172910.0849
0.28272920.0914
0.28362930.2158
0.28462940.1186
0.28562950.1748
0.28652960.1462
0.28752970.165
0.28852980.1808
0.28942990.1153
0.29043000.1224
0.29143010.2267
0.29243020.1542
0.29333030.1523
0.29433040.1162
0.29533050.1404
0.29623060.1272
0.29723070.0705
0.29823080.0756
0.29913090.2543
0.30013100.1867
0.30113110.1506
0.30203120.1574
0.30303130.2074
0.30403140.1459
0.30493150.1198
0.30593160.1198
0.30693170.2648
0.30783180.2109
0.30883190.152
0.30983200.1988
0.31073210.1728
0.31173220.2101
0.31273230.1562
0.31363240.177
0.31463250.13
0.31563260.1596
0.31663270.08
0.31753280.1067
0.31853290.1895
0.31953300.1053
0.32043310.1383
0.32143320.1655
0.32243330.3132
0.32333340.2554
0.32433350.2682
0.32533360.2246
0.32623370.3115
0.32723380.2507
0.32823390.2198
0.32913400.224
0.33013410.1839
0.33113420.1334
0.33203430.1316
0.33303440.11
0.33403450.1669
0.33493460.1155
0.33593470.1333
0.33693480.1096
0.33793490.2664
0.33883500.1767
0.33983510.1088
0.34083520.1349
0.34173530.1348
0.34273540.1533
0.34373550.1181
0.34463560.1741
0.34563570.1765
0.34663580.0949
0.34753590.105
0.34853600.1062
0.34953610.1726
0.35043620.1521
0.35143630.1573
0.35243640.1773
0.35333650.321
0.35433660.2176
0.35533670.2162
0.35623680.1127
0.35723690.221
0.35823700.171
0.35913710.1447
0.36013720.1319
0.36113730.2021
0.36213740.1543
0.36303750.1241
0.36403760.1312
0.36503770.2281
0.36593780.1332
0.36693790.1199
0.36793800.1331
0.36883810.1572
0.36983820.1053
0.37083830.1426
0.37173840.1043
0.37273850.2033
0.37373860.1788
0.37463870.115
0.37563880.1266
0.37663890.218
0.37753900.1306
0.37853910.1034
0.37953920.0875
0.38043930.1766
0.38143940.173
0.38243950.124
0.38333960.1335
0.38433970.1198
0.38533980.1114
0.38633990.102
0.38724000.0813
0.38824010.2648
0.38924020.1686
0.39014030.168
0.39114040.2315
0.39214050.2787
0.39304060.2315
0.39404070.2251
0.39504080.1564
0.39594090.2562
0.39694100.1982
0.39794110.1875
0.39884120.1821
0.39984130.2355
0.40084140.1728
0.40174150.0988
0.40274160.0759
0.40374170.1297
0.40464180.1174
0.40564190.1312
0.40664200.0882
0.40764210.1781
0.40854220.1462
0.40954230.0987
0.41054240.1242
0.41144250.2732
0.41244260.2226
0.41344270.1557
0.41434280.125
0.41534290.1808
0.41634300.1187
0.41724310.1019
0.41824320.1641
0.41924330.2267
0.42014340.2134
0.42114350.1791
0.42214360.2033
0.42304370.1312
0.42404380.1247
0.42504390.1246
0.42594400.0974
0.42694410.2108
0.42794420.1639
0.42884430.1456
0.42984440.1321
0.43084450.1546
0.43184460.1485
0.43274470.1216
0.43374480.1415
0.43474490.188
0.43564500.1468
0.43664510.1739
0.43764520.1075
0.43854530.2235
0.43954540.1844
0.44054550.2018
0.44144560.1346
0.44244570.1814
0.44344580.181
0.44434590.1089
0.44534600.1549
0.44634610.2353
0.44724620.1955
0.44824630.1594
0.44924640.1646
0.45014650.1808
0.45114660.1738
0.45214670.1387
0.45304680.1231
0.45404690.2137
0.45504700.1579
0.45604710.1255
0.45694720.1558
0.45794730.3153
0.45894740.2342
0.45984750.164
0.46084760.172
0.46184770.2357
0.46274780.1651
0.46374790.1911
0.46474800.2214
0.46564810.1477
0.46664820.1184
0.46764830.0974
0.46854840.0902
0.46954850.1988
0.47054860.1736
0.47144870.1606
0.47244880.1338
0.47344890.2009
0.47434900.1674
0.47534910.1856
0.47634920.1376
0.47734930.1834
0.47824940.1124
0.47924950.1377
0.48024960.0813
0.48114970.1163
0.48214980.1069
0.48314990.094
0.48405000.1472
0.48505010.1753
0.48605020.1413
0.48695030.13
0.48795040.0841
0.48895050.1636
0.48985060.147
0.49085070.1368
0.49185080.1324
0.49275090.1998
0.49375100.1716
0.49475110.1521
0.49565120.0998
0.49665130.1839
0.49765140.0931
0.49855150.1232
0.49955160.1126
0.50055170.169
0.50155180.1324
0.50245190.1467
0.50345200.1195
0.50445210.2099
0.50535220.1762
0.50635230.1737
0.50735240.1588
0.50825250.1973
0.50925260.1703
0.51025270.0892
0.51115280.1373
0.51215290.1516
0.51315300.1299
0.51405310.1346
0.51505320.1488
0.51605330.1784
0.51695340.1083
0.51795350.1394
0.51895360.1149
0.51985370.1245
0.52085380.1287
0.52185390.0873
0.52275400.1338
0.52375410.1543
0.52475420.1382
0.52575430.0988
0.52665440.0981
0.52765450.157
0.52865460.1037
0.52955470.1403
0.53055480.1074
0.53155490.2466
0.53245500.1706
0.53345510.1812
0.53445520.1691
0.53535530.138
0.53635540.1448
0.53735550.1527
0.53825560.1306
0.53925570.1667
0.54025580.1377
0.54115590.1102
0.54215600.0927
0.54315610.2551
0.54405620.1541
0.54505630.1665
0.54605640.1719
0.54705650.2142
0.54795660.21
0.54895670.1568
0.54995680.142
0.55085690.2055
0.55185700.1818
0.55285710.1858
0.55375720.1537
0.55475730.1691
0.55575740.1996
0.55665750.1478
0.55765760.1405
0.55865770.2533
0.55955780.1997
0.56055790.2253
0.56155800.1726
0.56245810.1649
0.56345820.148
0.56445830.1473
0.56535840.1918
0.56635850.1779
0.56735860.149
0.56825870.1338
0.56925880.1043
0.57025890.2218
0.57125900.1777
0.57215910.1138
0.57315920.1369
0.57415930.1477
0.57505940.1086
0.57605950.1067
0.57705960.0722
0.57795970.2109
0.57895980.1502
0.57995990.1624
0.58086000.1558
0.58186010.1862
0.58286020.1765
0.58376030.1633
0.58476040.2142
0.58576050.1986
0.58666060.2048
0.58766070.1492
0.58866080.1281
0.58956090.0967
0.59056100.1214
0.59156110.062
0.59246120.1185
0.59346130.1202
0.59446140.143
0.59546150.1335
0.59636160.1301
0.59736170.1896
0.59836180.2206
0.59926190.1605
0.60026200.1647
0.60126210.1856
0.60216220.2066
0.60316230.1644
0.60416240.1745
0.60506250.1621
0.60606260.1872
0.60706270.1201
0.60796280.1863
0.60896290.1475
0.60996300.1308
0.61086310.1232
0.61186320.1866
0.61286330.205
0.61376340.2395
0.61476350.1593
0.61576360.1369
0.61676370.1651
0.61766380.1687
0.61866390.1379
0.61966400.1446
0.62056410.1663
0.62156420.1256
0.62256430.0743
0.62346440.0947
0.62446450.1414
0.62546460.0821
0.62636470.0925
0.62736480.08
0.62836490.1265
0.62926500.0723
0.63026510.0949
0.63126520.1259
0.63216530.1425
0.63316540.1158
0.63416550.1176
0.63506560.1011
0.63606570.1958
0.63706580.1193
0.63796590.0846
0.63896600.1444
0.63996610.1612
0.64096620.1539
0.64186630.1659
0.64286640.1187
0.64386650.1693
0.64476660.2204
0.64576670.2047
0.64676680.2207
0.64766690.2187
0.64866700.1147
0.64966710.1045
0.65056720.1312
0.65156730.1282
0.65256740.1269
0.65346750.092
0.65446760.0784
0.65546770.2096
0.65636780.1477
0.65736790.1527
0.65836800.098
0.65926810.1893
0.66026820.1703
0.66126830.1027
0.66216840.1236
0.66316850.2526
0.66416860.2019
0.66516870.1579
0.66606880.1954
0.66706890.1591
0.66806900.2268
0.66896910.1213
0.66996920.1467
0.67096930.1712
0.67186940.136
0.67286950.1417
0.67386960.1126
0.67476970.1442
0.67576980.0788
0.67676990.0725
0.67767000.1311
0.67867010.1569
0.67967020.1464
0.68057030.1291
0.68157040.1218
0.68257050.1693
0.68347060.2022
0.68447070.1498
0.68547080.1495
0.68647090.1845
0.68737100.1534
0.68837110.0868
0.68937120.1126
0.69027130.1864
0.69127140.1686
0.69227150.1215
0.69317160.1303
0.69417170.1269
0.69517180.1369
0.69607190.1163
0.69707200.1533
0.69807210.1201
0.69897220.1252
0.69997230.1139
0.70097240.1721
0.70187250.1694
0.70287260.084
0.70387270.1265
0.70477280.0665
0.70577290.1505
0.70677300.1462
0.70767310.1359
0.70867320.1282
0.70967330.1286
0.71067340.1373
0.71157350.1543
0.71257360.1329
0.71357370.2376
0.71447380.2142
0.71547390.145
0.71647400.1262
0.71737410.2378
0.71837420.1679
0.71937430.1552
0.72027440.2036
0.72127450.2387
0.72227460.1569
0.72317470.1639
0.72417480.189
0.72517490.1927
0.72607500.2025
0.72707510.1528
0.72807520.103
0.72897530.2226
0.72997540.1256
0.73097550.1219
0.73187560.1375
0.73287570.1826
0.73387580.1868
0.73487590.1459
0.73577600.1174
0.73677610.1351
0.73777620.1109
0.73867630.081
0.73967640.1223
0.74067650.2555
0.74157660.171
0.74257670.1928
0.74357680.1986
0.74447690.1369
0.74547700.1685
0.74647710.1603
0.74737720.0852
0.74837730.142
0.74937740.1349
0.75027750.1202
0.75127760.1557
0.75227770.1642
0.75317780.1275
0.75417790.0962
0.75517800.1505
0.75617810.2266
0.75707820.1904
0.75807830.1304
0.75907840.1538
0.75997850.1402
0.76097860.1508
0.76197870.1312
0.76287880.0985
0.76387890.0999
0.76487900.1431
0.76577910.0855
0.76677920.0795
0.76777930.1204
0.76867940.1059
0.76967950.1505
0.77067960.0957
0.77157970.1499
0.77257980.1157
0.77357990.0975
0.77448000.117
0.77548010.1239
0.77648020.0901
0.77738030.0705
0.77838040.0852
0.77938050.121
0.78038060.1019
0.78128070.0935
0.78228080.0966
0.78328090.1987
0.78418100.1736
0.78518110.1702
0.78618120.1871
0.78708130.1694
0.78808140.1577
0.78908150.1082
0.78998160.0972
0.79098170.1108
0.79198180.1712
0.79288190.1037
0.79388200.1244
0.79488210.2579
0.79578220.1205
0.79678230.1126
0.79778240.1201
0.79868250.1488
0.79968260.1375
0.80068270.1104
0.80158280.1108
0.80258290.1321
0.80358300.1237
0.80458310.1081
0.80548320.0957
0.80648330.1485
0.80748340.1411
0.80838350.093
0.80938360.1316
0.81038370.1812
0.81128380.1293
0.81228390.1284
0.81328400.147
0.81418410.1724
0.81518420.1802
0.81618430.1229
0.81708440.1411
0.81808450.1963
0.81908460.138
0.81998470.0794
0.82098480.1086
0.82198490.1774
0.82288500.1928
0.82388510.1751
0.82488520.18
0.82588530.1348
0.82678540.1796
0.82778550.1958
0.82878560.1708
0.82968570.227
0.83068580.1832
0.83168590.1594
0.83258600.1573
0.83358610.1481
0.83458620.2091
0.83548630.121
0.83648640.1735
0.83748650.1908
0.83838660.1092
0.83938670.1133
0.84038680.1438
0.84128690.1391
0.84228700.1676
0.84328710.1071
0.84418720.1336
0.84518730.1542
0.84618740.1326
0.84708750.1137
0.84808760.1235
0.84908770.1278
0.85008780.1598
0.85098790.1433
0.85198800.1305
0.85298810.1189
0.85388820.1004
0.85488830.0801
0.85588840.1211
0.85678850.1341
0.85778860.1686
0.85878870.1195
0.85968880.1045
0.86068890.1191
0.86168900.1642
0.86258910.1231
0.86358920.1526
0.86458930.1865
0.86548940.1039
0.86648950.0897
0.86748960.0953
0.86838970.1102
0.86938980.1229
0.87038990.1101
0.87129000.1792
0.87229010.1563
0.87329020.1528
0.87429030.1612
0.87519040.1631
0.87619050.2076
0.87719060.1548
0.87809070.1096
0.87909080.213
0.88009090.1348
0.88099100.1521
0.88199110.1396
0.88299120.1452
0.88389130.1761
0.88489140.1474
0.88589150.1229
0.88679160.1568
0.88779170.1883
0.88879180.1134
0.88969190.1553
0.89069200.1294
0.89169210.1119
0.89259220.1148
0.89359230.0992
0.89459240.0854
0.89559250.1004
0.89649260.1284
0.89749270.1035
0.89849280.0804
0.89939290.1293
0.90039300.1095
0.90139310.1348
0.90229320.0915
0.90329330.1296
0.90429340.1481
0.90519350.157
0.90619360.1712
0.90719370.176
0.90809380.1854
0.90909390.166
0.91009400.1334
0.91099410.1326
0.91199420.1393
0.91299430.1149
0.91389440.1023
0.91489450.121
0.91589460.0827
0.91679470.1105
0.91779480.0653
0.91879490.1247
0.91979500.0631
0.92069510.0759
0.92169520.0684
0.92269530.1955
0.92359540.1511
0.92459550.1222
0.92559560.1284
0.92649570.2182
0.92749580.1522
0.92849590.1475
0.92939600.1306
0.93039610.099
0.93139620.1429
0.93229630.1771
0.93329640.1314
0.93429650.2324
0.93519660.1736
0.93619670.1868
0.93719680.1322
0.93809690.1528
0.93909700.1041
0.94009710.1178
0.94099720.1129
0.94199730.1817
0.94299740.2194
0.94399750.1442
0.94489760.1155
0.94589770.173
0.94689780.1928
0.94779790.212
0.94879800.0971
0.94979810.1954
0.95069820.1449
0.95169830.1046
0.95269840.1494
0.95359850.1677
0.95459860.181
0.95559870.0992
0.95649880.1319
0.95749890.2289
0.95849900.1343
0.95939910.1857
0.96039920.1482
0.96139930.1265
0.96229940.0925
0.96329950.1108
0.96429960.1745
0.96529970.2314
0.96619980.2161
0.96719990.1673
0.968110000.1296
0.969010010.1895
0.970010020.13
0.971010030.1216
0.971910040.1388
0.972910050.1807
0.973910060.1819
0.974810070.1944
0.975810080.1509
0.976810090.1672
0.977710100.0931
0.978710110.1118
0.979710120.1262
0.980610130.1728
0.981610140.1669
0.982610150.1338
0.983510160.1134
0.984510170.1665
0.985510180.141
0.986410190.1309
0.987410200.1279
0.988410210.106
0.989410220.1508
0.990310230.1303
0.991310240.1911
0.992310250.2286
0.993210260.1536
0.994210270.1686
0.995210280.1252
0.996110290.1103
0.997110300.1364
0.998110310.1203
0.999010320.1205
1.001010330.2265
1.001910340.1606
1.002910350.1997
1.003910360.1586
1.004810370.2042
1.005810380.2004
1.006810390.1371
1.007710400.1392
1.008710410.1664
1.009710420.1531
1.010610430.1168
1.011610440.1244
1.012610450.2865
1.013610460.3023
1.014510470.1586
1.015510480.1548
1.016510490.2344
1.017410500.1658
1.018410510.1675
1.019410520.1761
1.020310530.2295
1.021310540.1538
1.022310550.1562
1.023210560.1303
1.024210570.1121
1.025210580.117
1.026110590.0752
1.027110600.0568
1.028110610.1379
1.029010620.1216
1.030010630.1162
1.031010640.1307
1.031910650.1508
1.032910660.129
1.033910670.1007
1.034810680.1236
1.035810690.1858
1.036810700.1793
1.037810710.1042
1.038710720.12
1.039710730.1422
1.040710740.0901
1.041610750.0699
1.042610760.0758
1.043610770.1692
1.044510780.1242
1.045510790.1311
1.046510800.1072
1.047410810.0886
1.048410820.1231
1.049410830.0908
1.050310840.1243
1.051310850.1856
1.052310860.1974
1.053210870.0952
1.054210880.0996
1.055210890.1285
1.056110900.0886
1.057110910.098
1.058110920.099
1.059110930.239
1.060010940.18
1.061010950.163
1.062010960.218
1.062910970.2182
1.063910980.2295
1.064910990.1652
1.065811000.1243
1.066811010.1611
1.067811020.1057
1.068711030.083
1.069711040.0825
1.070711050.1887
1.071611060.1216
1.072611070.1144
1.073611080.1549
1.074511090.1039
1.075511100.1308
1.076511110.0873
1.077411120.0841
1.078411130.1324
1.079411140.1309
1.080311150.0787
1.081311160.0897
1.082311170.1912
1.083311180.1625
1.084211190.1297
1.085211200.1409
1.086211210.1535
1.087111220.0818
1.088111230.0806
1.089111240.0885
1.090011250.1866
1.091011260.1114
1.092011270.099
1.092911280.0807
1.093911290.1307
1.094911300.1008
1.095811310.126
1.096811320.0903
1.097811330.1347
1.098711340.084
1.099711350.078
1.100711360.0394
1.101611370.1408
1.102611380.0843
1.103611390.1009
1.104511400.0695
1.105511410.0886
1.106511420.0582
1.107511430.0725
1.108411440.0705
1.109411450.1567
1.110411460.1017
1.111311470.0679
1.112311480.076
1.113311490.1174
1.114211500.0908
1.115211510.0534
1.116211520.0715
1.117111530.1065
1.118111540.0697
1.119111550.0505
1.120011560.1058
1.121011570.1242
1.122011580.087
1.122911590.0675
1.123911600.0571
1.124911610.1116
1.125811620.0645
1.126811630.0561
1.127811640.0582
1.128811650.1421
1.129711660.0943
1.130711670.0939
1.131711680.0997
1.132611690.1006
1.133611700.1062
1.134611710.0663
1.135511720.0504
1.136511730.1331
1.137511740.0856
1.138411750.089
1.139411760.0776
1.140411770.1142
1.141311780.0877
1.142311790.0824
1.143311800.0731
1.144211810.1411
1.145211820.0777
1.146211830.1011
1.147111840.0802
1.148111850.1906
1.149111860.11
1.150011870.0855
1.151011880.0941
1.152011890.1025
1.153011900.0849
1.153911910.0798
1.154911920.04
1.155911930.1249
1.156811940.0892
1.157811950.0503
1.158811960.054
1.159711970.1017
1.160711980.0558
1.161711990.0803
1.162612000.0669
1.163612010.0782
1.164612020.0702
1.165512030.0555
1.166512040.047
1.167512050.0928
1.168412060.0937
1.169412070.0618
1.170412080.0534
1.171312090.1262
1.172312100.0547
1.173312110.0461
1.174212120.0425
1.175212130.1632
1.176212140.0976
1.177212150.092
1.178112160.1015
1.179112170.1387
1.180112180.0912
1.181012190.0882
1.182012200.0698
1.183012210.1002
1.183912220.0768
1.184912230.0684
1.185912240.0785
1.186812250.1373
1.187812260.0978
1.188812270.0717
1.189712280.105
1.190712290.1684
1.191712300.0692
1.192612310.0606
1.193612320.0422
1.194612330.0949
1.195512340.0882
1.196512350.0675
1.197512360.0929
1.198512370.0799
1.199412380.0957
1.200412390.0653
1.201412400.0777
1.202312410.0941
1.203312420.0975
1.204312430.0588
1.205212440.0556
1.206212450.0985
1.207212460.1158
1.208112470.0674
1.209112480.0699
1.210112490.0817
1.211012500.0768
1.212012510.0612
1.213012520.0673
1.213912530.0756
1.214912540.109
1.215912550.0571
1.216812560.0642
1.217812570.0899
1.218812580.0902
1.219712590.0597
1.220712600.0649
1.221712610.1017
1.222712620.086
1.223612630.0474
1.224612640.0481
1.225612650.1055
1.226512660.1372
1.227512670.08
1.228512680.0619
1.229412690.1479
1.230412700.1087
1.231412710.0833
1.232312720.0754
1.233312730.1381
1.234312740.1522
1.235212750.1084
1.236212760.0929
1.237212770.0994
1.238112780.0713
1.239112790.0648
1.240112800.0812
1.241012810.1154
1.242012820.0785
1.243012830.0661
1.243912840.0516
1.244912850.1567
1.245912860.1531
1.246912870.1251
1.247812880.1115
1.248812890.1634
1.249812900.1386
1.250712910.1356
1.251712920.0993
1.252712930.0872
1.253612940.0823
1.254612950.0703
1.255612960.0514
1.256512970.1108
1.257512980.0729
1.258512990.0858
1.259413000.0806
1.260413010.1254
1.261413020.0948
1.262313030.049
1.263313040.0626
1.264313050.1129
1.265213060.0862
1.266213070.0655
1.267213080.0675
1.268213090.1296
1.269113100.0952
1.270113110.0992
1.271113120.065
1.272013130.0983
1.273013140.0723
1.274013150.1044
1.274913160.0678
1.275913170.1031
1.276913180.0429
1.277813190.0465
1.278813200.0373
1.279813210.0585
1.280713220.0531
1.281713230.0373
1.282713240.0522
1.283613250.1091
1.284613260.0614
1.285613270.0831
1.286513280.0569
1.287513290.1227
1.288513300.092
1.289413310.0716
1.290413320.0673
1.291413330.1064
1.292413340.0753
1.293313350.0638
1.294313360.0551
1.295313370.0637
1.296213380.0558
1.297213390.0312
1.298213400.0354
1.299113410.1112
1.300113420.0815
1.301113430.0671
1.302013440.0664
1.303013450.1231
1.304013460.0611
1.304913470.0644
1.305913480.0604
1.306913490.1134
1.307813500.0928
1.308813510.0747
1.309813520.1133
1.310713530.1227
1.311713540.0908
1.312713550.0736
1.313613560.0667
1.314613570.0733
1.315613580.0456
1.316613590.0387
1.317513600.0429
1.318513610.0969
1.319513620.0606
1.320413630.0564
1.321413640.0969
1.322413650.1783
1.323313660.1116
1.324313670.1105
1.325313680.1257
1.326213690.1791
1.327213700.1449
1.328213710.1177
1.329113720.1178
1.330113730.0926
1.331113740.0697
1.332013750.0498
1.333013760.0583
1.334013770.0892
1.334913780.0419
1.335913790.0556
1.336913800.059
1.337913810.1295
1.338813820.0907
1.339813830.0503
1.340813840.0671
1.341713850.0867
1.342713860.0719
1.343713870.0782
1.344613880.0944
1.345613890.0933
1.346613900.0493
1.347513910.0693
1.348513920.0622
1.349513930.1114
1.350413940.0837
1.351413950.0689
1.352413960.0796
1.353313970.179
1.354313980.1526
1.355313990.0767
1.356214000.0632
1.357214010.1275
1.358214020.1032
1.359114030.0599
1.360114040.0635
1.361114050.131
1.362114060.0898
1.363014070.0527
1.364014080.0536
1.365014090.1676
1.365914100.0647
1.366914110.0588
1.367914120.0784
1.368814130.0915
1.369814140.0755
1.370814150.0744
1.371714160.0481
1.372714170.1299
1.373714180.0621
1.374614190.051
1.375614200.085
1.376614210.0989
1.377514220.0802
1.378514230.0486
1.379514240.0542
1.380414250.1027
1.381414260.1087
1.382414270.0607
1.383314280.0776
1.384314290.0582
1.385314300.053
1.386314310.0629
1.387214320.0461
1.388214330.1239
1.389214340.0899
1.390114350.0774
1.391114360.1246
1.392114370.1778
1.393014380.144
1.394014390.1301
1.395014400.1274
1.395914410.1441
1.396914420.1337
1.397914430.1141
1.398814440.1202
1.399814450.1639
1.400814460.0836
1.401714470.0525
1.402714480.0411
1.403714490.0946
1.404614500.0529
1.405614510.0799
1.406614520.0585
1.407614530.1038
1.408514540.0797
1.409514550.0462
1.410514560.0637
1.411414570.1542
1.412414580.1307
1.413414590.0976
1.414314600.0691
1.415314610.1096
1.416314620.0816
1.417214630.085
1.418214640.081
1.419214650.1277
1.420114660.1232
1.421114670.0776
1.422114680.1151
1.423014690.1214
1.424014700.0719
1.425014710.0714
1.425914720.0557
1.426914730.1139
1.427914740.0924
1.428814750.077
1.429814760.0735
1.430814770.1081
1.431814780.048
1.432714790.0632
1.433714800.0865
1.434714810.1203
1.435614820.1134
1.436614830.1031
1.437614840.0757
1.438514850.1457
1.439514860.1154
1.440514870.1092
1.441414880.0613
1.442414890.0961
1.443414900.0974
1.444314910.0656
1.445314920.0836
1.446314930.145
1.447214940.1283
1.448214950.0842
1.449214960.0946
1.450114970.0753
1.451114980.0825
1.452114990.0745
1.453015000.0783
1.454015010.1024
1.455015020.0958
1.456015030.0645
1.456915040.0765
1.457915050.1775
1.458915060.148
1.459815070.1088
1.460815080.1311
1.461815090.1846
1.462715100.109
1.463715110.1267
1.464715120.1022
1.465615130.0748
1.466615140.0743
1.467615150.0516
1.468515160.042
1.469515170.1239
1.470515180.1045
1.471415190.0995
1.472415200.0783
1.473415210.123
1.474315220.0751
1.475315230.0941
1.476315240.0701
1.477315250.1007
1.478215260.0683
1.479215270.0651
1.480215280.0522
1.481115290.0718
1.482115300.1026
1.483115310.0593
1.484015320.0858
1.485015330.0956
1.486015340.0878
1.486915350.0559
1.487915360.0563
1.488915370.0883
1.489815380.0997
1.490815390.0711
1.491815400.063
1.492715410.1134
1.493715420.116
1.494715430.0901
1.495615440.0522
1.496615450.1338
1.497615460.0637
1.498515470.0647
1.499515480.0693
1.500515490.1125
1.501515500.0759
1.502415510.0585
1.503415520.0609
1.504415530.1293
1.505315540.1035
1.506315550.1035
1.507315560.0836
1.508215570.1233
1.509215580.0854
1.510215590.0501
1.511115600.1101
1.512115610.1025
1.513115620.0773
1.514015630.081
1.515015640.117
1.516015650.0999
1.516915660.0654
1.517915670.0751
1.518915680.0532
1.519815690.0672
1.520815700.0685
1.521815710.0361
1.522715720.0865
1.523715730.1011
1.524715740.1002
1.525715750.0658
1.526615760.052
1.527615770.078
1.528615780.0821
1.529515790.078
1.530515800.065
1.531515810.1867
1.532415820.1235
1.533415830.1152
1.534415840.0894
1.535315850.097
1.536315860.1212
1.537315870.0953
1.538215880.0941
1.539215890.0974
1.540215900.0837
1.541115910.0775
1.542115920.0563
1.543115930.1975
1.544015940.1337
1.545015950.1162
1.546015960.0951
1.547015970.1384
1.547915980.1182
1.548915990.0924
1.549916000.0881
1.550816010.087
1.551816020.1011
1.552816030.0945
1.553716040.1067
1.554716050.1127
1.555716060.1168
1.556616070.0889
1.557616080.079
1.558616090.142
1.559516100.1045
1.560516110.1499
1.561516120.0986
1.562416130.1053
1.563416140.0931
1.564416150.0787
1.565316160.1568
1.566316170.1068
1.567316180.07
1.568216190.0867
1.569216200.0733
1.570216210.161
1.571216220.1418
1.572116230.0724
1.573116240.067
1.574116250.0745
1.575016260.0607
1.576016270.0634
1.577016280.0577
1.577916290.1148
1.578916300.0844
1.579916310.084
1.580816320.1056
1.581816330.1084
1.582816340.102
1.583716350.0878
1.584716360.0988
1.585716370.1141
1.586616380.2075
1.587616390.114
1.588616400.0801
1.589516410.055
1.590516420.0793
1.591516430.0313
1.592416440.0802
1.593416450.0827
1.594416460.1039
1.595416470.0826
1.596316480.0852
1.597316490.1185
1.598316500.145
1.599216510.1097
1.600216520.0914
1.601216530.1057
1.602116540.1784
1.603116550.1571
1.604116560.1092
1.605016570.1378
1.606016580.0815
1.607016590.0781
1.607916600.1329
1.608916610.1078
1.609916620.0786
1.610816630.0971
1.611816640.1222
1.612816650.1358
1.613716660.1819
1.614716670.1138
1.615716680.0945
1.616716690.1106
1.617616700.114
1.618616710.1027
1.619616720.0917
1.620516730.0993
1.621516740.0911
1.622516750.0536
1.623416760.0714
1.624416770.071
1.625416780.0698
1.626316790.0576
1.627316800.0593
1.628316810.0988
1.629216820.0504
1.630216830.0795
1.631216840.0732
1.632116850.0861
1.633116860.0764
1.634116870.0643
1.635016880.0498
1.636016890.1171
1.637016900.0772
1.637916910.0563
1.638916920.083
1.639916930.1043
1.640916940.0774
1.641816950.089
1.642816960.1044
1.643816970.126
1.644716980.166
1.645716990.1276
1.646717000.1727
1.647617010.1677
1.648617020.0748
1.649617030.0749
1.650517040.0719
1.651517050.1118
1.652517060.0669
1.653417070.0731
1.654417080.0576
1.655417090.1866
1.656317100.108
1.657317110.1017
1.658317120.0823
1.659217130.1467
1.660217140.0909
1.661217150.066
1.662117160.0748
1.663117170.1901
1.664117180.1255
1.665117190.11
1.666017200.1157
1.667017210.1161
1.668017220.1084
1.668917230.0822
1.669917240.1022
1.670917250.095
1.671817260.0784
1.672817270.0743
1.673817280.1092
1.674717290.082
1.675717300.0507
1.676717310.0545
1.677617320.0696
1.678617330.1023
1.679617340.0882
1.680517350.0673
1.681517360.1031
1.682517370.0977
1.683417380.1586
1.684417390.1362
1.685417400.1053
1.686417410.1462
1.687317420.1029
1.688317430.0859
1.689317440.0665
1.690217450.0926
1.691217460.0958
1.692217470.0572
1.693117480.089
1.694117490.0959
1.695117500.0941
1.696017510.0667
1.697017520.1086
1.698017530.079
1.698917540.0595
1.699917550.0674
1.700917560.1194
1.701817570.102
1.702817580.0876
1.703817590.1008
1.704717600.0586
1.705717610.0875
1.706717620.1188
1.707617630.0972
1.708617640.081
1.709617650.0879
1.710617660.1188
1.711517670.0837
1.712517680.129
1.713517690.1687
1.714417700.1488
1.715417710.0799
1.716417720.0774
1.717317730.1825
1.718317740.1499
1.719317750.106
1.720217760.1265
1.721217770.1646
1.722217780.1191
1.723117790.1265
1.724117800.1249
1.725117810.125
1.726017820.1426
1.727017830.1084
1.728017840.0577
1.728917850.172
1.729917860.0688
1.730917870.0635
1.731817880.0743
1.732817890.0999
1.733817900.1189
1.734817910.08
1.735717920.0833
1.736717930.0976
1.737717940.06
1.738617950.0616
1.739617960.0966
1.740617970.1396
1.741517980.1484
1.742517990.1527
1.743518000.1125
1.744418010.0945
1.745418020.124
1.746418030.1333
1.747318040.0652
1.748318050.1139
1.749318060.0999
1.750218070.0799
1.751218080.0959
1.752218090.0842
1.753118100.101
1.754118110.0909
1.755118120.1314
1.756118130.1891
1.757018140.1014
1.758018150.0936
1.759018160.1112
1.759918170.0802
1.760918180.0718
1.761918190.0748
1.762818200.0764
1.763818210.0786
1.764818220.0732
1.765718230.0601
1.766718240.0646
1.767718250.1238
1.768618260.0788
1.769618270.0873
1.770618280.0844
1.771518290.1156
1.772518300.1055
1.773518310.0791
1.774418320.0816
1.775418330.0743
1.776418340.0441
1.777318350.0603
1.778318360.0577
1.779318370.108
1.780318380.0774
1.781218390.0859
1.782218400.0896
1.783218410.1393
1.784118420.1019
1.785118430.1403
1.786118440.1354
1.787018450.1263
1.788018460.1224
1.789018470.0804
1.789918480.0758
1.790918490.083
1.791918500.1272
1.792818510.0862
1.793818520.0891
1.794818530.2209
1.795718540.1174
1.796718550.0795
1.797718560.0682
1.798618570.1143
1.799618580.0982
1.800618590.0631
1.801518600.0637
1.802518610.0896
1.803518620.0895
1.804518630.0757
1.805418640.0989
1.806418650.119
1.807418660.0957
1.808318670.0556
1.809318680.0778
1.810318690.1253
1.811218700.0859
1.812218710.0954
1.813218720.125
1.814118730.1438
1.815118740.1327
1.816118750.0897
1.817018760.0952
1.818018770.1016
1.819018780.0989
1.819918790.0735
1.820918800.0626
1.821918810.1123
1.822818820.1293
1.823818830.1168
1.824818840.1031
1.825818850.1118
1.826718860.1373
1.827718870.1471
1.828718880.1174
1.829618890.1663
1.830618900.1328
1.831618910.095
1.832518920.087
1.833518930.115
1.834518940.1412
1.835418950.0843
1.836418960.1155
1.837418970.1239
1.838318980.0844
1.839318990.0923
1.840319000.0767
1.841219010.1156
1.842219020.1188
1.843219030.0681
1.844119040.0965
1.845119050.1093
1.846119060.0994
1.847019070.0723
1.848019080.0894
1.849019090.0867
1.850019100.1146
1.850919110.1347
1.851919120.0932
1.852919130.0839
1.853819140.0732
1.854819150.0563
1.855819160.0782
1.856719170.0957
1.857719180.1143
1.858719190.0817
1.859619200.0775
1.860619210.0845
1.861619220.0993
1.862519230.0941
1.863519240.1115
1.864519250.1303
1.865419260.0899
1.866419270.0727
1.867419280.0736
1.868319290.086
1.869319300.0991
1.870319310.089
1.871219320.1394
1.872219330.1398
1.873219340.1241
1.874219350.1166
1.875119360.1146
1.876119370.1152
1.877119380.1168
1.878019390.0862
1.879019400.1489
1.880019410.0761
1.880919420.1266
1.881919430.1195
1.882919440.1282
1.883819450.1524
1.884819460.0873
1.885819470.1029
1.886719480.0912
1.887719490.1541
1.888719500.0894
1.889619510.1064
1.890619520.0864
1.891619530.0921
1.892519540.0686
1.893519550.0836
1.894519560.0806
1.895519570.0825
1.896419580.0709
1.897419590.0975
1.898419600.0687
1.899319610.0813
1.900319620.1014
1.901319630.105
1.902219640.0816
1.903219650.0837
1.904219660.092
1.905119670.1002
1.906119680.0766
1.907119690.1207
1.908019700.1537
1.909019710.1462
1.910019720.0998
1.910919730.1136
1.911919740.1029
1.912919750.0895
1.913819760.0964
1.914819770.0736
1.915819780.0688
1.916719790.0651
1.917719800.0475
1.918719810.0926
1.919719820.0424
1.920619830.0544
1.921619840.0614
1.922619850.1304
1.923519860.077
1.924519870.0868
1.925519880.1034
1.926419890.1315
1.927419900.1123
1.928419910.1157
1.929319920.0859
1.930319930.0826
1.931319940.084
1.932219950.1193
1.933219960.119
1.934219970.1682
1.935119980.1375
1.936119990.1444
1.937120000.0906
1.938020010.108
1.939020020.0787
1.940020030.0894
1.940920040.0944
1.941920050.1167
1.942920060.1456
1.943920070.1336
1.944820080.0909
1.945820090.1451
1.946820100.1284
1.947720110.1354
1.948720120.0692
1.949720130.1229
1.950620140.0929
1.951620150.0682
1.952620160.105
1.953520170.0976
1.954520180.1021
1.955520190.094
1.956420200.1046
1.957420210.1574
1.958420220.1012
1.959320230.1264
1.960320240.0909
1.961320250.1191
1.962220260.0692
1.963220270.1008
1.964220280.1331
1.965220290.1656
1.966120300.1889
1.967120310.1081
1.968120320.0815
1.969020330.1247
1.970020340.1215
1.971020350.091
1.971920360.0954
1.972920370.1407
1.973920380.1604
1.974820390.1269
1.975820400.1097
1.976820410.1097
1.977720420.083
1.978720430.0669
1.979720440.0928
1.980620450.1281
1.981620460.1031
1.982620470.0854
1.983520480.0968
1.984520490.1159
1.985520500.1099
1.986420510.1059
1.987420520.0898
1.988420530.0946
1.989420540.1137
1.990320550.0837
1.991320560.1286
1.992320570.1786
1.993220580.1269
1.994220590.1356
1.995220600.0835
1.996120610.0809
1.997120620.1032
1.998120630.0861
1.999020640.0929
2.001020650.1646
2.001920660.1303
2.002920670.1513
2.003920680.1513
2.004820690.1446
2.005820700.1483
2.006820710.1037
2.007720720.1312
2.008720730.147
2.009720740.1031
2.010620750.0746
2.011620760.0779
2.012620770.2997
2.013620780.1742
2.014520790.1235
2.015520800.1295
2.016520810.1767
2.017420820.1423
2.018420830.1432
2.019420840.1205
2.020320850.1803
2.021320860.1307
2.022320870.1064
2.023220880.1016
2.024220890.0783
2.025220900.0762
2.026120910.0674
2.027120920.0454
2.028120930.0795
2.029020940.0794
2.030020950.1011
2.031020960.0892
2.031920970.1155
2.032920980.0862
2.033920990.0702
2.034821000.0948
2.035821010.1806
2.036821020.1422
2.037821030.0851
2.038721040.0842
2.039721050.1155
2.040721060.0604
2.041621070.0565
2.042621080.0479
2.043621090.1285
2.044521100.0898
2.045521110.0988
2.046521120.0717
2.047421130.067
2.048421140.0564
2.049421150.0816
2.050321160.0889
2.051321170.1759
2.052321180.1608
2.053221190.0862
2.054221200.0812
2.055221210.1031
2.056121220.0633
2.057121230.068
2.058121240.0593
2.059121250.1723
2.060021260.1411
2.061021270.1315
2.062021280.1435
2.062921290.1763
2.063921300.177
2.064921310.0963
2.065821320.0967
2.066821330.1334
2.067821340.0666
2.068721350.0536
2.069721360.0973
2.070721370.1485
2.071621380.0981
2.072621390.0923
2.073621400.1009
2.074521410.0798
2.075521420.0885
2.076521430.0696
2.077421440.0723
2.078421450.0837
2.079421460.0861
2.080321470.0509
2.081321480.0447
2.082321490.138
2.083321500.1282
2.084221510.1061
2.085221520.1076
2.086221530.1123
2.087121540.0578
2.088121550.0553
2.089121560.0673
2.090021570.1731
2.091021580.1098
2.092021590.0817
2.092921600.0734
2.093921610.0857
2.094921620.0772
2.095821630.091
2.096821640.0655
2.097821650.1067
2.098721660.0629
2.099721670.0647
2.100721680.0397
2.101621690.0969
2.102621700.09
2.103621710.0713
2.104521720.0639
2.105521730.0664
2.106521740.0604
2.107521750.0396
2.108421760.0397
2.109421770.0923
2.110421780.0689
2.111321790.0623
2.112321800.0554
2.113321810.083
2.114221820.0633
2.115221830.0388
2.116221840.0613
2.117121850.0889
2.118121860.0573
2.119121870.0373
2.120021880.0688
2.121021890.0896
2.122021900.0606
2.122921910.0562
2.123921920.0435
2.124921930.0705
2.125821940.0613
2.126821950.039
2.127821960.0631
2.128821970.1111
2.129721980.0905
2.130721990.0696
2.131722000.0789
2.132622010.0833
2.133622020.0941
2.134622030.0657
2.135522040.0575
2.136522050.1079
2.137522060.0785
2.138422070.0753
2.139422080.0654
2.140422090.0959
2.141322100.0897
2.142322110.0777
2.143322120.055
2.144222130.1132
2.145222140.0788
2.146222150.0686
2.147122160.041
2.148122170.1423
2.149122180.096
2.150022190.0722
2.151022200.0869
2.152022210.0786
2.153022220.0459
2.153922230.054
2.154922240.0516
2.155922250.1062
2.156822260.0828
2.157822270.0318
2.158822280.045
2.159722290.0751
2.160722300.0539
2.161722310.0526
2.162622320.047
2.163622330.0874
2.164622340.0568
2.165522350.0403
2.166522360.0338
2.167522370.0754
2.168422380.0601
2.169422390.041
2.170422400.0367
2.171322410.1073
2.172322420.0455
2.173322430.0427
2.174222440.0459
2.175222450.1249
2.176222460.0755
2.177222470.0779
2.178122480.0653
2.179122490.0816
2.180122500.0696
2.181022510.0821
2.182022520.0569
2.183022530.0806
2.183922540.0609
2.184922550.0604
2.185922560.0545
2.186822570.1145
2.187822580.0851
2.188822590.0564
2.189722600.0819
2.190722610.1339
2.191722620.0557
2.192622630.041
2.193622640.0412
2.194622650.0731
2.195522660.0667
2.196522670.0832
2.197522680.0684
2.198522690.0721
2.199422700.0675
2.200422710.0601
2.201422720.05
2.202322730.0896
2.203322740.073
2.204322750.0458
2.205222760.0499
2.206222770.0737
2.207222780.0869
2.208122790.048
2.209122800.0614
2.210122810.1013
2.211022820.0631
2.212022830.0533
2.213022840.0582
2.213922850.0605
2.214922860.0655
2.215922870.0638
2.216822880.0672
2.217822890.0919
2.218822900.0869
2.219722910.0558
2.220722920.0516
2.221722930.0764
2.222722940.0582
2.223622950.0475
2.224622960.0448
2.225622970.0725
2.226522980.0973
2.227522990.0594
2.228523000.0597
2.229423010.1025
2.230423020.0868
2.231423030.065
2.232323040.0473
2.233323050.1153
2.234323060.1128
2.235223070.1165
2.236223080.0627
2.237223090.1096
2.238123100.0774
2.239123110.0492
2.240123120.0535
2.241023130.1056
2.242023140.0752
2.243023150.0573
2.243923160.0612
2.244923170.1396
2.245923180.1496
2.246923190.0974
2.247823200.1046
2.248823210.1496
2.249823220.121
2.250723230.1165
2.251723240.0811
2.252723250.0935
2.253623260.0672
2.254623270.0479
2.255623280.0591
2.256523290.071
2.257523300.043
2.258523310.0499
2.259423320.0574
2.260423330.0682
2.261423340.0762
2.262323350.0448
2.263323360.0383
2.264323370.0861
2.265223380.0761
2.266223390.054
2.267223400.0581
2.268223410.1425
2.269123420.0783
2.270123430.0702
2.271123440.0484
2.272023450.0889
2.273023460.0699
2.274023470.08
2.274923480.0592
2.275923490.0885
2.276923500.0475
2.277823510.0362
2.278823520.0355
2.279823530.0577
2.280723540.0436
2.281723550.0414
2.282723560.0428
2.283623570.1041
2.284623580.0522
2.285623590.0543
2.286523600.0663
2.287523610.0889
2.288523620.0782
2.289423630.0706
2.290423640.0769
2.291423650.0695
2.292423660.073
2.293323670.0614
2.294323680.0391
2.295323690.0553
2.296223700.0615
2.297223710.0311
2.298223720.0397
2.299123730.096
2.300123740.0732
2.301123750.0686
2.302023760.0641
2.303023770.0727
2.304023780.0417
2.304923790.0555
2.305923800.0504
2.306923810.1137
2.307823820.0523
2.308823830.0456
2.309823840.0987
2.310723850.0989
2.311723860.0813
2.312723870.0537
2.313623880.0569
2.314623890.0697
2.315623900.0451
2.316623910.0343
2.317523920.0412
2.318523930.0706
2.319523940.0452
2.320423950.0532
2.321423960.0904
2.322423970.1284
2.323323980.115
2.324323990.1066
2.325324000.088
2.326224010.1669
2.327224020.0863
2.328224030.0783
2.329124040.0816
2.330124050.0782
2.331124060.0644
2.332024070.0437
2.333024080.0409
2.334024090.0671
2.334924100.0361
2.335924110.0475
2.336924120.0453
2.337924130.1226
2.338824140.0675
2.339824150.0442
2.340824160.0526
2.341724170.07
2.342724180.0627
2.343724190.0561
2.344624200.0614
2.345624210.0738
2.346624220.0393
2.347524230.0496
2.348524240.0525
2.349524250.1099
2.350424260.0815
2.351424270.0615
2.352424280.0779
2.353324290.1538
2.354324300.1012
2.355324310.0697
2.356224320.0676
2.357224330.1308
2.358224340.0707
2.359124350.056
2.360124360.0529
2.361124370.0885
2.362124380.0849
2.363024390.0598
2.364024400.0451
2.365024410.1449
2.365924420.0776
2.366924430.0391
2.367924440.0689
2.368824450.0943
2.369824460.0646
2.370824470.0831
2.371724480.0409
2.372724490.0867
2.373724500.0677
2.374624510.07
2.375624520.0834
2.376624530.0896
2.377524540.0657
2.378524550.0416
2.379524560.0427
2.380424570.1091
2.381424580.0981
2.382424590.0586
2.383324600.0742
2.384324610.0615
2.385324620.0447
2.386324630.0466
2.387224640.0371
2.388224650.0934
2.389224660.0699
2.390124670.0743
2.391124680.0805
2.392124690.1771
2.393024700.1311
2.394024710.1286
2.395024720.0774
2.395924730.1458
2.396924740.1082
2.397924750.1031
2.398824760.0776
2.399824770.1634
2.400824780.0723
2.401724790.0559
2.402724800.0366
2.403724810.0661
2.404624820.0486
2.405624830.0739
2.406624840.0547
2.407624850.079
2.408524860.0689
2.409524870.0386
2.410524880.059
2.411424890.1161
2.412424900.1402
2.413424910.0673
2.414324920.0608
2.415324930.0869
2.416324940.0672
2.417224950.0871
2.418224960.0671
2.419224970.1276
2.420124980.1119
2.421124990.0619
2.422125000.1003
2.423025010.1061
2.424025020.0569
2.425025030.0538
2.425925040.0455
2.426925050.0914
2.427925060.0724
2.428825070.0581
2.429825080.0623
2.430825090.082
2.431825100.0517
2.432725110.0655
2.433725120.0733
2.434725130.1303
2.435625140.0828
2.436625150.0801
2.437625160.0549
2.438525170.1128
2.439525180.1266
2.440525190.0922
2.441425200.0732
2.442425210.0834
2.443425220.0677
2.444325230.0555
2.445325240.0758
2.446325250.1238
2.447225260.1336
2.448225270.0713
2.449225280.0688
2.450125290.0991
2.451125300.0817
2.452125310.0532
2.453025320.0626
2.454025330.1051
2.455025340.078
2.456025350.0596
2.456925360.0548
2.457925370.1521
2.458925380.1062
2.459825390.1023
2.460825400.1195
2.461825410.1767
2.462725420.0971
2.463725430.1154
2.464725440.1008
2.465625450.0791
2.466625460.0731
2.467625470.0454
2.468525480.0409
2.469525490.1164
2.470525500.0844
2.471425510.0696
2.472425520.0737
2.473425530.098
2.474325540.075
2.475325550.0783
2.476325560.0507
2.477325570.1109
2.478225580.0574
2.479225590.0643
2.480225600.0416
2.481125610.071
2.482125620.0695
2.483125630.0494
2.484025640.0811
2.485025650.1118
2.486025660.0671
2.486925670.0435
2.487925680.0516
2.488925690.0859
2.489825700.0878
2.490825710.0801
2.491825720.0562
2.492725730.0986
2.493725740.0963
2.494725750.0668
2.495625760.0475
2.496625770.1146
2.497625780.0559
2.498525790.0544
2.499525800.0615
2.500525810.0804
2.501525820.0556
2.502425830.0632
2.503425840.0561
2.504425850.1043
2.505325860.105
2.506325870.087
2.507325880.0773
2.508225890.0898
2.509225900.0931
2.510225910.0571
2.511125920.1032
2.512125930.0833
2.513125940.0807
2.514025950.0518
2.515025960.1014
2.516025970.1028
2.516925980.0558
2.517925990.0778
2.518926000.0434
2.519826010.0574
2.520826020.0537
2.521826030.0412
2.522726040.0593
2.523726050.068
2.524726060.084
2.525726070.0517
2.526626080.054
2.527626090.067
2.528626100.0619
2.529526110.0604
2.530526120.0571
2.531526130.1666
2.532426140.1013
2.533426150.0842
2.534426160.0731
2.535326170.0843
2.536326180.0855
2.537326190.1092
2.538226200.084
2.539226210.1184
2.540226220.0816
2.541126230.059
2.542126240.0636
2.543126250.1761
2.544026260.114
2.545026270.1171
2.546026280.0953
2.547026290.1073
2.547926300.0997
2.548926310.0737
2.549926320.0905
2.550826330.0925
2.551826340.0998
2.552826350.0824
2.553726360.1027
2.554726370.0999
2.555726380.0999
2.556626390.0685
2.557626400.0695
2.558626410.1052
2.559526420.102
2.560526430.1103
2.561526440.1072
2.562426450.08
2.563426460.0761
2.564426470.0951
2.565326480.1173
2.566326490.097
2.567326500.0838
2.568226510.0713
2.569226520.0684
2.570226530.1404
2.571226540.0763
2.572126550.0598
2.573126560.0713
2.574126570.0656
2.575026580.0467
2.576026590.0443
2.577026600.0549
2.577926610.0979
2.578926620.0691
2.579926630.0636
2.580826640.0938
2.581826650.0842
2.582826660.0762
2.583726670.0772
2.584726680.1026
2.585726690.1059
2.586626700.1973
2.587626710.1076
2.588626720.0696
2.589526730.0496
2.590526740.0724
2.591526750.0313
2.592426760.0584
2.593426770.0789
2.594426780.0867
2.595426790.0647
2.596326800.0949
2.597326810.1125
2.598326820.1286
2.599226830.0839
2.600226840.0846
2.601226850.0772
2.602126860.1503
2.603126870.1192
2.604126880.1019
2.605026890.1336
2.606026900.0892
2.607026910.088
2.607926920.1223
2.608926930.0963
2.609926940.0773
2.610826950.0697
2.611826960.0829
2.612826970.1201
2.613726980.1375
2.614726990.1145
2.615727000.0758
2.616727010.1256
2.617627020.096
2.618627030.0932
2.619627040.0867
2.620527050.0814
2.621527060.0889
2.622527070.0633
2.623427080.0551
2.624427090.0645
2.625427100.0674
2.626327110.0455
2.627327120.0404
2.628327130.0976
2.629227140.0425
2.630227150.0775
2.631227160.069
2.632127170.0846
2.633127180.053
2.634127190.0561
2.635027200.0634
2.636027210.1337
2.637027220.0808
2.637927230.0461
2.638927240.0621
2.639927250.1077
2.640927260.085
2.641827270.0985
2.642827280.0866
2.643827290.1407
2.644727300.1459
2.645727310.1212
2.646727320.15
2.647627330.1494
2.648627340.0676
2.649627350.0818
2.650527360.0756
2.651527370.106
2.652527380.0717
2.653427390.0603
2.654427400.0769
2.655427410.1747
2.656327420.0945
2.657327430.0834
2.658327440.0863
2.659227450.0913
2.660227460.0796
2.661227470.0586
2.662127480.073
2.663127490.1452
2.664127500.1238
2.665127510.1091
2.666027520.116
2.667027530.102
2.668027540.113
2.668927550.0729
2.669927560.088
2.670927570.0938
2.671827580.0675
2.672827590.081
2.673827600.0783
2.674727610.0704
2.675727620.055
2.676727630.0477
2.677627640.0716
2.678627650.0818
2.679627660.0897
2.680527670.0721
2.681527680.1011
2.682527690.1138
2.683427700.1523
2.684427710.1077
2.685427720.1112
2.686427730.1342
2.687327740.0925
2.688327750.0649
2.689327760.0624
2.690227770.0988
2.691227780.0764
2.692227790.0719
2.693127800.0608
2.694127810.0841
2.695127820.0835
2.696027830.0611
2.697027840.1283
2.698027850.0627
2.698927860.0585
2.699927870.0605
2.700927880.1068
2.701827890.0799
2.702827900.0738
2.703827910.0788
2.704727920.0724
2.705727930.1017
2.706727940.0897
2.707627950.0849
2.708627960.0952
2.709627970.0774
2.710627980.0854
2.711527990.0658
2.712528000.0851
2.713528010.1325
2.714428020.1055
2.715428030.1031
2.716428040.0752
2.717328050.1549
2.718328060.1368
2.719328070.1033
2.720228080.1207
2.721228090.1531
2.722228100.1057
2.723128110.1203
2.724128120.1201
2.725128130.1302
2.726028140.0964
2.727028150.0874
2.728028160.0679
2.728928170.1804
2.729928180.0602
2.730928190.0568
2.731828200.0569
2.732828210.0758
2.733828220.0858
2.734828230.1101
2.735728240.0747
2.736728250.0932
2.737728260.068
2.738628270.0502
2.739628280.0894
2.740628290.1393
2.741528300.0971
2.742528310.1149
2.743528320.1203
2.744428330.0872
2.745428340.0908
2.746428350.0875
2.747328360.0666
2.748328370.0953
2.749328380.0917
2.750228390.0836
2.751228400.0961
2.752228410.0637
2.753128420.0755
2.754128430.0714
2.755128440.1086
2.756128450.1367
2.757028460.1006
2.758028470.083
2.759028480.089
2.759928490.077
2.760928500.0765
2.761928510.072
2.762828520.0576
2.763828530.0728
2.764828540.0784
2.765728550.0541
2.766728560.0674
2.767728570.0932
2.768628580.0654
2.769628590.0849
2.770628600.0685
2.771528610.0852
2.772528620.0921
2.773528630.0671
2.774428640.077
2.775428650.0718
2.776428660.0428
2.777328670.0481
2.778328680.0591
2.779328690.0775
2.780328700.0702
2.781228710.0611
2.782228720.0807
2.783228730.1097
2.784128740.1142
2.785128750.1115
2.786128760.1173
2.787028770.1138
2.788028780.0886
2.789028790.0747
2.789928800.0893
2.790928810.0882
2.791928820.0945
2.792828830.0601
2.793828840.0751
2.794828850.1749
2.795728860.115
2.796728870.0834
2.797728880.0708
2.798628890.132
2.799628900.0842
2.800628910.0766
2.801528920.0529
2.802528930.0833
2.803528940.0745
2.804528950.0652
2.805428960.0701
2.806428970.1123
2.807428980.0762
2.808328990.0783
2.809329000.0541
2.810329010.1078
2.811229020.0904
2.812229030.0737
2.813229040.098
2.814129050.1323
2.815129060.117
2.816129070.0861
2.817029080.1088
2.818029090.1211
2.819029100.099
2.819929110.0525
2.820929120.0748
2.821929130.1205
2.822829140.0967
2.823829150.1138
2.824829160.0863
2.825829170.1036
2.826729180.1206
2.827729190.1273
2.828729200.1484
2.829629210.177
2.830629220.099
2.831629230.0887
2.832529240.0962
2.833529250.0972
2.834529260.1178
2.835429270.0718
2.836429280.1266
2.837429290.1385
2.838329300.1067
2.839329310.0676
2.840329320.0789
2.841229330.1005
2.842229340.0896
2.843229350.0878
2.844129360.0862
2.845129370.0931
2.846129380.0956
2.847029390.0638
2.848029400.1075
2.849029410.0808
2.850029420.0898
2.850929430.0804
2.851929440.1035
2.852929450.0851
2.853829460.0506
2.854829470.0544
2.855829480.0574
2.856729490.0807
2.857729500.124
2.858729510.0895
2.859629520.0698
2.860629530.0883
2.861629540.1111
2.862529550.0616
2.863529560.0898
2.864529570.1246
2.865429580.0632
2.866429590.0755
2.867429600.0906
2.868329610.074
2.869329620.0934
2.870329630.0693
2.871229640.1276
2.872229650.1219
2.873229660.1447
2.874229670.1207
2.875129680.1463
2.876129690.1175
2.877129700.1068
2.878029710.0891
2.879029720.1089
2.880029730.0806
2.880929740.0918
2.881929750.1091
2.882929760.1152
2.883829770.1526
2.884829780.1202
2.885829790.0859
2.886729800.0724
2.887729810.1312
2.888729820.069
2.889629830.0927
2.890629840.0837
2.891629850.0676
2.892529860.0649
2.893529870.0712
2.894529880.0653
2.895529890.0597
2.896429900.0783
2.897429910.0871
2.898429920.0528
2.899329930.0617
2.900329940.0747
2.901329950.0801
2.902229960.0608
2.903229970.1099
2.904229980.1061
2.905129990.1176
2.906130000.0739
2.907130010.1229
2.908030020.1621
2.909030030.098
2.910030040.0845
2.910930050.1154
2.911930060.1043
2.912930070.0692
2.913830080.0834
2.914830090.0691
2.915830100.075
2.916730110.055
2.917730120.0481
2.918730130.0845
2.919730140.0418
2.920630150.0537
2.921630160.0437
2.922630170.1273
2.923530180.0837
2.924530190.0643
2.925530200.0928
2.926430210.1382
2.927430220.1035
2.928430230.0943
2.929330240.0705
2.930330250.0998
2.931330260.083
2.932230270.1132
2.933230280.1199
2.934230290.1459
2.935130300.1403
2.936130310.1224
2.937130320.1019
2.938030330.1459
2.939030340.085
2.940030350.0806
2.940930360.0899
2.941930370.1214
2.942930380.1255
2.943930390.1197
2.944830400.0817
2.945830410.1124
2.946830420.1281
2.947730430.1592
2.948730440.0487
2.949730450.1164
2.950630460.0779
2.951630470.0616
2.952630480.0987
2.953530490.115
2.954530500.116
2.955530510.0893
2.956430520.1162
2.957430530.148
2.958430540.1213
2.959330550.1177
2.960330560.0981
2.961330570.0896
2.962230580.0667
2.963230590.0945
2.964230600.1217
2.965230610.1523
2.966130620.1587
2.967130630.1229
2.968130640.0775
2.969030650.1152
2.970030660.1016
2.971030670.0873
2.971930680.0742
2.972930690.1509
2.973930700.1343
2.974830710.0963
2.975830720.1127
2.976830730.12
2.977730740.0797
2.978730750.059
2.979730760.0798
2.980630770.1193
2.981630780.087
2.982630790.074
2.983530800.0843
2.984530810.1146
2.985530820.1185
2.986430830.1105
2.987430840.0759
2.988430850.1001
2.989430860.1234
2.990330870.0919
2.991330880.1131
2.992330890.1736
2.993230900.1552
2.994230910.1335
2.995230920.0958
2.996130930.0778
2.997130940.0804
2.998130950.094
2.999030960.1034

</details>

Framework Versions

  • —Python: 3.10.13
  • —Sentence Transformers: 3.2.1
  • —Transformers: 4.44.2
  • —PyTorch: 2.4.0+cu121
  • —Accelerate: 1.1.1
  • —Datasets: 2.21.0
  • —Tokenizers: 0.19.1

Citation

BibTeX

Sentence Transformers
bibtex
@inproceedings{reimers-2019-sentence-bert,
    title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
    author = "Reimers, Nils and Gurevych, Iryna",
    booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
    month = "11",
    year = "2019",
    publisher = "Association for Computational Linguistics",
    url = "https://arxiv.org/abs/1908.10084",
}
MultipleNegativesRankingLoss
bibtex
@misc{henderson2017efficient,
    title={Efficient Natural Language Response Suggestion for Smart Reply},
    author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
    year={2017},
    eprint={1705.00652},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
}

<!--

Glossary

Clearly define terms in order to be accessible across audiences. -->

<!--

Model Card Authors

Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction. -->

<!--

Model Card Contact

Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors. -->