jiandong commited on
Commit
3a87fbe
1 Parent(s): a1ec3ad

Upload folder using huggingface_hub

Browse files
1_Pooling/config.json CHANGED
@@ -3,5 +3,7 @@
3
  "pooling_mode_cls_token": true,
4
  "pooling_mode_mean_tokens": false,
5
  "pooling_mode_max_tokens": false,
6
- "pooling_mode_mean_sqrt_len_tokens": false
 
 
7
  }
 
3
  "pooling_mode_cls_token": true,
4
  "pooling_mode_mean_tokens": false,
5
  "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false
9
  }
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
2
- pipeline_tag: feature-extraction
 
3
  tags:
4
  - sentence-transformers
5
  - feature-extraction
6
  - sentence-similarity
 
7
  ---
8
 
9
  # {MODEL_NAME}
@@ -45,22 +47,19 @@ The model was trained with the parameters:
45
 
46
  **DataLoader**:
47
 
48
- `torch.utils.data.dataloader.DataLoader` of length 3898 with parameters:
49
  ```
50
  {'batch_size': 10, 'sampler': 'torch.utils.data.sampler.SequentialSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
51
  ```
52
 
53
  **Loss**:
54
 
55
- `sentence_transformers.losses.MultipleNegativesRankingLoss.MultipleNegativesRankingLoss` with parameters:
56
- ```
57
- {'scale': 20.0, 'similarity_fct': 'cos_sim'}
58
- ```
59
 
60
  Parameters of the fit()-Method:
61
  ```
62
  {
63
- "epochs": 3,
64
  "evaluation_steps": 50,
65
  "evaluator": "sentence_transformers.evaluation.InformationRetrievalEvaluator.InformationRetrievalEvaluator",
66
  "max_grad_norm": 1,
@@ -70,7 +69,7 @@ Parameters of the fit()-Method:
70
  },
71
  "scheduler": "WarmupLinear",
72
  "steps_per_epoch": null,
73
- "warmup_steps": 1169,
74
  "weight_decay": 0.01
75
  }
76
  ```
@@ -80,7 +79,7 @@ Parameters of the fit()-Method:
80
  ```
81
  SentenceTransformer(
82
  (0): Transformer({'max_seq_length': 512, 'do_lower_case': True}) with Transformer model: BertModel
83
- (1): Pooling({'word_embedding_dimension': 1024, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False})
84
  (2): Normalize()
85
  )
86
  ```
 
1
  ---
2
+ library_name: sentence-transformers
3
+ pipeline_tag: sentence-similarity
4
  tags:
5
  - sentence-transformers
6
  - feature-extraction
7
  - sentence-similarity
8
+
9
  ---
10
 
11
  # {MODEL_NAME}
 
47
 
48
  **DataLoader**:
49
 
50
+ `torch.utils.data.dataloader.DataLoader` of length 22604 with parameters:
51
  ```
52
  {'batch_size': 10, 'sampler': 'torch.utils.data.sampler.SequentialSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
53
  ```
54
 
55
  **Loss**:
56
 
57
+ `sentence_transformers.losses.OnlineContrastiveLoss.OnlineContrastiveLoss`
 
 
 
58
 
59
  Parameters of the fit()-Method:
60
  ```
61
  {
62
+ "epochs": 2,
63
  "evaluation_steps": 50,
64
  "evaluator": "sentence_transformers.evaluation.InformationRetrievalEvaluator.InformationRetrievalEvaluator",
65
  "max_grad_norm": 1,
 
69
  },
70
  "scheduler": "WarmupLinear",
71
  "steps_per_epoch": null,
72
+ "warmup_steps": 4520,
73
  "weight_decay": 0.01
74
  }
75
  ```
 
79
  ```
80
  SentenceTransformer(
81
  (0): Transformer({'max_seq_length': 512, 'do_lower_case': True}) with Transformer model: BertModel
82
+ (1): Pooling({'word_embedding_dimension': 1024, '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})
83
  (2): Normalize()
84
  )
85
  ```
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/root/.cache/torch/sentence_transformers/BAAI_bge-large-en-v1.5/",
3
  "architectures": [
4
  "BertModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "exp_finetune",
3
  "architectures": [
4
  "BertModel"
5
  ],
eval/.ipynb_checkpoints/Information-Retrieval_evaluation_results-checkpoint.csv CHANGED
@@ -1,128 +1,2 @@
1
  epoch,steps,cos_sim-Accuracy@1,cos_sim-Accuracy@3,cos_sim-Accuracy@5,cos_sim-Accuracy@10,cos_sim-Precision@1,cos_sim-Recall@1,cos_sim-Precision@3,cos_sim-Recall@3,cos_sim-Precision@5,cos_sim-Recall@5,cos_sim-Precision@10,cos_sim-Recall@10,cos_sim-MRR@10,cos_sim-NDCG@10,cos_sim-MAP@100,dot_score-Accuracy@1,dot_score-Accuracy@3,dot_score-Accuracy@5,dot_score-Accuracy@10,dot_score-Precision@1,dot_score-Recall@1,dot_score-Precision@3,dot_score-Recall@3,dot_score-Precision@5,dot_score-Recall@5,dot_score-Precision@10,dot_score-Recall@10,dot_score-MRR@10,dot_score-NDCG@10,dot_score-MAP@100
2
- 0,50,0.0039447731755424065,0.013149243918474688,0.017094017094017096,0.02695595003287311,0.0039447731755424065,0.0006973795435333897,0.004383081306158229,0.0024075639460254842,0.003418803418803419,0.003125293509908894,0.0027613412228796844,0.0049873203719357564,0.009924548386086847,0.004449057974247242,0.002986348280735383,0.0039447731755424065,0.013149243918474688,0.017094017094017096,0.02695595003287311,0.0039447731755424065,0.0006973795435333897,0.004383081306158229,0.0024075639460254842,0.003418803418803419,0.003125293509908894,0.0027613412228796844,0.0049873203719357564,0.009924548386086847,0.004449057974247242,0.002986348280735383
3
- 0,100,0.0046022353714661405,0.014464168310322156,0.0190664036817883,0.030243261012491782,0.0046022353714661405,0.0008069565761873455,0.0048213894367740515,0.002550796781566012,0.00381328073635766,0.003443849597695751,0.003090072320841551,0.005555555555555555,0.011208425952015696,0.004978367421641233,0.003437504719491117,0.0046022353714661405,0.014464168310322156,0.0190664036817883,0.030243261012491782,0.0046022353714661405,0.0008069565761873455,0.0048213894367740515,0.002550796781566012,0.00381328073635766,0.003443849597695751,0.003090072320841551,0.005555555555555555,0.011208425952015696,0.004978367421641233,0.003437504719491117
4
- 0,150,0.005917159763313609,0.015779092702169626,0.020381328073635765,0.03616042077580539,0.005917159763313609,0.000998716383331768,0.005698005698005697,0.0028904855827932745,0.004339250493096648,0.003747012721371695,0.0038790269559500325,0.006884829320726756,0.013183421516754853,0.006070864169519839,0.003881072639945274,0.005917159763313609,0.015779092702169626,0.020381328073635765,0.03616042077580539,0.005917159763313609,0.000998716383331768,0.005698005698005697,0.0028904855827932745,0.004339250493096648,0.003747012721371695,0.0038790269559500325,0.006884829320726756,0.013183421516754853,0.006070864169519839,0.003881072639945274
5
- 0,200,0.0046022353714661405,0.015121630506245891,0.01972386587771203,0.03616042077580539,0.0046022353714661405,0.0007952161798315645,0.005259697567389875,0.0027034219341911647,0.004076265614727154,0.0035223798044310864,0.003879026955950033,0.006925268463730002,0.011755267524498297,0.0057130277621162484,0.0036894046169635734,0.0046022353714661405,0.015121630506245891,0.01972386587771203,0.03616042077580539,0.0046022353714661405,0.0007952161798315645,0.005259697567389875,0.0027034219341911647,0.004076265614727154,0.0035223798044310864,0.003879026955950033,0.006925268463730002,0.011755267524498297,0.0057130277621162484,0.0036894046169635734
6
- 0,250,0.0046022353714661405,0.012491781722550954,0.018408941485864562,0.034845496383957925,0.0046022353714661405,0.0007678219216680754,0.004602235371466141,0.0023582542813312046,0.0039447731755424065,0.003396366216879038,0.003879026955950033,0.0068055164209010355,0.011023710382684742,0.005550287057989694,0.0037024301027515005,0.0046022353714661405,0.012491781722550954,0.018408941485864562,0.034845496383957925,0.0046022353714661405,0.0007678219216680754,0.004602235371466141,0.0023582542813312046,0.0039447731755424065,0.003396366216879038,0.003879026955950033,0.0068055164209010355,0.011023710382684742,0.005550287057989694,0.0037024301027515005
7
- 0,300,0.0039447731755424065,0.011176857330703484,0.015779092702169626,0.032215647600262985,0.0039447731755424065,0.0006637237406468176,0.003944773175542406,0.0020553520553520553,0.003287310979618672,0.00279212715110151,0.003550295857988166,0.006233367771829311,0.010095958172881246,0.005049423787862262,0.003614567597239106,0.0039447731755424065,0.011176857330703484,0.015779092702169626,0.032215647600262985,0.0039447731755424065,0.0006637237406468176,0.003944773175542406,0.0020553520553520553,0.003287310979618672,0.00279212715110151,0.003550295857988166,0.006233367771829311,0.010095958172881246,0.005049423787862262,0.003614567597239106
8
- 0,350,0.005917159763313609,0.017094017094017096,0.022353714661406968,0.042077580539119,0.005917159763313609,0.0010691587614664539,0.0059171597633136085,0.0032356532356532363,0.0046022353714661405,0.004234630516681798,0.0046022353714661405,0.008297329451175606,0.01422101165690909,0.006990775826088076,0.004345252922319277,0.005917159763313609,0.017094017094017096,0.022353714661406968,0.042077580539119,0.005917159763313609,0.0010691587614664539,0.0059171597633136085,0.0032356532356532363,0.0046022353714661405,0.004234630516681798,0.0046022353714661405,0.008297329451175606,0.01422101165690909,0.006990775826088076,0.004345252922319277
9
- 0,400,0.005917159763313609,0.013806706114398421,0.0210387902695595,0.03879026955950033,0.005917159763313609,0.0010691587614664539,0.0048213894367740515,0.0026595911211295827,0.004339250493096647,0.004059307264435469,0.004076265614727154,0.007610124917817225,0.012962962962962963,0.006306994995009011,0.0041227260842647846,0.005917159763313609,0.013806706114398421,0.0210387902695595,0.03879026955950033,0.005917159763313609,0.0010691587614664539,0.0048213894367740515,0.0026595911211295827,0.004339250493096647,0.004059307264435469,0.004076265614727154,0.007610124917817225,0.012962962962962963,0.006306994995009011,0.0041227260842647846
10
- 0,450,0.007232084155161078,0.015121630506245891,0.021696252465483234,0.04339250493096647,0.007232084155161078,0.0015348611502457657,0.005478851632697787,0.0031573839266146957,0.0047337278106508885,0.004356208843388331,0.004733727810650888,0.008849388977594106,0.014879778341316803,0.007476622412951867,0.004861656404645607,0.007232084155161078,0.015121630506245891,0.021696252465483234,0.04339250493096647,0.007232084155161078,0.0015348611502457657,0.005478851632697787,0.0031573839266146957,0.0047337278106508885,0.004356208843388331,0.004733727810650888,0.008849388977594106,0.014879778341316803,0.007476622412951867,0.004861656404645607
11
- 0,500,0.007889546351084813,0.015121630506245891,0.021696252465483234,0.03616042077580539,0.007889546351084813,0.0016663535894305124,0.005698005698005697,0.0034086284086284084,0.004733727810650888,0.0045664923870052075,0.0040105193951347805,0.007867109149160431,0.014491823466182443,0.007107045771826936,0.004812383081012878,0.007889546351084813,0.015121630506245891,0.021696252465483234,0.03616042077580539,0.007889546351084813,0.0016663535894305124,0.005698005698005697,0.0034086284086284084,0.004733727810650888,0.0045664923870052075,0.0040105193951347805,0.007867109149160431,0.014491823466182443,0.007107045771826936,0.004812383081012878
12
- 0,550,0.007232084155161078,0.018408941485864562,0.024326101249178174,0.04142011834319527,0.007232084155161078,0.0015841708149400455,0.006574621959237344,0.004104442565981027,0.005128205128205127,0.005148033353161558,0.00440499671268902,0.008622147083685545,0.015376527556014733,0.007593119705468602,0.004878337337668643,0.007232084155161078,0.018408941485864562,0.024326101249178174,0.04142011834319527,0.007232084155161078,0.0015841708149400455,0.006574621959237344,0.004104442565981027,0.005128205128205127,0.005148033353161558,0.00440499671268902,0.008622147083685545,0.015376527556014733,0.007593119705468602,0.004878337337668643
13
- 0,600,0.006574621959237344,0.01643655489809336,0.023011176857330704,0.03944773175542406,0.006574621959237344,0.0012280454588146897,0.006136313828621521,0.0034540246078707615,0.005259697567389876,0.0050126274485248834,0.004536489151873767,0.008418907777882139,0.014492606159272824,0.007341974189631047,0.00465531983441916,0.006574621959237344,0.01643655489809336,0.023011176857330704,0.03944773175542406,0.006574621959237344,0.0012280454588146897,0.006136313828621521,0.0034540246078707615,0.005259697567389876,0.0050126274485248834,0.004536489151873767,0.008418907777882139,0.014492606159272824,0.007341974189631047,0.00465531983441916
14
- 0,650,0.0039447731755424065,0.013149243918474688,0.0210387902695595,0.03944773175542406,0.0039447731755424065,0.0009376663222817067,0.0046022353714661405,0.002855264393725932,0.004339250493096647,0.004151665049100947,0.004273504273504274,0.008180708180708181,0.012144787785813427,0.006479135720903333,0.004096444154727073,0.0039447731755424065,0.013149243918474688,0.0210387902695595,0.03944773175542406,0.0039447731755424065,0.0009376663222817067,0.0046022353714661405,0.002855264393725932,0.004339250493096647,0.004151665049100947,0.004273504273504274,0.008180708180708181,0.012144787785813427,0.006479135720903333,0.004096444154727073
15
- 0,700,0.005917159763313609,0.014464168310322156,0.020381328073635765,0.03418803418803419,0.005917159763313609,0.0012883128267743651,0.0052596975673898745,0.0031573839266146957,0.004339250493096647,0.004070264967700865,0.00381328073635766,0.007001189693497384,0.012875823132233389,0.006303615008980453,0.004389020870686202,0.005917159763313609,0.014464168310322156,0.020381328073635765,0.03418803418803419,0.005917159763313609,0.0012883128267743651,0.0052596975673898745,0.0031573839266146957,0.004339250493096647,0.004070264967700865,0.00381328073635766,0.007001189693497384,0.012875823132233389,0.006303615008980453,0.004389020870686202
16
- 0,750,0.0026298487836949377,0.009861932938856016,0.014464168310322156,0.029585798816568046,0.0026298487836949377,0.00042891581353119817,0.003287310979618672,0.0017848011437755025,0.0028928336620644315,0.002662200098097534,0.003090072320841552,0.005974818154305333,0.008580925247591912,0.004462600118095243,0.0029170239594171025,0.0026298487836949377,0.009861932938856016,0.014464168310322156,0.029585798816568046,0.0026298487836949377,0.00042891581353119817,0.003287310979618672,0.0017848011437755025,0.0028928336620644315,0.002662200098097534,0.003090072320841552,0.005974818154305333,0.008580925247591912,0.004462600118095243,0.0029170239594171025
17
- 0,800,0.005259697567389875,0.014464168310322156,0.021696252465483234,0.040105193951347796,0.005259697567389875,0.000981497135343289,0.0054788516326977855,0.0032998340690648382,0.004733727810650888,0.0045323147887250444,0.004536489151873767,0.008528745708232888,0.013145069555325966,0.007018661395323321,0.004742209224427176,0.005259697567389875,0.014464168310322156,0.021696252465483234,0.040105193951347796,0.005259697567389875,0.000981497135343289,0.0054788516326977855,0.0032998340690648382,0.004733727810650888,0.0045323147887250444,0.004536489151873767,0.008528745708232888,0.013145069555325966,0.007018661395323321,0.004742209224427176
18
- 0,850,0.003287310979618672,0.013806706114398421,0.01972386587771203,0.0381328073635766,0.003287310979618672,0.000526752449829373,0.0048213894367740515,0.0029491875645721796,0.0042077580539119,0.004087745113386138,0.004470742932281393,0.008423603936424448,0.011164334241257316,0.006388244323131393,0.0039772119485479715,0.003287310979618672,0.013806706114398421,0.01972386587771203,0.0381328073635766,0.003287310979618672,0.000526752449829373,0.0048213894367740515,0.0029491875645721796,0.0042077580539119,0.004087745113386138,0.004470742932281393,0.008423603936424448,0.011164334241257316,0.006388244323131393,0.0039772119485479715
19
- 0,900,0.003287310979618672,0.011834319526627219,0.0210387902695595,0.03550295857988166,0.003287310979618672,0.000499358191665884,0.004383081306158229,0.0024615697692620766,0.004602235371466141,0.004131315028750926,0.004076265614727154,0.007577251808021038,0.011071193763501451,0.0059742275585998985,0.004026509558990126,0.003287310979618672,0.011834319526627219,0.0210387902695595,0.03550295857988166,0.003287310979618672,0.000499358191665884,0.004383081306158229,0.0024615697692620766,0.004602235371466141,0.004131315028750926,0.004076265614727154,0.007577251808021038,0.011071193763501451,0.0059742275585998985,0.004026509558990126
20
- 0,950,0.0013149243918474688,0.008547008547008548,0.01643655489809336,0.03287310979618672,0.0013149243918474688,0.00022541561003099465,0.00306815691431076,0.0017375786606555839,0.0036817882971729122,0.003281310332592384,0.00381328073635766,0.006768990743349718,0.008261586466714668,0.004960469767983219,0.0032442385109781734,0.0013149243918474688,0.008547008547008548,0.01643655489809336,0.03287310979618672,0.0013149243918474688,0.00022541561003099465,0.00306815691431076,0.0017375786606555839,0.0036817882971729122,0.003281310332592384,0.00381328073635766,0.006768990743349718,0.008261586466714668,0.004960469767983219,0.0032442385109781734
21
- 0,1000,0.0019723865877712033,0.007889546351084813,0.015779092702169626,0.032215647600262985,0.0019723865877712033,0.0005541467079928618,0.0026298487836949372,0.0017151651767036385,0.0031558185404339254,0.0031193165808550425,0.003616042077580539,0.00653655461347769,0.008435083435083432,0.004928782304804053,0.0033924728636665702,0.0019723865877712033,0.007889546351084813,0.015779092702169626,0.032215647600262985,0.0019723865877712033,0.0005541467079928618,0.0026298487836949372,0.0017151651767036385,0.0031558185404339254,0.0031193165808550425,0.003616042077580539,0.00653655461347769,0.008435083435083432,0.004928782304804053,0.0033924728636665702
22
- 0,1050,0.0026298487836949377,0.009204470742932281,0.01775147928994083,0.029585798816568046,0.0026298487836949377,0.000499358191665884,0.0032873109796186712,0.0016937478475940015,0.003681788297172913,0.0030120639094998072,0.0033530571992110457,0.005897331538357178,0.00884678000062615,0.004633005249991555,0.0032230277793141413,0.0026298487836949377,0.009204470742932281,0.01775147928994083,0.029585798816568046,0.0026298487836949377,0.000499358191665884,0.0032873109796186712,0.0016937478475940015,0.003681788297172913,0.0030120639094998072,0.0033530571992110457,0.005897331538357178,0.00884678000062615,0.004633005249991555,0.0032230277793141413
23
- 0,1100,0.0039447731755424065,0.013806706114398421,0.01775147928994083,0.03418803418803419,0.0039447731755424065,0.000959581728812498,0.0050405435020819634,0.0030141510910741674,0.004076265614727154,0.003899637873996848,0.0039447731755424065,0.006892395353933816,0.011158072696534233,0.005923303130232245,0.004079005361161904,0.0039447731755424065,0.013806706114398421,0.01775147928994083,0.03418803418803419,0.0039447731755424065,0.000959581728812498,0.0050405435020819634,0.0030141510910741674,0.004076265614727154,0.003899637873996848,0.0039447731755424065,0.006892395353933816,0.011158072696534233,0.005923303130232245,0.004079005361161904
24
- 0,1150,0.0013149243918474688,0.01051939513477975,0.020381328073635765,0.036817882971729124,0.0013149243918474688,0.00017610594533671456,0.0039447731755424065,0.0022142387527002913,0.004339250493096647,0.004063220729887396,0.004076265614727154,0.007240171983761727,0.009474499859115242,0.005417753590076572,0.003221621166194231,0.0013149243918474688,0.01051939513477975,0.020381328073635765,0.036817882971729124,0.0013149243918474688,0.00017610594533671456,0.0039447731755424065,0.0022142387527002913,0.004339250493096647,0.004063220729887396,0.004076265614727154,0.007240171983761727,0.009474499859115242,0.005417753590076572,0.003221621166194231
25
- 0,1200,0.0013149243918474688,0.006574621959237344,0.015121630506245891,0.026298487836949377,0.0013149243918474688,0.00022541561003099465,0.0024106947183870258,0.0013924110077956232,0.003155818540433925,0.0028868330150381436,0.0028928336620644315,0.005055153773102491,0.007207037976268742,0.003923220829527517,0.00286221622064876,0.0013149243918474688,0.006574621959237344,0.015121630506245891,0.026298487836949377,0.0013149243918474688,0.00022541561003099465,0.0024106947183870258,0.0013924110077956232,0.003155818540433925,0.0028868330150381436,0.0028928336620644315,0.005055153773102491,0.007207037976268742,0.003923220829527517,0.00286221622064876
26
- 0,1250,0.0019723865877712033,0.006574621959237344,0.015121630506245891,0.03550295857988166,0.0019723865877712033,0.0002958579881656805,0.0024106947183870258,0.0012875301336839797,0.003287310979618672,0.0027866482994688122,0.0040105193951347805,0.0068929408672998415,0.008670674055289436,0.005005082032727044,0.003187040972107477,0.0019723865877712033,0.006574621959237344,0.015121630506245891,0.03550295857988166,0.0019723865877712033,0.0002958579881656805,0.0024106947183870258,0.0012875301336839797,0.003287310979618672,0.0027866482994688122,0.0040105193951347805,0.0068929408672998415,0.008670674055289436,0.005005082032727044,0.003187040972107477
27
- 0,1300,0.003287310979618672,0.01051939513477975,0.01775147928994083,0.032215647600262985,0.003287310979618672,0.00047196393350239506,0.0039447731755424065,0.0021813656429041047,0.00381328073635766,0.0033572315623597673,0.0037475345167652867,0.006514354591277668,0.010094914582094066,0.0052581128557834715,0.0034697805594083816,0.003287310979618672,0.01051939513477975,0.01775147928994083,0.032215647600262985,0.003287310979618672,0.00047196393350239506,0.0039447731755424065,0.0021813656429041047,0.00381328073635766,0.0033572315623597673,0.0037475345167652867,0.006514354591277668,0.010094914582094066,0.0052581128557834715,0.0034697805594083816
28
- 0,1350,0.0046022353714661405,0.01051939513477975,0.017094017094017096,0.032215647600262985,0.0046022353714661405,0.0008938355092201245,0.004163927240850318,0.002357471588240819,0.0038132807363576594,0.0034065412270540473,0.003879026955950033,0.006889525479269069,0.010731504962274192,0.005701843610067839,0.003862103924956005,0.0046022353714661405,0.01051939513477975,0.017094017094017096,0.032215647600262985,0.0046022353714661405,0.0008938355092201245,0.004163927240850318,0.002357471588240819,0.0038132807363576594,0.0034065412270540473,0.003879026955950033,0.006889525479269069,0.010731504962274192,0.005701843610067839,0.003862103924956005
29
- 0,1400,0.0046022353714661405,0.015121630506245891,0.024983563445101907,0.03879026955950033,0.0046022353714661405,0.0010143702451394759,0.0054788516326977855,0.003257568642184027,0.005259697567389875,0.004854262546570239,0.004273504273504274,0.00747106644542542,0.013170898427308684,0.0065985968967818935,0.004533311373688843,0.0046022353714661405,0.015121630506245891,0.024983563445101907,0.03879026955950033,0.0046022353714661405,0.0010143702451394759,0.0054788516326977855,0.003257568642184027,0.005259697567389875,0.004854262546570239,0.004273504273504274,0.00747106644542542,0.013170898427308684,0.0065985968967818935,0.004533311373688843
30
- 0,1450,0.003287310979618672,0.009861932938856016,0.0190664036817883,0.03944773175542406,0.003287310979618672,0.0005541467079928619,0.003506465044926583,0.0019692558154096617,0.0039447731755424065,0.003403410454692506,0.004142011834319528,0.007345835550963757,0.011249386890412527,0.005764162047169425,0.0036053445455255365,0.003287310979618672,0.009861932938856016,0.0190664036817883,0.03944773175542406,0.003287310979618672,0.0005541467079928619,0.003506465044926583,0.0019692558154096617,0.0039447731755424065,0.003403410454692506,0.004142011834319528,0.007345835550963757,0.011249386890412527,0.005764162047169425,0.0036053445455255365
31
- 0,1500,0.0039447731755424065,0.01051939513477975,0.015121630506245891,0.03287310979618672,0.0039447731755424065,0.0006574621959237344,0.0039447731755424065,0.0022244137628753013,0.0032873109796186725,0.0030798973106665414,0.0038132807363576594,0.0068104734771401425,0.010019254250023478,0.005423372251825676,0.0036284593109043553,0.0039447731755424065,0.01051939513477975,0.015121630506245891,0.03287310979618672,0.0039447731755424065,0.0006574621959237344,0.0039447731755424065,0.0022244137628753013,0.0032873109796186725,0.0030798973106665414,0.0038132807363576594,0.0068104734771401425,0.010019254250023478,0.005423372251825676,0.0036284593109043553
32
- 0,1550,0.005917159763313609,0.014464168310322156,0.0190664036817883,0.03353057199211045,0.005917159763313609,0.0010300241069471838,0.0052596975673898745,0.002923619590286257,0.0042077580539119,0.0038010185446082883,0.0038790269559500325,0.007113636600816087,0.012476649656136837,0.006142238325066038,0.004111310280489146,0.005917159763313609,0.014464168310322156,0.0190664036817883,0.03353057199211045,0.005917159763313609,0.0010300241069471838,0.0052596975673898745,0.002923619590286257,0.0042077580539119,0.0038010185446082883,0.0038790269559500325,0.007113636600816087,0.012476649656136837,0.006142238325066038,0.004111310280489146
33
- 0,1600,0.005259697567389875,0.015121630506245891,0.020381328073635765,0.03944773175542406,0.005259697567389875,0.0008828778059547291,0.005698005698005697,0.003116162090521065,0.0046022353714661405,0.004078352796301515,0.004404996712689021,0.0081582709787838,0.013230643999874767,0.006763999863942812,0.004237256152326074,0.005259697567389875,0.015121630506245891,0.020381328073635765,0.03944773175542406,0.005259697567389875,0.0008828778059547291,0.005698005698005697,0.003116162090521065,0.0046022353714661405,0.004078352796301515,0.004404996712689021,0.0081582709787838,0.013230643999874767,0.006763999863942812,0.004237256152326074
34
- 0,1650,0.005259697567389875,0.01051939513477975,0.017094017094017096,0.029585798816568046,0.005259697567389875,0.0008273065965373657,0.0039447731755424065,0.0019520365674211828,0.0038132807363576594,0.003361666823205285,0.0032215647600262985,0.005892896277511663,0.010799077465744133,0.005089679580835521,0.0035640738072240307,0.005259697567389875,0.01051939513477975,0.017094017094017096,0.029585798816568046,0.005259697567389875,0.0008273065965373657,0.0039447731755424065,0.0019520365674211828,0.0038132807363576594,0.003361666823205285,0.0032215647600262985,0.005892896277511663,0.010799077465744133,0.005089679580835521,0.0035640738072240307
35
- 0,1700,0.0039447731755424065,0.01051939513477975,0.015779092702169626,0.032215647600262985,0.0039447731755424065,0.0006191102344948498,0.0041639272408503175,0.002187627187627188,0.00381328073635766,0.0032685263454494224,0.0037475345167652854,0.0069868403201736535,0.010140049883639623,0.0054998594536359415,0.0036357695107797866,0.0039447731755424065,0.01051939513477975,0.015779092702169626,0.032215647600262985,0.0039447731755424065,0.0006191102344948498,0.0041639272408503175,0.002187627187627188,0.00381328073635766,0.0032685263454494224,0.0037475345167652854,0.0069868403201736535,0.010140049883639623,0.0054998594536359415,0.0036357695107797866
36
- 0,1750,0.0046022353714661405,0.012491781722550954,0.01775147928994083,0.030900723208415515,0.0046022353714661405,0.0007459065151372843,0.0048213894367740515,0.0026595911211295827,0.0042077580539119,0.003603518988134373,0.003550295857988166,0.006275372301013325,0.01106232324181042,0.005512108395077444,0.0038913355178034517,0.0046022353714661405,0.012491781722550954,0.01775147928994083,0.030900723208415515,0.0046022353714661405,0.0007459065151372843,0.0048213894367740515,0.0026595911211295827,0.0042077580539119,0.003603518988134373,0.003550295857988166,0.006275372301013325,0.01106232324181042,0.005512108395077444,0.0038913355178034517
37
- 0,1800,0.006574621959237344,0.012491781722550954,0.01775147928994083,0.03155818540433925,0.006574621959237344,0.0009431451739144045,0.0050405435020819634,0.002499139037600576,0.004339250493096647,0.0036530895505254477,0.003879026955950033,0.00658662325328992,0.012370725191238012,0.005964479988939219,0.003982974405394741,0.006574621959237344,0.012491781722550954,0.01775147928994083,0.03155818540433925,0.006574621959237344,0.0009431451739144045,0.0050405435020819634,0.002499139037600576,0.004339250493096647,0.0036530895505254477,0.003879026955950033,0.00658662325328992,0.012370725191238012,0.005964479988939219,0.003982974405394741
38
- 0,1850,0.005259697567389875,0.01051939513477975,0.015121630506245891,0.029585798816568046,0.005259697567389875,0.0008171315863623556,0.004163927240850317,0.0022972042202811433,0.003681788297172913,0.003273507119660966,0.003550295857988166,0.006168688860996554,0.010582793275100965,0.005379777744496661,0.0036289651344239863,0.005259697567389875,0.01051939513477975,0.015121630506245891,0.029585798816568046,0.005259697567389875,0.0008171315863623556,0.004163927240850317,0.0022972042202811433,0.003681788297172913,0.003273507119660966,0.003550295857988166,0.006168688860996554,0.010582793275100965,0.005379777744496661,0.0036289651344239863
39
- 0,1900,0.005259697567389875,0.01051939513477975,0.015779092702169626,0.028928336620644313,0.005259697567389875,0.0008719201026893335,0.003944773175542406,0.0021437963745656054,0.003681788297172913,0.0032601776191519783,0.003616042077580539,0.00628972167433706,0.0104737380378406,0.005398791284383891,0.003754616803230514,0.005259697567389875,0.01051939513477975,0.015779092702169626,0.028928336620644313,0.005259697567389875,0.0008719201026893335,0.003944773175542406,0.0021437963745656054,0.003681788297172913,0.0032601776191519783,0.003616042077580539,0.00628972167433706,0.0104737380378406,0.005398791284383891,0.003754616803230514
40
- 0,1950,0.005917159763313609,0.013806706114398421,0.017094017094017096,0.03418803418803419,0.005917159763313609,0.0010362856516702669,0.0048213894367740515,0.0027026392411007797,0.0039447731755424065,0.0037068344760652454,0.004076265614727154,0.008009037496216983,0.012372812372812373,0.00646437156608489,0.004119511018017907,0.005917159763313609,0.013806706114398421,0.017094017094017096,0.03418803418803419,0.005917159763313609,0.0010362856516702669,0.0048213894367740515,0.0027026392411007797,0.0039447731755424065,0.0037068344760652454,0.004076265614727154,0.008009037496216983,0.012372812372812373,0.00646437156608489,0.004119511018017907
41
- 0,2000,0.003287310979618672,0.009861932938856016,0.01775147928994083,0.03287310979618672,0.003287310979618672,0.000499358191665884,0.003287310979618672,0.0017720171566325414,0.003681788297172913,0.0034015841708149403,0.0037475345167652862,0.007088590421923755,0.010276760276760276,0.005464073240825419,0.003532510098931132,0.003287310979618672,0.009861932938856016,0.01775147928994083,0.03287310979618672,0.003287310979618672,0.000499358191665884,0.003287310979618672,0.0017720171566325414,0.003681788297172913,0.0034015841708149403,0.0037475345167652862,0.007088590421923755,0.010276760276760276,0.005464073240825419,0.003532510098931132
42
- 0,2050,0.005917159763313609,0.012491781722550954,0.01643655489809336,0.03287310979618672,0.005917159763313609,0.0009384490153720922,0.0046022353714661405,0.002474092858708243,0.0036817882971729122,0.0033139225446917747,0.0036817882971729122,0.0065268776807238344,0.011875802260417647,0.0056945306507690165,0.00393450183437602,0.005917159763313609,0.012491781722550954,0.01643655489809336,0.03287310979618672,0.005917159763313609,0.0009384490153720922,0.0046022353714661405,0.002474092858708243,0.0036817882971729122,0.0033139225446917747,0.0036817882971729122,0.0065268776807238344,0.011875802260417647,0.0056945306507690165,0.00393450183437602
43
- 0,2100,0.006574621959237344,0.011834319526627219,0.01643655489809336,0.030243261012491782,0.006574621959237344,0.001087160702545318,0.0046022353714661405,0.002491312106696722,0.00381328073635766,0.003333750769648205,0.0035502958579881664,0.006247456247456248,0.01174561430971687,0.00567281500049425,0.0041983113862332,0.006574621959237344,0.011834319526627219,0.01643655489809336,0.030243261012491782,0.006574621959237344,0.001087160702545318,0.0046022353714661405,0.002491312106696722,0.00381328073635766,0.003333750769648205,0.0035502958579881664,0.006247456247456248,0.01174561430971687,0.00567281500049425,0.0041983113862332
44
- 0,2150,0.0046022353714661405,0.011834319526627219,0.015779092702169626,0.03287310979618672,0.0046022353714661405,0.0008500046961585422,0.0043830813061582295,0.002550014088475627,0.003418803418803419,0.003182691003203824,0.0038132807363576594,0.00694901015413836,0.011082673262160439,0.0058167213925083,0.004092033158715619,0.0046022353714661405,0.011834319526627219,0.015779092702169626,0.03287310979618672,0.0046022353714661405,0.0008500046961585422,0.0043830813061582295,0.002550014088475627,0.003418803418803419,0.003182691003203824,0.0038132807363576594,0.00694901015413836,0.011082673262160439,0.0058167213925083,0.004092033158715619
45
- 0,2200,0.003287310979618672,0.011176857330703484,0.020381328073635765,0.036817882971729124,0.003287310979618672,0.0005330139945524561,0.0039447731755424065,0.0022056291287060516,0.004339250493096647,0.0038618077079615536,0.0040105193951347805,0.007045542301952559,0.011022666791897558,0.005680539107648213,0.0036158161056796087,0.003287310979618672,0.011176857330703484,0.020381328073635765,0.036817882971729124,0.003287310979618672,0.0005330139945524561,0.0039447731755424065,0.0022056291287060516,0.004339250493096647,0.0038618077079615536,0.0040105193951347805,0.007045542301952559,0.011022666791897558,0.005680539107648213,0.0036158161056796087
46
- 0,2250,0.0046022353714661405,0.011834319526627219,0.0190664036817883,0.03550295857988166,0.0046022353714661405,0.0008664412510566358,0.004383081306158229,0.0025234025234025237,0.0042077580539119,0.003835196142888451,0.004142011834319527,0.007641954436826231,0.011980944032226085,0.006349452123297756,0.00417478849050888,0.0046022353714661405,0.011834319526627219,0.0190664036817883,0.03550295857988166,0.0046022353714661405,0.0008664412510566358,0.004383081306158229,0.0025234025234025237,0.0042077580539119,0.003835196142888451,0.004142011834319527,0.007641954436826231,0.011980944032226085,0.006349452123297756,0.00417478849050888
47
- 0,2300,0.0039447731755424065,0.015121630506245891,0.021696252465483234,0.0381328073635766,0.0039447731755424065,0.0007678219216680754,0.005478851632697787,0.0029233586925894615,0.004865220249835635,0.004192365089800987,0.004273504273504274,0.007388100977844567,0.012826252569842315,0.006403028423444017,0.004189100289059132,0.0039447731755424065,0.015121630506245891,0.021696252465483234,0.0381328073635766,0.0039447731755424065,0.0007678219216680754,0.005478851632697787,0.0029233586925894615,0.004865220249835635,0.004192365089800987,0.004273504273504274,0.007388100977844567,0.012826252569842315,0.006403028423444017,0.004189100289059132
48
- 0,2350,0.006574621959237344,0.01643655489809336,0.02564102564102564,0.042735042735042736,0.006574621959237344,0.0011568203875896184,0.006355467893929432,0.0034814188660342504,0.005917159763313609,0.0054024086075368126,0.004996712689020381,0.008830082548031264,0.015414357722050031,0.007804019407128619,0.0050356036639835206,0.006574621959237344,0.01643655489809336,0.02564102564102564,0.042735042735042736,0.006574621959237344,0.0011568203875896184,0.006355467893929432,0.0034814188660342504,0.005917159763313609,0.0054024086075368126,0.004996712689020381,0.008830082548031264,0.015414357722050031,0.007804019407128619,0.0050356036639835206
49
- 0,2400,0.0046022353714661405,0.015779092702169626,0.021696252465483234,0.03747534516765286,0.0046022353714661405,0.000882877805954729,0.0059171597633136085,0.00345950345950346,0.004865220249835635,0.004531271197937865,0.004207758053911901,0.007781795602308422,0.01317429009736702,0.006772025383862868,0.004433806022100456,0.0046022353714661405,0.015779092702169626,0.021696252465483234,0.03747534516765286,0.0046022353714661405,0.000882877805954729,0.0059171597633136085,0.00345950345950346,0.004865220249835635,0.004531271197937865,0.004207758053911901,0.007781795602308422,0.01317429009736702,0.006772025383862868,0.004433806022100456
50
- 0,2450,0.0039447731755424065,0.013806706114398421,0.022353714661406968,0.0381328073635766,0.0039447731755424065,0.0007341661187815034,0.0052596975673898745,0.00299849722926646,0.004996712689020381,0.0046071924277052475,0.004470742932281393,0.00850448222243094,0.012669974849462029,0.006942700272423657,0.004402666493857868,0.0039447731755424065,0.013806706114398421,0.022353714661406968,0.0381328073635766,0.0039447731755424065,0.0007341661187815034,0.0052596975673898745,0.00299849722926646,0.004996712689020381,0.0046071924277052475,0.004470742932281393,0.00850448222243094,0.012669974849462029,0.006942700272423657,0.004402666493857868
51
- 0,2500,0.003287310979618672,0.011834319526627219,0.01972386587771203,0.03616042077580539,0.003287310979618672,0.0006465044926583388,0.004383081306158229,0.002494442879058263,0.004339250493096648,0.003971645638312305,0.0042077580539119,0.00798947016895735,0.011133026517641897,0.00627073528134578,0.004009273147591114,0.003287310979618672,0.011834319526627219,0.01972386587771203,0.03616042077580539,0.003287310979618672,0.0006465044926583388,0.004383081306158229,0.002494442879058263,0.004339250493096648,0.003971645638312305,0.0042077580539119,0.00798947016895735,0.011133026517641897,0.00627073528134578,0.004009273147591114
52
- 0,2550,0.0046022353714661405,0.014464168310322156,0.024326101249178174,0.036817882971729124,0.0046022353714661405,0.000821827744904668,0.0052596975673898745,0.0030313703390626463,0.005128205128205129,0.004787994531584275,0.004076265614727154,0.007673262160441647,0.013084019494275904,0.0065553288902610056,0.004231437450692539,0.0046022353714661405,0.014464168310322156,0.024326101249178174,0.036817882971729124,0.0046022353714661405,0.000821827744904668,0.0052596975673898745,0.0030313703390626463,0.005128205128205129,0.004787994531584275,0.004076265614727154,0.007673262160441647,0.013084019494275904,0.0065553288902610056,0.004231437450692539
53
- 0,2600,0.006574621959237344,0.013149243918474688,0.0190664036817883,0.03550295857988166,0.006574621959237344,0.0014738110891957046,0.005259697567389875,0.0031576685422839267,0.004470742932281394,0.00425683053888182,0.0040105193951347805,0.007526661372815218,0.01319255293614268,0.00678143030589118,0.004525216184134729,0.006574621959237344,0.013149243918474688,0.0190664036817883,0.03550295857988166,0.006574621959237344,0.0014738110891957046,0.005259697567389875,0.0031576685422839267,0.004470742932281394,0.00425683053888182,0.0040105193951347805,0.007526661372815218,0.01319255293614268,0.00678143030589118,0.004525216184134729
54
- 0,2650,0.006574621959237344,0.011834319526627219,0.01972386587771203,0.030243261012491782,0.006574621959237344,0.0012272627657243043,0.0046022353714661405,0.002614977614977615,0.004470742932281394,0.004146968890558635,0.003484549638395792,0.006267023574715883,0.01230210909698089,0.0059115297746734265,0.004077857301079182,0.006574621959237344,0.011834319526627219,0.01972386587771203,0.030243261012491782,0.006574621959237344,0.0012272627657243043,0.0046022353714661405,0.002614977614977615,0.004470742932281394,0.004146968890558635,0.003484549638395792,0.006267023574715883,0.01230210909698089,0.0059115297746734265,0.004077857301079182
55
- 0,2700,0.0046022353714661405,0.01051939513477975,0.01775147928994083,0.029585798816568046,0.0046022353714661405,0.0008108700416392723,0.0039447731755424065,0.002263548417394571,0.004076265614727154,0.0036045625789215534,0.0034188034188034197,0.0061010926395541785,0.010574705446500314,0.005314070861459124,0.003658850664093025,0.0046022353714661405,0.01051939513477975,0.01775147928994083,0.029585798816568046,0.0046022353714661405,0.0008108700416392723,0.0039447731755424065,0.002263548417394571,0.004076265614727154,0.0036045625789215534,0.0034188034188034197,0.0061010926395541785,0.010574705446500314,0.005314070861459124,0.003658850664093025
56
- 0,2750,0.005259697567389875,0.011834319526627219,0.020381328073635765,0.03550295857988166,0.005259697567389875,0.000997150997150997,0.004383081306158229,0.0026533295764065,0.004470742932281394,0.004104964361374618,0.004076265614727154,0.007463500412218359,0.012226448764910303,0.006351646943982622,0.004176601731432146,0.005259697567389875,0.011834319526627219,0.020381328073635765,0.03550295857988166,0.005259697567389875,0.000997150997150997,0.004383081306158229,0.0026533295764065,0.004470742932281394,0.004104964361374618,0.004076265614727154,0.007463500412218359,0.012226448764910303,0.006351646943982622,0.004176601731432146
57
- 0,2800,0.007232084155161078,0.014464168310322156,0.023011176857330704,0.034845496383957925,0.007232084155161078,0.0013157070849378542,0.0050405435020819634,0.0029992799223568446,0.004865220249835636,0.004435260845517256,0.0039447731755424065,0.00711989814553917,0.014188660342506494,0.006599819926599998,0.0044141323076304344,0.007232084155161078,0.014464168310322156,0.023011176857330704,0.034845496383957925,0.007232084155161078,0.0013157070849378542,0.0050405435020819634,0.0029992799223568446,0.004865220249835636,0.004435260845517256,0.0039447731755424065,0.00711989814553917,0.014188660342506494,0.006599819926599998,0.0044141323076304344
58
- 0,2850,0.006574621959237344,0.011834319526627219,0.01972386587771203,0.03155818540433925,0.006574621959237344,0.0011576030806800038,0.004383081306158229,0.0025985410600795214,0.004339250493096647,0.0038693737411686123,0.0038132807363576594,0.006903353057199211,0.01250691378896507,0.006165152105812749,0.00411016470354037,0.006574621959237344,0.011834319526627219,0.01972386587771203,0.03155818540433925,0.006574621959237344,0.0011576030806800038,0.004383081306158229,0.0025985410600795214,0.004339250493096647,0.0038693737411686123,0.0038132807363576594,0.006903353057199211,0.01250691378896507,0.006165152105812749,0.00411016470354037
59
- 0,2900,0.005917159763313609,0.014464168310322156,0.023668639053254437,0.034845496383957925,0.005917159763313609,0.0011943896559281175,0.005259697567389875,0.0031018127171973326,0.005128205128205129,0.004685722634440583,0.004142011834319527,0.007569946672510776,0.013311261388184467,0.0067324149821505344,0.004494406931237586,0.005917159763313609,0.014464168310322156,0.023668639053254437,0.034845496383957925,0.005917159763313609,0.0011943896559281175,0.005259697567389875,0.0031018127171973326,0.005128205128205129,0.004685722634440583,0.004142011834319527,0.007569946672510776,0.013311261388184467,0.0067324149821505344,0.004494406931237586
60
- 0,2950,0.005917159763313609,0.013149243918474688,0.023011176857330704,0.036817882971729124,0.005917159763313609,0.0010793337716414639,0.005259697567389875,0.0030141510910741674,0.0053911900065746225,0.00520908341421162,0.004339250493096647,0.00817001137513958,0.013628252089790554,0.007079980436015077,0.004657356233942927,0.005917159763313609,0.013149243918474688,0.023011176857330704,0.036817882971729124,0.005917159763313609,0.0010793337716414639,0.005259697567389875,0.0030141510910741674,0.0053911900065746225,0.00520908341421162,0.004339250493096647,0.00817001137513958,0.013628252089790554,0.007079980436015077,0.004657356233942927
61
- 0,3000,0.0039447731755424065,0.01051939513477975,0.022353714661406968,0.03747534516765286,0.0039447731755424065,0.0007506026736795968,0.004163927240850317,0.0024717447794370875,0.005128205128205129,0.004962535090740219,0.004339250493096647,0.008136355572253008,0.011779791907997033,0.006583907871209206,0.004327640162955166,0.0039447731755424065,0.01051939513477975,0.022353714661406968,0.03747534516765286,0.0039447731755424065,0.0007506026736795968,0.004163927240850317,0.0024717447794370875,0.005128205128205129,0.004962535090740219,0.004339250493096647,0.008136355572253008,0.011779791907997033,0.006583907871209206,0.004327640162955166
62
- 0,3050,0.005917159763313609,0.013806706114398421,0.01972386587771203,0.03616042077580539,0.005917159763313609,0.001041764503302965,0.0048213894367740515,0.0026971603894680816,0.004339250493096647,0.004070264967700865,0.0040105193951347805,0.0074285401208478135,0.012795205743923692,0.006304166617489687,0.0041064886638735604,0.005917159763313609,0.013806706114398421,0.01972386587771203,0.03616042077580539,0.005917159763313609,0.001041764503302965,0.0048213894367740515,0.0026971603894680816,0.004339250493096647,0.004070264967700865,0.0040105193951347805,0.0074285401208478135,0.012795205743923692,0.006304166617489687,0.0041064886638735604
63
- 0,3100,0.005917159763313609,0.012491781722550954,0.023668639053254437,0.042077580539119,0.005917159763313609,0.0011020318712626404,0.004383081306158229,0.0026040199117122196,0.004996712689020382,0.004735032299134863,0.0046022353714661405,0.008857737703891548,0.013923588282562644,0.007171862319228486,0.004678056760827397,0.005917159763313609,0.012491781722550954,0.023668639053254437,0.042077580539119,0.005917159763313609,0.0011020318712626404,0.004383081306158229,0.0026040199117122196,0.004996712689020382,0.004735032299134863,0.0046022353714661405,0.008857737703891548,0.013923588282562644,0.007171862319228486,0.004678056760827397
64
- 0,3150,0.006574621959237344,0.015121630506245891,0.024326101249178174,0.036817882971729124,0.006574621959237344,0.0013157070849378542,0.005478851632697787,0.003371059140289909,0.005522682445759369,0.005483808688936893,0.0042077580539119,0.008324462811642298,0.014128392974546818,0.007237926596981535,0.004763209067978995,0.006574621959237344,0.015121630506245891,0.024326101249178174,0.036817882971729124,0.006574621959237344,0.0013157070849378542,0.005478851632697787,0.003371059140289909,0.005522682445759369,0.005483808688936893,0.0042077580539119,0.008324462811642298,0.014128392974546818,0.007237926596981535,0.004763209067978995
65
- 0,3200,0.005917159763313609,0.013806706114398421,0.023668639053254437,0.03879026955950033,0.005917159763313609,0.0011513415359569205,0.0050405435020819634,0.0031573839266146957,0.0053911900065746225,0.0052763950199847635,0.004339250493096647,0.00843273535581228,0.013919153021717125,0.007173683716709529,0.004727187111953227,0.005917159763313609,0.013806706114398421,0.023668639053254437,0.03879026955950033,0.005917159763313609,0.0011513415359569205,0.0050405435020819634,0.0031573839266146957,0.0053911900065746225,0.0052763950199847635,0.004339250493096647,0.00843273535581228,0.013919153021717125,0.007173683716709529,0.004727187111953227
66
- 0,3250,0.005259697567389875,0.013149243918474688,0.022353714661406968,0.03550295857988166,0.005259697567389875,0.0009752355906202059,0.0050405435020819634,0.0029977145361760743,0.005259697567389875,0.004973492794005614,0.0039447731755424065,0.007422539473821525,0.012842167329346817,0.006494558368292249,0.004583539422534839,0.005259697567389875,0.013149243918474688,0.022353714661406968,0.03550295857988166,0.005259697567389875,0.0009752355906202059,0.0050405435020819634,0.0029977145361760743,0.005259697567389875,0.004973492794005614,0.0039447731755424065,0.007422539473821525,0.012842167329346817,0.006494558368292249,0.004583539422534839
67
- 0,3300,0.005259697567389875,0.013806706114398421,0.022353714661406968,0.03944773175542406,0.005259697567389875,0.0009047932124855202,0.005259697567389874,0.0030313703390626467,0.005128205128205129,0.004806257370359934,0.00440499671268902,0.007997297099861201,0.013344917191071037,0.006831061273464299,0.004506827837515017,0.005259697567389875,0.013806706114398421,0.022353714661406968,0.03944773175542406,0.005259697567389875,0.0009047932124855202,0.005259697567389874,0.0030313703390626467,0.005128205128205129,0.004806257370359934,0.00440499671268902,0.007997297099861201,0.013344917191071037,0.006831061273464299,0.004506827837515017
68
- 0,3350,0.005259697567389875,0.013806706114398421,0.023011176857330704,0.03616042077580539,0.005259697567389875,0.0009047932124855202,0.0054788516326977855,0.0031307723615415922,0.005522682445759369,0.004848001001847156,0.004142011834319527,0.0074530645043465555,0.01295800590672386,0.006601611881340598,0.004436591075973436,0.005259697567389875,0.013806706114398421,0.023011176857330704,0.03616042077580539,0.005259697567389875,0.0009047932124855202,0.0054788516326977855,0.0031307723615415922,0.005522682445759369,0.004848001001847156,0.004142011834319527,0.0074530645043465555,0.01295800590672386,0.006601611881340598,0.004436591075973436
69
- 0,3400,0.005259697567389875,0.013806706114398421,0.01972386587771203,0.03353057199211045,0.005259697567389875,0.001041764503302965,0.0046022353714661405,0.0027362950439873512,0.0042077580539119,0.00412035732548553,0.0037475345167652862,0.007228692485102741,0.012453690658818864,0.006169574841604669,0.004317418564971856,0.005259697567389875,0.013806706114398421,0.01972386587771203,0.03353057199211045,0.005259697567389875,0.001041764503302965,0.0046022353714661405,0.0027362950439873512,0.0042077580539119,0.00412035732548553,0.0037475345167652862,0.007228692485102741,0.012453690658818864,0.006169574841604669,0.004317418564971856
70
- 0,3450,0.006574621959237344,0.013806706114398421,0.0210387902695595,0.036817882971729124,0.006574621959237344,0.0010472433549356627,0.005040543502081963,0.002867787483172099,0.004733727810650888,0.004456393558957661,0.004142011834319527,0.00803906444932086,0.013192031140749086,0.006669089026347755,0.004403394336514068,0.006574621959237344,0.013806706114398421,0.0210387902695595,0.036817882971729124,0.006574621959237344,0.0010472433549356627,0.005040543502081963,0.002867787483172099,0.004733727810650888,0.004456393558957661,0.004142011834319527,0.00803906444932086,0.013192031140749086,0.006669089026347755,0.004403394336514068
71
- 0,3500,0.0046022353714661405,0.012491781722550954,0.020381328073635765,0.0381328073635766,0.0046022353714661405,0.0008108700416392724,0.004383081306158229,0.002603237218621834,0.0046022353714661405,0.004338728697703057,0.004339250493096647,0.008244889014119785,0.012301848199284097,0.0066048245653375385,0.004272290919597013,0.0046022353714661405,0.012491781722550954,0.020381328073635765,0.0381328073635766,0.0046022353714661405,0.0008108700416392724,0.004383081306158229,0.002603237218621834,0.0046022353714661405,0.004338728697703057,0.004339250493096647,0.008244889014119785,0.012301848199284097,0.0066048245653375385,0.004272290919597013
72
- 0,3550,0.006574621959237344,0.015779092702169626,0.024983563445101907,0.04602235371466141,0.006574621959237344,0.0012280454588146895,0.0054788516326977855,0.0032732225039917356,0.005391190006574622,0.00497479728248959,0.005128205128205129,0.009691329563124434,0.015413053233566055,0.007958625109348107,0.004846406498641779,0.006574621959237344,0.015779092702169626,0.024983563445101907,0.04602235371466141,0.006574621959237344,0.0012280454588146895,0.0054788516326977855,0.0032732225039917356,0.005391190006574622,0.00497479728248959,0.005128205128205129,0.009691329563124434,0.015413053233566055,0.007958625109348107,0.004846406498641779
73
- 0,3600,0.005917159763313609,0.015121630506245891,0.023011176857330704,0.042077580539119,0.005917159763313609,0.0011513415359569205,0.0054788516326977855,0.003207476284399361,0.005128205128205129,0.004804170188785573,0.0047337278106508885,0.008813645993133173,0.014195965478016758,0.0073589138198712585,0.004588448470914605,0.005917159763313609,0.015121630506245891,0.023011176857330704,0.042077580539119,0.005917159763313609,0.0011513415359569205,0.0054788516326977855,0.003207476284399361,0.005128205128205129,0.004804170188785573,0.0047337278106508885,0.008813645993133173,0.014195965478016758,0.0073589138198712585,0.004588448470914605
74
- 0,3650,0.007232084155161078,0.01775147928994083,0.02564102564102564,0.04142011834319527,0.007232084155161078,0.0013924110077956232,0.006355467893929432,0.0038649384803230956,0.005654174884944117,0.005478068939607401,0.0046679815910585145,0.00872731257346642,0.01575091575091575,0.007810200618695805,0.005046414886524401,0.007232084155161078,0.01775147928994083,0.02564102564102564,0.04142011834319527,0.007232084155161078,0.0013924110077956232,0.006355467893929432,0.0038649384803230956,0.005654174884944117,0.005478068939607401,0.0046679815910585145,0.00872731257346642,0.01575091575091575,0.007810200618695805,0.005046414886524401
75
- 0,3700,0.005917159763313609,0.015779092702169626,0.024326101249178174,0.040105193951347796,0.005917159763313609,0.0012984878369493753,0.005698005698005697,0.0034258476566168873,0.005259697567389875,0.004947663922022896,0.004339250493096647,0.008278544817006355,0.014411466975569538,0.007271216964688412,0.004815270578091445,0.005917159763313609,0.015779092702169626,0.024326101249178174,0.040105193951347796,0.005917159763313609,0.0012984878369493753,0.005698005698005697,0.0034258476566168873,0.005259697567389875,0.004947663922022896,0.004339250493096647,0.008278544817006355,0.014411466975569538,0.007271216964688412,0.004815270578091445
76
- 0,3750,0.005917159763313609,0.017094017094017096,0.026298487836949377,0.03944773175542406,0.005917159763313609,0.0012436993206223976,0.00613631382862152,0.0036395228702921006,0.005522682445759369,0.0052876136209469545,0.004273504273504274,0.0079866002942926,0.014395030420671443,0.007117663119771606,0.004626660176756572,0.005917159763313609,0.017094017094017096,0.026298487836949377,0.03944773175542406,0.005917159763313609,0.0012436993206223976,0.00613631382862152,0.0036395228702921006,0.005522682445759369,0.0052876136209469545,0.004273504273504274,0.0079866002942926,0.014395030420671443,0.007117663119771606,0.004626660176756572
77
- 0,3800,0.006574621959237344,0.017094017094017096,0.024983563445101907,0.04076265614727153,0.006574621959237344,0.0013204032434801665,0.006355467893929432,0.0037044863967940884,0.005391190006574622,0.0051370756498961626,0.004470742932281393,0.00850187324546299,0.015067885580706096,0.007495964490233365,0.004859573161881208,0.006574621959237344,0.017094017094017096,0.024983563445101907,0.04076265614727153,0.006574621959237344,0.0013204032434801665,0.006355467893929432,0.0037044863967940884,0.005391190006574622,0.0051370756498961626,0.004470742932281393,0.00850187324546299,0.015067885580706096,0.007495964490233365,0.004859573161881208
78
- 0,3850,0.005259697567389875,0.013806706114398421,0.020381328073635765,0.03616042077580539,0.005259697567389875,0.0010910741679972448,0.005259697567389874,0.0029053567515105972,0.004470742932281394,0.004085136136418187,0.0040105193951347805,0.007880936727090572,0.012769376871940971,0.006603306115696642,0.004302188412941036,0.005259697567389875,0.013806706114398421,0.020381328073635765,0.03616042077580539,0.005259697567389875,0.0010910741679972448,0.005259697567389874,0.0029053567515105972,0.004470742932281394,0.004085136136418187,0.0040105193951347805,0.007880936727090572,0.012769376871940971,0.006603306115696642,0.004302188412941036
79
- 0,-1,0.006574621959237344,0.01775147928994083,0.024983563445101907,0.036817882971729124,0.006574621959237344,0.0012554397169781783,0.006574621959237344,0.003749099902946056,0.0053911900065746225,0.005115160243365372,0.004142011834319527,0.007973033614059254,0.014947611742483538,0.007237683618059006,0.004663374031105198,0.006574621959237344,0.01775147928994083,0.024983563445101907,0.036817882971729124,0.006574621959237344,0.0012554397169781783,0.006574621959237344,0.003749099902946056,0.0053911900065746225,0.005115160243365372,0.004142011834319527,0.007973033614059254,0.014947611742483538,0.007237683618059006,0.004663374031105198
80
- 1,50,0.007889546351084813,0.015779092702169626,0.023668639053254437,0.0381328073635766,0.007889546351084813,0.0014581572273879963,0.005917159763313609,0.003376537991922607,0.005259697567389875,0.004886613860972835,0.00440499671268902,0.008156729310575464,0.015218684449453684,0.007417986800991962,0.004846681819003803,0.007889546351084813,0.015779092702169626,0.023668639053254437,0.0381328073635766,0.007889546351084813,0.0014581572273879963,0.005917159763313609,0.003376537991922607,0.005259697567389875,0.004886613860972835,0.00440499671268902,0.008156729310575464,0.015218684449453684,0.007417986800991962,0.004846681819003803
81
- 1,100,0.007232084155161078,0.017094017094017096,0.023668639053254437,0.04142011834319527,0.007232084155161078,0.0013485801947340408,0.006574621959237344,0.003662220969913277,0.005522682445759369,0.005029846696513363,0.004930966469428009,0.009133245671707209,0.015432098765432103,0.007957256569068384,0.005111695454508337,0.007232084155161078,0.017094017094017096,0.023668639053254437,0.04142011834319527,0.007232084155161078,0.0013485801947340408,0.006574621959237344,0.003662220969913277,0.005522682445759369,0.005029846696513363,0.004930966469428009,0.009133245671707209,0.015432098765432103,0.007957256569068384,0.005111695454508337
82
- 1,150,0.005259697567389875,0.01643655489809336,0.022353714661406968,0.03944773175542406,0.005259697567389875,0.0010409818102125794,0.006355467893929432,0.003623086315394008,0.005259697567389875,0.004809909938115067,0.004602235371466141,0.008356292330651306,0.013975767821921668,0.007303583368707674,0.004755162253901738,0.005259697567389875,0.01643655489809336,0.022353714661406968,0.03944773175542406,0.005259697567389875,0.0010409818102125794,0.006355467893929432,0.003623086315394008,0.005259697567389875,0.004809909938115067,0.004602235371466141,0.008356292330651306,0.013975767821921668,0.007303583368707674,0.004755162253901738
83
- 1,200,0.0039447731755424065,0.013806706114398421,0.018408941485864562,0.0381328073635766,0.0039447731755424065,0.0008108700416392723,0.005259697567389875,0.00315660123352431,0.004339250493096647,0.004096876532773968,0.004339250493096647,0.00833724679878526,0.01196294209114722,0.006691436547004392,0.004433676192593884,0.0039447731755424065,0.013806706114398421,0.018408941485864562,0.0381328073635766,0.0039447731755424065,0.0008108700416392723,0.005259697567389875,0.00315660123352431,0.004339250493096647,0.004096876532773968,0.004339250493096647,0.00833724679878526,0.01196294209114722,0.006691436547004392,0.004433676192593884
84
- 1,250,0.005259697567389875,0.017094017094017096,0.023668639053254437,0.0381328073635766,0.005259697567389875,0.0009705394320778936,0.006574621959237345,0.0037060517829748604,0.005654174884944117,0.005170470555085939,0.004470742932281394,0.00842830009496676,0.01392906713419534,0.007284348348029941,0.004859573797058329,0.005259697567389875,0.017094017094017096,0.023668639053254437,0.0381328073635766,0.005259697567389875,0.0009705394320778936,0.006574621959237345,0.0037060517829748604,0.005654174884944117,0.005170470555085939,0.004470742932281394,0.00842830009496676,0.01392906713419534,0.007284348348029941,0.004859573797058329
85
- 1,300,0.005917159763313609,0.015779092702169626,0.021696252465483234,0.03747534516765286,0.005917159763313609,0.0011020318712626407,0.005917159763313609,0.003415672646441877,0.0047337278106508885,0.004448305730357012,0.0042077580539119,0.007938073322688706,0.013549460985358423,0.006869629581732788,0.004615607354128465,0.005917159763313609,0.015779092702169626,0.021696252465483234,0.03747534516765286,0.005917159763313609,0.0011020318712626407,0.005917159763313609,0.003415672646441877,0.0047337278106508885,0.004448305730357012,0.0042077580539119,0.007938073322688706,0.013549460985358423,0.006869629581732788,0.004615607354128465
86
- 1,350,0.007232084155161078,0.015121630506245891,0.023011176857330704,0.036817882971729124,0.007232084155161078,0.0013485801947340408,0.005917159763313609,0.003448545756238064,0.005391190006574622,0.0049494902059004624,0.004273504273504274,0.00786502196758607,0.014228055894722562,0.007123241146754357,0.00477935563971663,0.007232084155161078,0.015121630506245891,0.023011176857330704,0.036817882971729124,0.007232084155161078,0.0013485801947340408,0.005917159763313609,0.003448545756238064,0.005391190006574622,0.0049494902059004624,0.004273504273504274,0.00786502196758607,0.014228055894722562,0.007123241146754357,0.00477935563971663
87
- 1,400,0.006574621959237344,0.015121630506245891,0.023011176857330704,0.03879026955950033,0.006574621959237344,0.0012116089039165962,0.0059171597633136085,0.0034649823111361573,0.005259697567389875,0.0047898208154618415,0.0047337278106508885,0.008695981131878567,0.014555482504200454,0.007602768858708829,0.00505265988459063,0.006574621959237344,0.015121630506245891,0.023011176857330704,0.03879026955950033,0.006574621959237344,0.0012116089039165962,0.0059171597633136085,0.0034649823111361573,0.005259697567389875,0.0047898208154618415,0.0047337278106508885,0.008695981131878567,0.014555482504200454,0.007602768858708829,0.00505265988459063
88
- 1,450,0.005917159763313609,0.015779092702169626,0.023668639053254437,0.0381328073635766,0.005917159763313609,0.0012006512006512006,0.005917159763313609,0.0035252496790958332,0.005391190006574622,0.004980537031819083,0.0042077580539119,0.007863195683708505,0.01395750498314601,0.007016332838365427,0.004873713972187301,0.005917159763313609,0.015779092702169626,0.023668639053254437,0.0381328073635766,0.005917159763313609,0.0012006512006512006,0.005917159763313609,0.0035252496790958332,0.005391190006574622,0.004980537031819083,0.0042077580539119,0.007863195683708505,0.01395750498314601,0.007016332838365427,0.004873713972187301
89
- 1,500,0.005917159763313609,0.013806706114398421,0.0210387902695595,0.03616042077580539,0.005917159763313609,0.0011020318712626407,0.005259697567389875,0.0028732663348047965,0.004733727810650887,0.004191582396710601,0.0040105193951347805,0.007384709307786231,0.013117675297162476,0.006484051034873642,0.004371868345004692,0.005917159763313609,0.013806706114398421,0.0210387902695595,0.03616042077580539,0.005917159763313609,0.0011020318712626407,0.005259697567389875,0.0028732663348047965,0.004733727810650887,0.004191582396710601,0.0040105193951347805,0.007384709307786231,0.013117675297162476,0.006484051034873642,0.004371868345004692
90
- 1,550,0.005259697567389875,0.013806706114398421,0.021696252465483234,0.034845496383957925,0.005259697567389875,0.001036285651670267,0.0052596975673898745,0.0029664068125606585,0.004996712689020381,0.004412562745896079,0.004076265614727154,0.007415756133704851,0.012709370401678093,0.006519645860423092,0.004396340636315995,0.005259697567389875,0.013806706114398421,0.021696252465483234,0.034845496383957925,0.005259697567389875,0.001036285651670267,0.0052596975673898745,0.0029664068125606585,0.004996712689020381,0.004412562745896079,0.004076265614727154,0.007415756133704851,0.012709370401678093,0.006519645860423092,0.004396340636315995
91
- 1,600,0.005259697567389875,0.013806706114398421,0.023668639053254437,0.03616042077580539,0.005259697567389875,0.0009705394320778936,0.0054788516326977855,0.003081462696847312,0.005654174884944116,0.005020715277125533,0.004273504273504274,0.007826670006157185,0.012953831543575134,0.006822889642420212,0.004534436300225315,0.005259697567389875,0.013806706114398421,0.023668639053254437,0.03616042077580539,0.005259697567389875,0.0009705394320778936,0.0054788516326977855,0.003081462696847312,0.005654174884944116,0.005020715277125533,0.004273504273504274,0.007826670006157185,0.012953831543575134,0.006822889642420212,0.004534436300225315
92
- 1,650,0.007889546351084813,0.015121630506245891,0.023668639053254437,0.03879026955950033,0.007889546351084813,0.0014307629692245079,0.005917159763313609,0.0032567859490936412,0.005522682445759369,0.004980537031819083,0.004470742932281394,0.008185404339250493,0.015059015059015062,0.007395658667030896,0.004921591163957875,0.007889546351084813,0.015121630506245891,0.023668639053254437,0.03879026955950033,0.007889546351084813,0.0014307629692245079,0.005917159763313609,0.0032567859490936412,0.005522682445759369,0.004980537031819083,0.004470742932281394,0.008185404339250493,0.015059015059015062,0.007395658667030896,0.004921591163957875
93
- 1,700,0.006574621959237344,0.013149243918474688,0.023011176857330704,0.0381328073635766,0.006574621959237344,0.0012116089039165962,0.0048213894367740515,0.0026869853792930716,0.004996712689020381,0.004509355791407073,0.004142011834319527,0.007488546591110694,0.013816098431483048,0.0066352847002260325,0.004330701125122993,0.006574621959237344,0.013149243918474688,0.023011176857330704,0.0381328073635766,0.006574621959237344,0.0012116089039165962,0.0048213894367740515,0.0026869853792930716,0.004996712689020381,0.004509355791407073,0.004142011834319527,0.007488546591110694,0.013816098431483048,0.0066352847002260325,0.004330701125122993
94
- 1,750,0.0046022353714661405,0.013149243918474688,0.021696252465483234,0.0381328073635766,0.0046022353714661405,0.0008390469928931467,0.0050405435020819634,0.0027629066090604547,0.005128205128205127,0.004483005124030765,0.004470742932281394,0.008086524112165138,0.012409598948060489,0.006677857859545786,0.004350194784784234,0.0046022353714661405,0.013149243918474688,0.021696252465483234,0.0381328073635766,0.0046022353714661405,0.0008390469928931467,0.0050405435020819634,0.0027629066090604547,0.005128205128205127,0.004483005124030765,0.004470742932281394,0.008086524112165138,0.012409598948060489,0.006677857859545786,0.004350194784784234
95
- 1,800,0.005259697567389875,0.014464168310322156,0.022353714661406968,0.04142011834319527,0.005259697567389875,0.0008883566575874268,0.0054788516326977855,0.003059547290316521,0.004996712689020381,0.00453309748181543,0.004667981591058514,0.008744247205785666,0.013635035429907226,0.0071598453558017585,0.0045090545448674395,0.005259697567389875,0.014464168310322156,0.022353714661406968,0.04142011834319527,0.005259697567389875,0.0008883566575874268,0.0054788516326977855,0.003059547290316521,0.004996712689020381,0.00453309748181543,0.004667981591058514,0.008744247205785666,0.013635035429907226,0.0071598453558017585,0.0045090545448674395
96
- 1,850,0.0046022353714661405,0.015121630506245891,0.023668639053254437,0.042735042735042736,0.0046022353714661405,0.0007568642184026798,0.005698005698005697,0.0031472089164396853,0.0055226824457593705,0.004834434321613809,0.005062458908612755,0.009568683927658288,0.013636861713784794,0.007539855859507958,0.004628285080959022,0.0046022353714661405,0.015121630506245891,0.023668639053254437,0.042735042735042736,0.0046022353714661405,0.0007568642184026798,0.005698005698005697,0.0031472089164396853,0.0055226824457593705,0.004834434321613809,0.005062458908612755,0.009568683927658288,0.013636861713784794,0.007539855859507958,0.004628285080959022
97
- 1,900,0.005917159763313609,0.015121630506245891,0.022353714661406968,0.04076265614727153,0.005917159763313609,0.0009705394320778936,0.0054788516326977855,0.002906139444600983,0.005128205128205129,0.004465524978345491,0.004536489151873767,0.008349769888231426,0.014103607693351282,0.007005211057702873,0.004406075008330498,0.005917159763313609,0.015121630506245891,0.022353714661406968,0.04076265614727153,0.005917159763313609,0.0009705394320778936,0.0054788516326977855,0.002906139444600983,0.005128205128205129,0.004465524978345491,0.004536489151873767,0.008349769888231426,0.014103607693351282,0.007005211057702873,0.004406075008330498
98
- 1,950,0.005259697567389875,0.012491781722550954,0.021696252465483234,0.03747534516765286,0.005259697567389875,0.0008390469928931467,0.0046022353714661405,0.0024834851757928682,0.004996712689020382,0.004350469094058838,0.004273504273504274,0.007725180802103879,0.012507696482055453,0.006380488676196452,0.004132119294982855,0.005259697567389875,0.012491781722550954,0.021696252465483234,0.03747534516765286,0.005259697567389875,0.0008390469928931467,0.0046022353714661405,0.0024834851757928682,0.004996712689020382,0.004350469094058838,0.004273504273504274,0.007725180802103879,0.012507696482055453,0.006380488676196452,0.004132119294982855
99
- 1,1000,0.006574621959237344,0.011176857330703484,0.018408941485864562,0.040105193951347796,0.006574621959237344,0.0011129895745280358,0.0043830813061582295,0.0022651138035753417,0.004339250493096647,0.003687528046502405,0.004536489151873767,0.008147835070911994,0.013097064379115664,0.006697427489131714,0.004318229710365117,0.006574621959237344,0.011176857330703484,0.018408941485864562,0.040105193951347796,0.006574621959237344,0.0011129895745280358,0.0043830813061582295,0.0022651138035753417,0.004339250493096647,0.003687528046502405,0.004536489151873767,0.008147835070911994,0.013097064379115664,0.006697427489131714,0.004318229710365117
100
- 1,1050,0.005917159763313609,0.013149243918474688,0.0210387902695595,0.045364891518737675,0.005917159763313609,0.0010699414545568393,0.0050405435020819634,0.002774647005416236,0.004865220249835635,0.004345772935516526,0.005062458908612755,0.009256911179988102,0.014138046189328247,0.007472847490950411,0.004774344741616965,0.005917159763313609,0.013149243918474688,0.0210387902695595,0.045364891518737675,0.005917159763313609,0.0010699414545568393,0.0050405435020819634,0.002774647005416236,0.004865220249835635,0.004345772935516526,0.005062458908612755,0.009256911179988102,0.014138046189328247,0.007472847490950411,0.004774344741616965
101
- 1,1100,0.005917159763313609,0.013806706114398421,0.020381328073635765,0.04142011834319527,0.005917159763313609,0.0010746376130991516,0.0052596975673898745,0.0029390125543971696,0.0047337278106508885,0.004284722874466465,0.0046679815910585145,0.008802427392170981,0.013651471984805322,0.007196220219992411,0.004531816984482737,0.005917159763313609,0.013806706114398421,0.020381328073635765,0.04142011834319527,0.005917159763313609,0.0010746376130991516,0.0052596975673898745,0.0029390125543971696,0.0047337278106508885,0.004284722874466465,0.0046679815910585145,0.008802427392170981,0.013651471984805322,0.007196220219992411,0.004531816984482737
102
- 1,1150,0.007232084155161078,0.014464168310322156,0.021696252465483234,0.0440499671268902,0.007232084155161078,0.0012883128267743651,0.005698005698005697,0.0030313703390626463,0.004996712689020382,0.0042948978846414744,0.004930966469428008,0.009102198845788589,0.015005531031172057,0.0076371356226282204,0.004729627690994077,0.007232084155161078,0.014464168310322156,0.021696252465483234,0.0440499671268902,0.007232084155161078,0.0012883128267743651,0.005698005698005697,0.0030313703390626463,0.004996712689020382,0.0042948978846414744,0.004930966469428008,0.009102198845788589,0.015005531031172057,0.0076371356226282204,0.004729627690994077
103
- 1,1200,0.003287310979618672,0.013806706114398421,0.020381328073635765,0.0381328073635766,0.003287310979618672,0.0006793776024545255,0.005259697567389875,0.0030251087943395636,0.0046022353714661405,0.004261242081754902,0.004273504273504274,0.007823800131492439,0.011755267524498295,0.006414257817689688,0.004108297037965446,0.003287310979618672,0.013806706114398421,0.020381328073635765,0.0381328073635766,0.003287310979618672,0.0006793776024545255,0.005259697567389875,0.0030251087943395636,0.0046022353714661405,0.004261242081754902,0.004273504273504274,0.007823800131492439,0.011755267524498295,0.006414257817689688,0.004108297037965446
104
- 1,1250,0.006574621959237344,0.015779092702169626,0.022353714661406968,0.036817882971729124,0.006574621959237344,0.0011349049810588272,0.0059171597633136085,0.0031644281644281646,0.005259697567389875,0.004564927000824437,0.004404996712689021,0.0078052763950199845,0.013928545338801751,0.006926099101346668,0.004423930572621524,0.006574621959237344,0.015779092702169626,0.022353714661406968,0.036817882971729124,0.006574621959237344,0.0011349049810588272,0.0059171597633136085,0.0031644281644281646,0.005259697567389875,0.004564927000824437,0.004404996712689021,0.0078052763950199845,0.013928545338801751,0.006926099101346668,0.004423930572621524
105
- 1,1300,0.005259697567389875,0.015121630506245891,0.023668639053254437,0.04142011834319527,0.005259697567389875,0.0009212297673836134,0.005698005698005697,0.0031096396481011864,0.0053911900065746225,0.004713638687997662,0.004733727810650888,0.008825125491792159,0.013671039312064953,0.007207265917690703,0.004482455964932973,0.005259697567389875,0.015121630506245891,0.023668639053254437,0.04142011834319527,0.005259697567389875,0.0009212297673836134,0.005698005698005697,0.0031096396481011864,0.0053911900065746225,0.004713638687997662,0.004733727810650888,0.008825125491792159,0.013671039312064953,0.007207265917690703,0.004482455964932973
106
- 1,1350,0.007232084155161078,0.015121630506245891,0.023011176857330704,0.042735042735042736,0.007232084155161078,0.0012773551235089695,0.005698005698005697,0.0031957358880435804,0.005259697567389875,0.004799734927940056,0.004733727810650888,0.008892958892958892,0.014902998236331575,0.007490869910904609,0.0047292656713644205,0.007232084155161078,0.015121630506245891,0.023011176857330704,0.042735042735042736,0.007232084155161078,0.0012773551235089695,0.005698005698005697,0.0031957358880435804,0.005259697567389875,0.004799734927940056,0.004733727810650888,0.008892958892958892,0.014902998236331575,0.007490869910904609,0.0047292656713644205
107
- 1,1400,0.0046022353714661405,0.013149243918474688,0.022353714661406968,0.04339250493096647,0.0046022353714661405,0.000843743151435459,0.0048213894367740515,0.00280125857048934,0.004865220249835635,0.004500224372019244,0.0047337278106508885,0.009102981538878974,0.013373355040021712,0.007155334646081232,0.004446788106775748,0.0046022353714661405,0.013149243918474688,0.022353714661406968,0.04339250493096647,0.0046022353714661405,0.000843743151435459,0.0048213894367740515,0.00280125857048934,0.004865220249835635,0.004500224372019244,0.0047337278106508885,0.009102981538878974,0.013373355040021712,0.007155334646081232,0.004446788106775748
108
- 1,1450,0.005917159763313609,0.015121630506245891,0.023668639053254437,0.0440499671268902,0.005917159763313609,0.0010691587614664539,0.005259697567389875,0.0032129551360320597,0.004996712689020382,0.004849044592634336,0.004733727810650888,0.009570510211535852,0.014715412792335876,0.007634096693948328,0.004703758146747159,0.005917159763313609,0.015121630506245891,0.023668639053254437,0.0440499671268902,0.005917159763313609,0.0010691587614664539,0.005259697567389875,0.0032129551360320597,0.004996712689020382,0.004849044592634336,0.004733727810650888,0.009570510211535852,0.014715412792335876,0.007634096693948328,0.004703758146747159
109
- 1,1500,0.006574621959237344,0.01643655489809336,0.023668639053254437,0.04339250493096647,0.006574621959237344,0.001205347359193513,0.00613631382862152,0.003458720766413074,0.0053911900065746225,0.004967753044676121,0.004930966469428008,0.0096537365768135,0.015318869165023013,0.00798508759019728,0.004988335010840508,0.006574621959237344,0.01643655489809336,0.023668639053254437,0.04339250493096647,0.006574621959237344,0.001205347359193513,0.00613631382862152,0.003458720766413074,0.0053911900065746225,0.004967753044676121,0.004930966469428008,0.0096537365768135,0.015318869165023013,0.00798508759019728,0.004988335010840508
110
- 1,1550,0.006574621959237344,0.017094017094017096,0.024326101249178174,0.044707429322813935,0.006574621959237344,0.0011349049810588272,0.006355467893929432,0.003655959425190194,0.0055226824457593705,0.005148555148555148,0.005128205128205129,0.009932114419293906,0.015493931519572549,0.008134830807390253,0.0049961576021101935,0.006574621959237344,0.017094017094017096,0.024326101249178174,0.044707429322813935,0.006574621959237344,0.0011349049810588272,0.006355467893929432,0.003655959425190194,0.0055226824457593705,0.005148555148555148,0.005128205128205129,0.009932114419293906,0.015493931519572549,0.008134830807390253,0.0049961576021101935
111
- 1,1600,0.006574621959237344,0.015121630506245891,0.022353714661406968,0.042735042735042736,0.006574621959237344,0.0010801164647318492,0.005698005698005697,0.0030689396074011456,0.005128205128205129,0.004590755872807156,0.004865220249835635,0.00896601024806153,0.014713064713064715,0.007466805163649775,0.0047343905869004456,0.006574621959237344,0.015121630506245891,0.022353714661406968,0.042735042735042736,0.006574621959237344,0.0010801164647318492,0.005698005698005697,0.0030689396074011456,0.005128205128205129,0.004590755872807156,0.004865220249835635,0.00896601024806153,0.014713064713064715,0.007466805163649775,0.0047343905869004456
112
- 1,1650,0.0046022353714661405,0.013806706114398421,0.021696252465483234,0.03944773175542406,0.0046022353714661405,0.0007999123383738767,0.005259697567389875,0.0029374471682163993,0.004996712689020382,0.004682070066685451,0.004470742932281394,0.008561618818029075,0.012851559646431443,0.006895128533328875,0.004412527823001264,0.0046022353714661405,0.013806706114398421,0.021696252465483234,0.03944773175542406,0.0046022353714661405,0.0007999123383738767,0.005259697567389875,0.0029374471682163993,0.004996712689020382,0.004682070066685451,0.004470742932281394,0.008561618818029075,0.012851559646431443,0.006895128533328875,0.004412527823001264
113
- 1,1700,0.005917159763313609,0.011834319526627219,0.01972386587771203,0.03879026955950033,0.005917159763313609,0.001046460661845277,0.0048213894367740515,0.0026963776963776966,0.004733727810650888,0.00437447168216399,0.00440499671268902,0.00844656293374242,0.012951222566607181,0.006920852680581666,0.004510958539880814,0.005917159763313609,0.011834319526627219,0.01972386587771203,0.03879026955950033,0.005917159763313609,0.001046460661845277,0.0048213894367740515,0.0026963776963776966,0.004733727810650888,0.00437447168216399,0.00440499671268902,0.00844656293374242,0.012951222566607181,0.006920852680581666,0.004510958539880814
114
- 1,1750,0.005917159763313609,0.014464168310322156,0.021696252465483234,0.04142011834319527,0.005917159763313609,0.0009587990357221126,0.005698005698005697,0.003172255095332018,0.005128205128205128,0.0047078989386681695,0.004733727810650888,0.008992100017741042,0.014044383916178791,0.007396633251338616,0.004659972505013552,0.005917159763313609,0.014464168310322156,0.021696252465483234,0.04142011834319527,0.005917159763313609,0.0009587990357221126,0.005698005698005697,0.003172255095332018,0.005128205128205128,0.0047078989386681695,0.004733727810650888,0.008992100017741042,0.014044383916178791,0.007396633251338616,0.004659972505013552
115
- 1,1800,0.005259697567389875,0.014464168310322156,0.021696252465483234,0.03944773175542406,0.005259697567389875,0.0007897373281988666,0.005698005698005697,0.003162080085157009,0.005128205128205129,0.0046758085219623675,0.004470742932281393,0.00837846863487889,0.01346336474541603,0.006979033997695732,0.004555311424020023,0.005259697567389875,0.014464168310322156,0.021696252465483234,0.03944773175542406,0.005259697567389875,0.0007897373281988666,0.005698005698005697,0.003162080085157009,0.005128205128205129,0.0046758085219623675,0.004470742932281393,0.00837846863487889,0.01346336474541603,0.006979033997695732,0.004555311424020023
116
- 1,1850,0.0039447731755424065,0.011834319526627219,0.0190664036817883,0.036817882971729124,0.0039447731755424065,0.000613631382862152,0.0046022353714661405,0.0026963776963776966,0.004470742932281393,0.004146186197468248,0.004076265614727154,0.007594731953706312,0.011576552602193625,0.006170276407999483,0.0041545653553213425,0.0039447731755424065,0.011834319526627219,0.0190664036817883,0.036817882971729124,0.0039447731755424065,0.000613631382862152,0.0046022353714661405,0.0026963776963776966,0.004470742932281393,0.004146186197468248,0.004076265614727154,0.007594731953706312,0.011576552602193625,0.006170276407999483,0.0041545653553213425
117
- 1,1900,0.0046022353714661405,0.014464168310322156,0.021696252465483234,0.03747534516765286,0.0046022353714661405,0.00071772956388341,0.005698005698005697,0.003238784008014777,0.005128205128205128,0.0046940713607380264,0.004273504273504274,0.0080724356365382,0.01283329680765578,0.006728959779852548,0.004398320698878474,0.0046022353714661405,0.014464168310322156,0.021696252465483234,0.03747534516765286,0.0046022353714661405,0.00071772956388341,0.005698005698005697,0.003238784008014777,0.005128205128205128,0.0046940713607380264,0.004273504273504274,0.0080724356365382,0.01283329680765578,0.006728959779852548,0.004398320698878474
118
- 1,1950,0.0039447731755424065,0.012491781722550954,0.0190664036817883,0.03353057199211045,0.0039447731755424065,0.0006848564540872232,0.0050405435020819634,0.0029484048714817942,0.0046022353714661405,0.004266720933387601,0.003879026955950033,0.00748071966020684,0.011081368773676466,0.006097788412628392,0.004209637132636513,0.0039447731755424065,0.012491781722550954,0.0190664036817883,0.03353057199211045,0.0039447731755424065,0.0006848564540872232,0.0050405435020819634,0.0029484048714817942,0.0046022353714661405,0.004266720933387601,0.003879026955950033,0.00748071966020684,0.011081368773676466,0.006097788412628392,0.004209637132636513
119
- 1,2000,0.0046022353714661405,0.013806706114398421,0.021696252465483234,0.0381328073635766,0.0046022353714661405,0.0008163488932719702,0.0050405435020819634,0.0030305876459722613,0.0047337278106508885,0.004644761696043747,0.004142011834319527,0.00828532815712303,0.012572138213163853,0.006645237023591899,0.004309917106858224,0.0046022353714661405,0.013806706114398421,0.021696252465483234,0.0381328073635766,0.0046022353714661405,0.0008163488932719702,0.0050405435020819634,0.0030305876459722613,0.0047337278106508885,0.004644761696043747,0.004142011834319527,0.00828532815712303,0.012572138213163853,0.006645237023591899,0.004309917106858224
120
- 1,2050,0.0046022353714661405,0.014464168310322156,0.02564102564102564,0.04142011834319527,0.0046022353714661405,0.0007787796249334711,0.0052596975673898745,0.00304780689396074,0.005522682445759369,0.0051167256295461426,0.004470742932281394,0.008489611053713616,0.01346336474541603,0.006935755090489853,0.004416342275176837,0.0046022353714661405,0.014464168310322156,0.02564102564102564,0.04142011834319527,0.0046022353714661405,0.0007787796249334711,0.0052596975673898745,0.00304780689396074,0.005522682445759369,0.0051167256295461426,0.004470742932281394,0.008489611053713616,0.01346336474541603,0.006935755090489853,0.004416342275176837
121
- 1,2100,0.005259697567389875,0.013149243918474688,0.023011176857330704,0.03747534516765286,0.005259697567389875,0.0008554835477912401,0.0048213894367740515,0.0026368930215084066,0.004996712689020382,0.004552403911378271,0.004142011834319527,0.007874414284670695,0.012965050144537324,0.006508572598879827,0.004292299840177258,0.005259697567389875,0.013149243918474688,0.023011176857330704,0.03747534516765286,0.005259697567389875,0.0008554835477912401,0.0048213894367740515,0.0026368930215084066,0.004996712689020382,0.004552403911378271,0.004142011834319527,0.007874414284670695,0.012965050144537324,0.006508572598879827,0.004292299840177258
122
- 1,2150,0.005259697567389875,0.013806706114398421,0.020381328073635765,0.0381328073635766,0.005259697567389875,0.000910272064118218,0.0052596975673898745,0.00304780689396074,0.0047337278106508885,0.004442826878724314,0.004339250493096647,0.008269674295315319,0.013093672709057322,0.0068703312682027685,0.004506058469837403,0.005259697567389875,0.013806706114398421,0.020381328073635765,0.0381328073635766,0.005259697567389875,0.000910272064118218,0.0052596975673898745,0.00304780689396074,0.0047337278106508885,0.004442826878724314,0.004339250493096647,0.008269674295315319,0.013093672709057322,0.0068703312682027685,0.004506058469837403
123
- 1,2200,0.005917159763313609,0.017094017094017096,0.024983563445101907,0.042077580539119,0.005917159763313609,0.0010848126232741618,0.006574621959237344,0.0037162267931498696,0.005785667324128863,0.005335879694854054,0.004733727810650887,0.008933658933658934,0.014763939763939768,0.007627424279112199,0.0049595294679366814,0.005917159763313609,0.017094017094017096,0.024983563445101907,0.042077580539119,0.005917159763313609,0.0010848126232741618,0.006574621959237344,0.0037162267931498696,0.005785667324128863,0.005335879694854054,0.004733727810650887,0.008933658933658934,0.014763939763939768,0.007627424279112199,0.0049595294679366814
124
- 1,2250,0.005917159763313609,0.015121630506245891,0.021696252465483234,0.04076265614727153,0.005917159763313609,0.0011020318712626404,0.005698005698005697,0.003059547290316521,0.004996712689020382,0.0045294449140602985,0.0046022353714661405,0.008632061196163759,0.013913152374690834,0.007182772134236252,0.004676514986766642,0.005917159763313609,0.015121630506245891,0.021696252465483234,0.04076265614727153,0.005917159763313609,0.0011020318712626404,0.005698005698005697,0.003059547290316521,0.004996712689020382,0.0045294449140602985,0.0046022353714661405,0.008632061196163759,0.013913152374690834,0.007182772134236252,0.004676514986766642
125
- 1,2300,0.006574621959237344,0.015121630506245891,0.022353714661406968,0.03944773175542406,0.006574621959237344,0.0012491781722550953,0.005917159763313609,0.0034305438151592,0.005259697567389875,0.004949751103597257,0.004470742932281394,0.008330985254062175,0.014309195078425851,0.0073199111132104585,0.005004741095942347,0.006574621959237344,0.015121630506245891,0.022353714661406968,0.03944773175542406,0.006574621959237344,0.0012491781722550953,0.005917159763313609,0.0034305438151592,0.005259697567389875,0.004949751103597257,0.004470742932281394,0.008330985254062175,0.014309195078425851,0.0073199111132104585,0.005004741095942347
126
- 1,2350,0.005917159763313609,0.015779092702169626,0.023668639053254437,0.042735042735042736,0.005917159763313609,0.0011176857330703483,0.005698005698005697,0.0034313265082495845,0.005259697567389875,0.00498340690648383,0.004733727810650888,0.009123592456925789,0.014624620393851167,0.0075731561483100025,0.004903763735070662,0.005917159763313609,0.015779092702169626,0.023668639053254437,0.042735042735042736,0.005917159763313609,0.0011176857330703483,0.005698005698005697,0.0034313265082495845,0.005259697567389875,0.00498340690648383,0.004733727810650888,0.009123592456925789,0.014624620393851167,0.0075731561483100025,0.004903763735070662
127
- 1,2400,0.007889546351084813,0.014464168310322156,0.021696252465483234,0.03944773175542406,0.007889546351084813,0.0014526783757552988,0.005259697567389875,0.0029327510096740866,0.004733727810650888,0.004458219842835228,0.004339250493096647,0.008274109556160838,0.014862298195631535,0.007163968132691268,0.004720479999273737,0.007889546351084813,0.014464168310322156,0.021696252465483234,0.03944773175542406,0.007889546351084813,0.0014526783757552988,0.005259697567389875,0.0029327510096740866,0.004733727810650888,0.004458219842835228,0.004339250493096647,0.008274109556160838,0.014862298195631535,0.007163968132691268,0.004720479999273737
128
- 1,2450,0.006574621959237344,0.012491781722550954,0.022353714661406968,0.04076265614727153,0.006574621959237344,0.0012053473591935129,0.0046022353714661405,0.002657243041858426,0.004865220249835635,0.004593625747471901,0.0046022353714661405,0.008844953716748588,0.014041514041514047,0.007279495177459237,0.004633087421131975,0.006574621959237344,0.012491781722550954,0.022353714661406968,0.04076265614727153,0.006574621959237344,0.0012053473591935129,0.0046022353714661405,0.002657243041858426,0.004865220249835635,0.004593625747471901,0.0046022353714661405,0.008844953716748588,0.014041514041514047,0.007279495177459237,0.004633087421131975
 
1
  epoch,steps,cos_sim-Accuracy@1,cos_sim-Accuracy@3,cos_sim-Accuracy@5,cos_sim-Accuracy@10,cos_sim-Precision@1,cos_sim-Recall@1,cos_sim-Precision@3,cos_sim-Recall@3,cos_sim-Precision@5,cos_sim-Recall@5,cos_sim-Precision@10,cos_sim-Recall@10,cos_sim-MRR@10,cos_sim-NDCG@10,cos_sim-MAP@100,dot_score-Accuracy@1,dot_score-Accuracy@3,dot_score-Accuracy@5,dot_score-Accuracy@10,dot_score-Precision@1,dot_score-Recall@1,dot_score-Precision@3,dot_score-Recall@3,dot_score-Precision@5,dot_score-Recall@5,dot_score-Precision@10,dot_score-Recall@10,dot_score-MRR@10,dot_score-NDCG@10,dot_score-MAP@100
2
+ 0,50,0.07702435813034891,0.19091507570770244,0.28637261356155364,0.45951283739302173,0.07702435813034891,0.016139220665224614,0.0695633091946456,0.041703810416779466,0.06780776826859776,0.06683367104696926,0.06333113890717577,0.1243791483916566,0.17009702498510912,0.10008943371578227,0.0795597712592727,0.07702435813034891,0.19091507570770244,0.28637261356155364,0.45951283739302173,0.07702435813034891,0.016139220665224614,0.0695633091946456,0.041703810416779466,0.06780776826859776,0.06683367104696926,0.06333113890717577,0.1243791483916566,0.17009702498510912,0.10008943371578227,0.0795597712592727
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
eval/Information-Retrieval_evaluation_results.csv CHANGED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:72701f751169b7734202216576d755d49789197308fd5d4e29459d57b14c955c
3
  size 1340612432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8197b7013d185862026cf77ef50f76c7f49f5fdcefd945ddbe281c8999c6e3f0
3
  size 1340612432
tokenizer_config.json CHANGED
@@ -46,12 +46,19 @@
46
  "do_basic_tokenize": true,
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
 
49
  "model_max_length": 512,
50
  "never_split": null,
 
51
  "pad_token": "[PAD]",
 
 
52
  "sep_token": "[SEP]",
 
53
  "strip_accents": null,
54
  "tokenize_chinese_chars": true,
55
  "tokenizer_class": "BertTokenizer",
 
 
56
  "unk_token": "[UNK]"
57
  }
 
46
  "do_basic_tokenize": true,
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
+ "max_length": 512,
50
  "model_max_length": 512,
51
  "never_split": null,
52
+ "pad_to_multiple_of": null,
53
  "pad_token": "[PAD]",
54
+ "pad_token_type_id": 0,
55
+ "padding_side": "right",
56
  "sep_token": "[SEP]",
57
+ "stride": 0,
58
  "strip_accents": null,
59
  "tokenize_chinese_chars": true,
60
  "tokenizer_class": "BertTokenizer",
61
+ "truncation_side": "right",
62
+ "truncation_strategy": "longest_first",
63
  "unk_token": "[UNK]"
64
  }