96abhishekarora
commited on
Commit
•
b369926
1
Parent(s):
e2f725b
Updated model with better training and evaluation. Test and val data included as pickle files. Older Legacy files were removed to avoid confusion.
Browse files- .gitattributes +5 -42
- Information-Retrieval_evaluation_eval_results.csv +2 -0
- Information-Retrieval_evaluation_test_results.csv +2 -0
- README.md +1 -1
- config.json +1 -1
- eval/Information-Retrieval_evaluation_eval_results.csv +201 -0
- special_tokens_map.json +6 -42
- pytorch_model.bin → test_data.pickle +2 -2
- val_data.pickle +3 -0
.gitattributes
CHANGED
@@ -1,45 +1,8 @@
|
|
1 |
-
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
-
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
-
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
-
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
-
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
-
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
-
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
-
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
-
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
-
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
-
pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
37 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
38 |
-
.git/lfs/objects/73/df/73df030296c8931f6c0a3a0086456ccfbb52ff44a1f4cc63e1c37cd007ee8e1e filter=lfs diff=lfs merge=lfs -text
|
39 |
-
.git/lfs/objects/b6/0b/b60b6b43406a48bf3638526314f3d232d97058bc93472ff2de930d43686fa441 filter=lfs diff=lfs merge=lfs -text
|
40 |
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
41 |
-
.git/lfs/objects/52/2c/522cf8744686580c593ffefffe126844797290290aaffba412ab9eb574ca3ba9 filter=lfs diff=lfs merge=lfs -text
|
42 |
.git/lfs/objects/c8/35/c835b069d7b8cd02b400e6247b83bc1840ab12bb1628d5b2e03c8d728de75558 filter=lfs diff=lfs merge=lfs -text
|
43 |
-
.git/lfs/objects/
|
44 |
-
.git/lfs/objects/
|
45 |
-
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
2 |
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
3 |
.git/lfs/objects/c8/35/c835b069d7b8cd02b400e6247b83bc1840ab12bb1628d5b2e03c8d728de75558 filter=lfs diff=lfs merge=lfs -text
|
4 |
+
.git/lfs/objects/1f/d7/1fd7a7515e64bfc2d81b06aaf253760ddd7d56e313b7e6902fb35d0df337cdb6 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
.git/lfs/objects/52/2c/522cf8744686580c593ffefffe126844797290290aaffba412ab9eb574ca3ba9 filter=lfs diff=lfs merge=lfs -text
|
6 |
+
test_data.pickle filter=lfs diff=lfs merge=lfs -text
|
7 |
+
val_data.pickle filter=lfs diff=lfs merge=lfs -text
|
8 |
+
sentencepiece.bpe.model filter=lfs diff=lfs merge=lfs -text
|
Information-Retrieval_evaluation_eval_results.csv
ADDED
@@ -0,0 +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
|
2 |
+
0,0,0.31947069943289225,0.45935727788279773,0.5122873345935728,0.6502835538752363,0.31947069943289225,0.31947069943289225,0.1531190926275992,0.45935727788279773,0.10245746691871456,0.5122873345935728,0.06502835538752362,0.6502835538752363,0.4102529480601313,0.4664380716911327,0.4322785240979825
|
Information-Retrieval_evaluation_test_results.csv
ADDED
@@ -0,0 +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
|
2 |
+
0,0,0.6377607025246982,0.7738748627881449,0.8649835345773875,1.0,0.6377607025246982,0.6377607025246982,0.2579582875960483,0.7738748627881449,0.1729967069154775,0.8649835345773875,0.09999999999999999,1.0,0.7345765162998971,0.7970830040072349,0.7345765162998973
|
README.md
CHANGED
@@ -12,7 +12,7 @@ tags:
|
|
12 |
|
13 |
---
|
14 |
|
15 |
-
#
|
16 |
|
17 |
This is a [LinkTransformer](https://linktransformer.github.io/) model. At its core this model this is a sentence transformer model [sentence-transformers](https://www.SBERT.net) model- it just wraps around the class.
|
18 |
It is designed for quick and easy record linkage (entity-matching) through the LinkTransformer package. The tasks include clustering, deduplication, linking, aggregation and more.
|
|
|
12 |
|
13 |
---
|
14 |
|
15 |
+
# {MODEL_NAME}
|
16 |
|
17 |
This is a [LinkTransformer](https://linktransformer.github.io/) model. At its core this model this is a sentence transformer model [sentence-transformers](https://www.SBERT.net) model- it just wraps around the class.
|
18 |
It is designed for quick and easy record linkage (entity-matching) through the LinkTransformer package. The tasks include clustering, deduplication, linking, aggregation and more.
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"XLMRobertaModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "sentence-transformers/paraphrase-multilingual-mpnet-base-v2",
|
3 |
"architectures": [
|
4 |
"XLMRobertaModel"
|
5 |
],
|
eval/Information-Retrieval_evaluation_eval_results.csv
ADDED
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
2 |
+
0,141,0.31947069943289225,0.46502835538752363,0.5179584120982986,0.665406427221172,0.31947069943289225,0.31947069943289225,0.1550094517958412,0.46502835538752363,0.10359168241965973,0.5179584120982986,0.0665406427221172,0.665406427221172,0.4142257028835478,0.4730080028220418,0.43536260896727025
|
3 |
+
0,-1,0.31947069943289225,0.4669187145557656,0.5349716446124764,0.6843100189035917,0.31947069943289225,0.31947069943289225,0.1556395715185885,0.4669187145557656,0.10699432892249526,0.5349716446124764,0.06843100189035918,0.6843100189035917,0.4207466918714555,0.48245633432270985,0.44125774259250217
|
4 |
+
1,141,0.3270321361058601,0.4782608695652174,0.5614366729678639,0.7353497164461248,0.3270321361058601,0.3270321361058601,0.15942028985507245,0.4782608695652174,0.11228733459357278,0.5614366729678639,0.07353497164461248,0.7353497164461248,0.4357315389924085,0.5054731837237718,0.4531126451877211
|
5 |
+
1,-1,0.33459357277882795,0.504725897920605,0.5727788279773157,0.7920604914933838,0.33459357277882795,0.33459357277882795,0.16824196597353497,0.504725897920605,0.11455576559546313,0.5727788279773157,0.07920604914933839,0.7920604914933838,0.45122048189155933,0.5300960688288168,0.4646793724550639
|
6 |
+
2,141,0.34026465028355385,0.553875236294896,0.6124763705103969,0.8468809073724007,0.34026465028355385,0.34026465028355385,0.18462507876496534,0.553875236294896,0.12249527410207939,0.6124763705103969,0.08468809073724007,0.8468809073724007,0.4730391274342128,0.5597755321611464,0.48195484749846257
|
7 |
+
2,-1,0.3667296786389414,0.5954631379962193,0.6465028355387523,0.9054820415879017,0.3667296786389414,0.3667296786389414,0.19848771266540643,0.5954631379962193,0.12930056710775045,0.6465028355387523,0.09054820415879017,0.9054820415879017,0.5089341974975249,0.6009717354266271,0.5130112552680065
|
8 |
+
3,141,0.42722117202268434,0.6332703213610587,0.6994328922495274,0.9187145557655955,0.42722117202268434,0.42722117202268434,0.21109010712035284,0.6332703213610587,0.13988657844990549,0.6994328922495274,0.09187145557655955,0.9187145557655955,0.5639789059921383,0.6470952231932082,0.5671410883148195
|
9 |
+
3,-1,0.500945179584121,0.6918714555765595,0.7863894139886578,0.9206049149338374,0.500945179584121,0.500945179584121,0.23062381852551986,0.6918714555765595,0.15727788279773158,0.7863894139886578,0.09206049149338374,0.9206049149338374,0.6238305278002817,0.6944167388613041,0.6268660446370371
|
10 |
+
4,141,0.5349716446124764,0.7523629489603024,0.8128544423440454,0.9243856332703214,0.5349716446124764,0.5349716446124764,0.25078764965343414,0.7523629489603024,0.16257088846880907,0.8128544423440454,0.09243856332703214,0.9243856332703214,0.6549456896810394,0.7197222836587287,0.6577579298481562
|
11 |
+
4,-1,0.5463137996219282,0.7939508506616257,0.8582230623818525,0.9262759924385633,0.5463137996219282,0.5463137996219282,0.2646502835538752,0.7939508506616257,0.17164461247637053,0.8582230623818525,0.09262759924385633,0.9262759924385633,0.670988987907702,0.7331209107513452,0.6738125164874658
|
12 |
+
5,141,0.5311909262759924,0.7712665406427222,0.8582230623818525,0.9224952741020794,0.5311909262759924,0.5311909262759924,0.2570888468809074,0.7712665406427222,0.17164461247637053,0.8582230623818525,0.09224952741020793,0.9224952741020794,0.6609828367389802,0.7246420204309781,0.6641382303511196
|
13 |
+
5,-1,0.5330812854442344,0.7901701323251418,0.8638941398865785,0.9168241965973535,0.5330812854442344,0.5330812854442344,0.26339004410838057,0.7901701323251418,0.1727788279773157,0.8638941398865785,0.09168241965973535,0.9168241965973535,0.6687618147448012,0.7296291085348345,0.6723297658414671
|
14 |
+
6,141,0.5236294896030246,0.8109640831758034,0.8657844990548205,0.9111531190926276,0.5236294896030246,0.5236294896030246,0.27032136105860116,0.8109640831758034,0.17315689981096408,0.8657844990548205,0.09111531190926277,0.9111531190926276,0.6715148378191855,0.7309256582443979,0.6756888636449211
|
15 |
+
6,-1,0.5293005671077504,0.833648393194707,0.8601134215500945,0.9092627599243857,0.5293005671077504,0.5293005671077504,0.27788279773156893,0.833648393194707,0.1720226843100189,0.8601134215500945,0.09092627599243855,0.9092627599243857,0.6774319620727935,0.7350586324017078,0.6815239889091882
|
16 |
+
7,141,0.5293005671077504,0.8279773156899811,0.8525519848771267,0.9035916824196597,0.5293005671077504,0.5293005671077504,0.275992438563327,0.8279773156899811,0.17051039697542533,0.8525519848771267,0.09035916824196596,0.9035916824196597,0.6745529150538604,0.7315594766229823,0.679150823592955
|
17 |
+
7,-1,0.5500945179584121,0.8279773156899811,0.8544423440453687,0.8979206049149339,0.5500945179584121,0.5500945179584121,0.27599243856332706,0.8279773156899811,0.17088846880907374,0.8544423440453687,0.08979206049149338,0.8979206049149339,0.6858538122243226,0.7386559405831794,0.6907941606413275
|
18 |
+
8,141,0.5274102079395085,0.8185255198487713,0.8468809073724007,0.8960302457466919,0.5274102079395085,0.5274102079395085,0.2728418399495904,0.8185255198487713,0.16937618147448016,0.8468809073724007,0.08960302457466919,0.8960302457466919,0.6726318000420081,0.7282271471111519,0.6775824053878544
|
19 |
+
8,-1,0.5444234404536862,0.8128544423440454,0.8449905482041588,0.9054820415879017,0.5444234404536862,0.5444234404536862,0.2709514807813484,0.8128544423440454,0.16899810964083176,0.8449905482041588,0.09054820415879018,0.9054820415879017,0.6812456866804694,0.7366003909980801,0.6854402468279017
|
20 |
+
9,141,0.5387523629489603,0.8071833648393195,0.8525519848771267,0.9035916824196597,0.5387523629489603,0.5387523629489603,0.26906112161310647,0.8071833648393195,0.17051039697542536,0.8525519848771267,0.09035916824196596,0.9035916824196597,0.6814527260179435,0.7365307325510492,0.685839965887924
|
21 |
+
9,-1,0.5595463137996219,0.8204158790170132,0.8582230623818525,0.9054820415879017,0.5595463137996219,0.5595463137996219,0.27347195967233767,0.8204158790170132,0.17164461247637053,0.8582230623818525,0.09054820415879017,0.9054820415879017,0.6967458817175265,0.7486448355650137,0.7010628112468851
|
22 |
+
10,141,0.5595463137996219,0.8204158790170132,0.8582230623818525,0.8998109640831758,0.5595463137996219,0.5595463137996219,0.27347195967233767,0.8204158790170132,0.1716446124763705,0.8582230623818525,0.08998109640831758,0.8998109640831758,0.6969889278963005,0.7475959595829219,0.7017097128256918
|
23 |
+
10,-1,0.5519848771266541,0.8128544423440454,0.8506616257088847,0.9017013232514177,0.5519848771266541,0.5519848771266541,0.2709514807813484,0.8128544423440454,0.17013232514177692,0.8506616257088847,0.09017013232514179,0.9017013232514177,0.6914611276142469,0.7437439414644582,0.6953316320384763
|
24 |
+
11,141,0.5482041587901701,0.8147448015122873,0.8487712665406427,0.8979206049149339,0.5482041587901701,0.5482041587901701,0.27158160050409574,0.8147448015122873,0.16975425330812857,0.8487712665406427,0.08979206049149338,0.8979206049149339,0.688448555225493,0.7405536726715559,0.6926099895973721
|
25 |
+
11,-1,0.5330812854442344,0.8034026465028355,0.8468809073724007,0.8998109640831758,0.5330812854442344,0.5330812854442344,0.2678008821676118,0.8034026465028355,0.16937618147448014,0.8468809073724007,0.08998109640831758,0.8998109640831758,0.6813499564917336,0.7358080077718913,0.6855421667119314
|
26 |
+
12,141,0.5160680529300568,0.780718336483932,0.8204158790170132,0.888468809073724,0.5160680529300568,0.5160680529300568,0.26023944549464395,0.780718336483932,0.16408317580340268,0.8204158790170132,0.0888468809073724,0.888468809073724,0.659703843730309,0.7160659100483118,0.6648478425138353
|
27 |
+
12,-1,0.5085066162570888,0.7863894139886578,0.8393194706994329,0.9017013232514177,0.5085066162570888,0.5085066162570888,0.26212980466288593,0.7863894139886578,0.16786389413988656,0.8393194706994329,0.09017013232514179,0.9017013232514177,0.661360158430102,0.7206975257211802,0.6654958893814031
|
28 |
+
13,141,0.5179584120982986,0.7901701323251418,0.8468809073724007,0.8998109640831758,0.5179584120982986,0.5179584120982986,0.26339004410838057,0.7901701323251418,0.16937618147448014,0.8468809073724007,0.08998109640831758,0.8998109640831758,0.6666951720826957,0.724351837521634,0.6709445050931039
|
29 |
+
13,-1,0.4952741020793951,0.776937618147448,0.833648393194707,0.8846880907372401,0.4952741020793951,0.4952741020793951,0.2589792060491493,0.776937618147448,0.16672967863894136,0.833648393194707,0.08846880907372401,0.8846880907372401,0.6512497374501154,0.7092397498810075,0.6557891024627667
|
30 |
+
14,141,0.500945179584121,0.77882797731569,0.833648393194707,0.8903591682419659,0.500945179584121,0.500945179584121,0.2596093257718966,0.77882797731569,0.1667296786389414,0.833648393194707,0.08903591682419659,0.8903591682419659,0.6542180514297715,0.7127124608997355,0.6587017583973764
|
31 |
+
14,-1,0.4877126654064272,0.7882797731568998,0.8279773156899811,0.8771266540642723,0.4877126654064272,0.4877126654064272,0.2627599243856333,0.7882797731568998,0.16559546313799622,0.8279773156899811,0.08771266540642722,0.8771266540642723,0.6471419569718247,0.704588154542532,0.6526656804407066
|
32 |
+
15,141,0.4555765595463138,0.776937618147448,0.8260869565217391,0.8979206049149339,0.4555765595463138,0.4555765595463138,0.25897920604914926,0.776937618147448,0.16521739130434784,0.8260869565217391,0.08979206049149338,0.8979206049149339,0.6296853902241428,0.6960971281667595,0.6337012310561149
|
33 |
+
15,-1,0.44612476370510395,0.7485822306238186,0.8071833648393195,0.8846880907372401,0.44612476370510395,0.44612476370510395,0.2495274102079395,0.7485822306238186,0.1614366729678639,0.8071833648393195,0.08846880907372401,0.8846880907372401,0.6177303687700663,0.6837229859861793,0.6225296565823466
|
34 |
+
16,141,0.45368620037807184,0.7485822306238186,0.8128544423440454,0.8827977315689981,0.45368620037807184,0.45368620037807184,0.2495274102079395,0.7485822306238186,0.16257088846880907,0.8128544423440454,0.08827977315689982,0.8827977315689981,0.6214720796951421,0.686049664049735,0.6263223713413403
|
35 |
+
16,-1,0.46502835538752363,0.7372400756143668,0.7996219281663516,0.8695652173913043,0.46502835538752363,0.46502835538752363,0.24574669187145556,0.7372400756143668,0.1599243856332703,0.7996219281663516,0.08695652173913043,0.8695652173913043,0.6219326672067693,0.6831680378940309,0.627028965148658
|
36 |
+
17,141,0.4064272211720227,0.7466918714555766,0.7844990548204159,0.8374291115311909,0.4064272211720227,0.4064272211720227,0.24889729048519216,0.7466918714555766,0.15689981096408318,0.7844990548204159,0.08374291115311909,0.8374291115311909,0.5848868785069161,0.6480400137510424,0.5909385355167552
|
37 |
+
17,-1,0.4158790170132325,0.7315689981096408,0.775047258979206,0.8431001890359168,0.4158790170132325,0.4158790170132325,0.2438563327032136,0.7315689981096408,0.15500945179584122,0.775047258979206,0.08431001890359169,0.8431001890359168,0.5908100039007409,0.6536522138508433,0.5963389276695094
|
38 |
+
18,141,0.4120982986767486,0.7448015122873346,0.776937618147448,0.8544423440453687,0.4120982986767486,0.4120982986767486,0.24826717076244484,0.7448015122873346,0.15538752362948957,0.776937618147448,0.08544423440453687,0.8544423440453687,0.5930011702223421,0.6581628572884992,0.5979209834131141
|
39 |
+
18,-1,0.3988657844990548,0.7334593572778828,0.7693761814744802,0.8166351606805293,0.3988657844990548,0.3988657844990548,0.2444864524259609,0.7334593572778828,0.15387523629489605,0.7693761814744802,0.08166351606805293,0.8166351606805293,0.5741335853812224,0.6349598673072517,0.5801385668480438
|
40 |
+
19,141,0.3856332703213611,0.725897920604915,0.776937618147448,0.8260869565217391,0.3856332703213611,0.3856332703213611,0.24196597353497162,0.725897920604915,0.1553875236294896,0.776937618147448,0.08260869565217391,0.8260869565217391,0.5680619317670357,0.6325972163747052,0.5737300672580127
|
41 |
+
19,-1,0.34782608695652173,0.7315689981096408,0.7655954631379962,0.831758034026465,0.34782608695652173,0.34782608695652173,0.24385633270321355,0.7315689981096408,0.15311909262759923,0.7655954631379962,0.0831758034026465,0.831758034026465,0.5510757043838331,0.6213291225420808,0.5556638020203145
|
42 |
+
20,141,0.40264650283553877,0.7296786389413988,0.7523629489603024,0.8223062381852552,0.40264650283553877,0.40264650283553877,0.24322621298046626,0.7296786389413988,0.1504725897920605,0.7523629489603024,0.08223062381852551,0.8223062381852552,0.5745934227503222,0.6363614741955451,0.5800841163135133
|
43 |
+
20,-1,0.3705103969754253,0.7069943289224953,0.7353497164461248,0.8071833648393195,0.3705103969754253,0.3705103969754253,0.2356647763074984,0.7069943289224953,0.14706994328922496,0.7353497164461248,0.08071833648393195,0.8071833648393195,0.5503938248267172,0.6144064322054508,0.5559188734107444
|
44 |
+
21,141,0.34026465028355385,0.6994328922495274,0.7655954631379962,0.8223062381852552,0.34026465028355385,0.34026465028355385,0.23314429741650913,0.6994328922495274,0.15311909262759923,0.7655954631379962,0.08223062381852551,0.8223062381852552,0.5380119722747321,0.6090547558164591,0.5430211996830556
|
45 |
+
21,-1,0.3383742911153119,0.6880907372400756,0.7485822306238186,0.7920604914933838,0.3383742911153119,0.3383742911153119,0.22936357908002517,0.6880907372400756,0.14971644612476367,0.7485822306238186,0.07920604914933839,0.7920604914933838,0.5269361178623935,0.5934780220174063,0.5332628843270592
|
46 |
+
22,141,0.3572778827977316,0.7088846880907372,0.7542533081285444,0.8015122873345936,0.3572778827977316,0.3572778827977316,0.23629489603024573,0.7088846880907372,0.1508506616257089,0.7542533081285444,0.08015122873345934,0.8015122873345936,0.5454293815825005,0.6098756155824806,0.5515929386524079
|
47 |
+
22,-1,0.32325141776937616,0.6824196597353497,0.7372400756143668,0.7863894139886578,0.32325141776937616,0.32325141776937616,0.22747321991178324,0.6824196597353497,0.14744801512287334,0.7372400756143668,0.07863894139886579,0.7863894139886578,0.515260899570918,0.5832628474403997,0.5212323219525594
|
48 |
+
23,141,0.34215500945179583,0.6918714555765595,0.7523629489603024,0.8128544423440454,0.34215500945179583,0.34215500945179583,0.23062381852551986,0.6918714555765595,0.1504725897920605,0.7523629489603024,0.08128544423440454,0.8128544423440454,0.5308016023044378,0.6009130570971474,0.5364121307400866
|
49 |
+
23,-1,0.3705103969754253,0.7032136105860114,0.7618147448015122,0.8034026465028355,0.3705103969754253,0.3705103969754253,0.23440453686200374,0.7032136105860114,0.15236294896030245,0.7618147448015122,0.08034026465028356,0.8034026465028355,0.5468298976805591,0.6110090424611985,0.5532457917377794
|
50 |
+
24,141,0.3950850661625709,0.7145557655954632,0.7485822306238186,0.7882797731568998,0.3950850661625709,0.3950850661625709,0.23818525519848766,0.7145557655954632,0.1497164461247637,0.7485822306238186,0.07882797731568998,0.7882797731568998,0.5598381192426563,0.6171616923404073,0.5659430505668185
|
51 |
+
24,-1,0.32325141776937616,0.6691871455576559,0.7561436672967864,0.8052930056710775,0.32325141776937616,0.32325141776937616,0.22306238185255198,0.6691871455576559,0.15122873345935728,0.7561436672967864,0.08052930056710776,0.8052930056710775,0.5148228163351032,0.5869381027850316,0.521709650709922
|
52 |
+
25,141,0.3534971644612476,0.6786389413988658,0.7448015122873346,0.7939508506616257,0.3534971644612476,0.3534971644612476,0.22621298046628857,0.6786389413988658,0.14896030245746694,0.7448015122873346,0.07939508506616257,0.7939508506616257,0.5291535391724427,0.5949635799167858,0.5355705595211643
|
53 |
+
25,-1,0.3761814744801512,0.7145557655954632,0.7655954631379962,0.8071833648393195,0.3761814744801512,0.3761814744801512,0.2381852551984877,0.7145557655954632,0.15311909262759923,0.7655954631379962,0.08071833648393195,0.8071833648393195,0.5518746061751733,0.6158099519588193,0.5571907595368498
|
54 |
+
26,141,0.3780718336483932,0.665406427221172,0.722117202268431,0.8071833648393195,0.3780718336483932,0.3780718336483932,0.22180214240705734,0.665406427221172,0.14442344045368619,0.722117202268431,0.08071833648393195,0.8071833648393195,0.5393427251177721,0.6051226462689306,0.5462675860287703
|
55 |
+
26,-1,0.3572778827977316,0.665406427221172,0.7088846880907372,0.8204158790170132,0.3572778827977316,0.3572778827977316,0.22180214240705734,0.665406427221172,0.14177693761814744,0.7088846880907372,0.08204158790170132,0.8204158790170132,0.5310701533291325,0.6019874906404481,0.5374974532212474
|
56 |
+
27,141,0.34782608695652173,0.6559546313799622,0.7069943289224953,0.780718336483932,0.34782608695652173,0.34782608695652173,0.21865154379332072,0.6559546313799622,0.1413988657844991,0.7069943289224953,0.0780718336483932,0.780718336483932,0.5163283523869532,0.581666085533417,0.5236951942734575
|
57 |
+
27,-1,0.3572778827977316,0.6559546313799622,0.722117202268431,0.8166351606805293,0.3572778827977316,0.3572778827977316,0.21865154379332072,0.6559546313799622,0.1444234404536862,0.722117202268431,0.08166351606805293,0.8166351606805293,0.5265205389023915,0.5975804510516028,0.532886482351474
|
58 |
+
28,141,0.34026465028355385,0.6635160680529301,0.7107750472589792,0.775047258979206,0.34026465028355385,0.34026465028355385,0.22117202268431002,0.6635160680529301,0.14215500945179582,0.7107750472589792,0.07750472589792061,0.775047258979206,0.5149525909922883,0.5796729783515147,0.5219020830113378
|
59 |
+
28,-1,0.33648393194706994,0.6332703213610587,0.6975425330812854,0.7882797731568998,0.33648393194706994,0.33648393194706994,0.21109010712035284,0.6332703213610587,0.13950850661625708,0.6975425330812854,0.07882797731568998,0.7882797731568998,0.5071406067152755,0.5761615126788828,0.5130000647753303
|
60 |
+
29,141,0.4007561436672968,0.6408317580340265,0.6937618147448015,0.7882797731568998,0.4007561436672968,0.4007561436672968,0.21361058601134217,0.6408317580340265,0.13875236294896032,0.6937618147448015,0.07882797731568998,0.7882797731568998,0.5406434722597291,0.6011210629439528,0.5473598720828801
|
61 |
+
29,-1,0.42533081285444235,0.6710775047258979,0.7145557655954632,0.7920604914933838,0.42533081285444235,0.42533081285444235,0.22369250157529927,0.6710775047258979,0.1429111531190926,0.7145557655954632,0.07920604914933839,0.7920604914933838,0.5636795991238333,0.6197810394259289,0.5704274780982536
|
62 |
+
30,141,0.3705103969754253,0.6332703213610587,0.6994328922495274,0.7674858223062382,0.3705103969754253,0.3705103969754253,0.21109010712035284,0.6332703213610587,0.13988657844990549,0.6994328922495274,0.07674858223062381,0.7674858223062382,0.5214810814054668,0.5821464399299094,0.5288717349042474
|
63 |
+
30,-1,0.3686200378071834,0.6691871455576559,0.725897920604915,0.775047258979206,0.3686200378071834,0.3686200378071834,0.22306238185255198,0.6691871455576559,0.14517958412098297,0.725897920604915,0.07750472589792061,0.775047258979206,0.5331082905752093,0.5934391577159939,0.5397201502791346
|
64 |
+
31,141,0.3383742911153119,0.6389413988657845,0.6956521739130435,0.77882797731569,0.3383742911153119,0.3383742911153119,0.21298046628859482,0.6389413988657845,0.1391304347826087,0.6956521739130435,0.077882797731569,0.77882797731569,0.5085681279443091,0.5753075244878547,0.5157152671306754
|
65 |
+
31,-1,0.32892249527410206,0.6332703213610587,0.6635160680529301,0.7580340264650284,0.32892249527410206,0.32892249527410206,0.21109010712035287,0.6332703213610587,0.13270321361058598,0.6635160680529301,0.07580340264650283,0.7580340264650284,0.4969424190596212,0.561408110215235,0.5040393107228405
|
66 |
+
32,141,0.34782608695652173,0.6521739130434783,0.7013232514177694,0.7391304347826086,0.34782608695652173,0.34782608695652173,0.21739130434782608,0.6521739130434783,0.1402646502835539,0.7013232514177694,0.07391304347826087,0.7391304347826086,0.5121073003870736,0.5690364385564929,0.5193064463033576
|
67 |
+
32,-1,0.33081285444234404,0.6238185255198487,0.6880907372400756,0.7599243856332704,0.33081285444234404,0.33081285444234404,0.20793950850661624,0.6238185255198487,0.13761814744801512,0.6880907372400756,0.07599243856332703,0.7599243856332704,0.4949455396525339,0.5602324881477457,0.5015963159054156
|
68 |
+
33,141,0.30623818525519847,0.6124763705103969,0.6918714555765595,0.7637051039697542,0.30623818525519847,0.30623818525519847,0.20415879017013233,0.6124763705103969,0.13837429111531188,0.6918714555765595,0.07637051039697543,0.7637051039697542,0.4829477600744139,0.5522764687201439,0.4909968733625007
|
69 |
+
33,-1,0.31001890359168244,0.6370510396975425,0.7088846880907372,0.7844990548204159,0.31001890359168244,0.31001890359168244,0.2123503465658475,0.6370510396975425,0.14177693761814744,0.7088846880907372,0.07844990548204159,0.7844990548204159,0.49478725957932007,0.5664046656343796,0.5015508488701643
|
70 |
+
34,141,0.30812854442344045,0.6011342155009451,0.6502835538752363,0.7637051039697542,0.30812854442344045,0.30812854442344045,0.2003780718336484,0.6011342155009451,0.13005671077504724,0.6502835538752363,0.07637051039697543,0.7637051039697542,0.4744628979506104,0.545145852380878,0.4828614961493256
|
71 |
+
34,-1,0.332703213610586,0.6086956521739131,0.665406427221172,0.77882797731569,0.332703213610586,0.332703213610586,0.20289855072463764,0.6086956521739131,0.13308128544423442,0.665406427221172,0.077882797731569,0.77882797731569,0.4926966123563475,0.5622915370199721,0.49857112956477817
|
72 |
+
35,141,0.28544423440453687,0.6143667296786389,0.7107750472589792,0.7599243856332704,0.28544423440453687,0.28544423440453687,0.20478890989287968,0.6143667296786389,0.14215500945179582,0.7107750472589792,0.07599243856332703,0.7599243856332704,0.4744471449575418,0.5456451302523224,0.4804948245611381
|
73 |
+
35,-1,0.3686200378071834,0.610586011342155,0.6880907372400756,0.7542533081285444,0.3686200378071834,0.3686200378071834,0.20352867044738499,0.610586011342155,0.13761814744801512,0.6880907372400756,0.07542533081285444,0.7542533081285444,0.5101741830947875,0.5699366670765668,0.5168774368586121
|
74 |
+
36,141,0.28544423440453687,0.6181474480151229,0.6748582230623819,0.7580340264650284,0.28544423440453687,0.28544423440453687,0.2060491493383743,0.6181474480151229,0.13497164461247638,0.6748582230623819,0.07580340264650284,0.7580340264650284,0.46781288444804475,0.5394719680970033,0.47783232508473145
|
75 |
+
36,-1,0.3270321361058601,0.5992438563327032,0.6502835538752363,0.7580340264650284,0.3270321361058601,0.3270321361058601,0.19974795211090104,0.5992438563327032,0.13005671077504724,0.6502835538752363,0.07580340264650284,0.7580340264650284,0.48536696972424725,0.5519630571159756,0.4937454642906098
|
76 |
+
37,141,0.32325141776937616,0.6011342155009451,0.6710775047258979,0.7882797731568998,0.32325141776937616,0.32325141776937616,0.2003780718336484,0.6011342155009451,0.1342155009451796,0.6710775047258979,0.07882797731568998,0.7882797731568998,0.48946724877726727,0.562006462673002,0.49744016316808853
|
77 |
+
37,-1,0.27599243856332706,0.5954631379962193,0.6465028355387523,0.7580340264650284,0.27599243856332706,0.27599243856332706,0.19848771266540643,0.5954631379962193,0.12930056710775045,0.6465028355387523,0.07580340264650283,0.7580340264650284,0.45535151678818964,0.5294470111809345,0.46311980364322847
|
78 |
+
38,141,0.31947069943289225,0.6030245746691871,0.6559546313799622,0.7353497164461248,0.31947069943289225,0.31947069943289225,0.2010081915563957,0.6030245746691871,0.1311909262759924,0.6559546313799622,0.07353497164461247,0.7353497164461248,0.47964488252768006,0.5427906587424032,0.4876968062454015
|
79 |
+
38,-1,0.3005671077504726,0.6578449905482041,0.7013232514177694,0.7523629489603024,0.3005671077504726,0.3005671077504726,0.21928166351606806,0.6578449905482041,0.1402646502835539,0.7013232514177694,0.07523629489603025,0.7523629489603024,0.4903156599753954,0.5560469917962024,0.49767745835341975
|
80 |
+
39,141,0.4102079395085066,0.6086956521739131,0.665406427221172,0.7863894139886578,0.4102079395085066,0.4102079395085066,0.20289855072463767,0.6086956521739131,0.13308128544423437,0.665406427221172,0.07863894139886579,0.7863894139886578,0.535797551534791,0.5961794668347271,0.5430378499203228
|
81 |
+
39,-1,0.33081285444234404,0.5954631379962193,0.6767485822306238,0.7618147448015122,0.33081285444234404,0.33081285444234404,0.19848771266540643,0.5954631379962193,0.13534971644612476,0.6767485822306238,0.07618147448015122,0.7618147448015122,0.48963077984817077,0.556409511505756,0.496237784770387
|
82 |
+
40,141,0.29867674858223064,0.6389413988657845,0.6729678638941399,0.7844990548204159,0.29867674858223064,0.29867674858223064,0.21298046628859482,0.6389413988657845,0.13459357277882797,0.6729678638941399,0.07844990548204159,0.7844990548204159,0.4873818525519845,0.5606891089072364,0.49410459539650686
|
83 |
+
40,-1,0.3818525519848771,0.6465028355387523,0.722117202268431,0.780718336483932,0.3818525519848771,0.3818525519848771,0.21550094517958412,0.6465028355387523,0.1444234404536862,0.722117202268431,0.0780718336483932,0.780718336483932,0.533426351006691,0.5944205768836207,0.540732165864551
|
84 |
+
41,141,0.31379962192816635,0.6502835538752363,0.7164461247637051,0.7712665406427222,0.31379962192816635,0.31379962192816635,0.21676118462507873,0.6502835538752363,0.143289224952741,0.7164461247637051,0.0771266540642722,0.7712665406427222,0.4969776757583936,0.5651111266209952,0.5039142443520412
|
85 |
+
41,-1,0.33459357277882795,0.6049149338374291,0.6465028355387523,0.7618147448015122,0.33459357277882795,0.33459357277882795,0.20163831127914303,0.6049149338374291,0.12930056710775045,0.6465028355387523,0.07618147448015122,0.7618147448015122,0.48981906562246813,0.5558226481100532,0.4978177714943381
|
86 |
+
42,141,0.28733459357277885,0.5954631379962193,0.6200378071833649,0.6578449905482041,0.28733459357277885,0.28733459357277885,0.19848771266540643,0.5954631379962193,0.12400756143667296,0.6200378071833649,0.06578449905482041,0.6578449905482041,0.44806763285024137,0.5009980121268337,0.4596358206729612
|
87 |
+
42,-1,0.4007561436672968,0.6275992438563327,0.6767485822306238,0.7901701323251418,0.4007561436672968,0.4007561436672968,0.2091997479521109,0.6275992438563327,0.13534971644612476,0.6767485822306238,0.07901701323251417,0.7901701323251418,0.5335606265190385,0.5953181806788872,0.5401738864923561
|
88 |
+
43,141,0.31758034026465026,0.610586011342155,0.6578449905482041,0.7693761814744802,0.31758034026465026,0.31758034026465026,0.20352867044738499,0.610586011342155,0.13156899810964082,0.6578449905482041,0.07693761814744803,0.7693761814744802,0.4876128964503254,0.5564351323454693,0.49306798851065126
|
89 |
+
43,-1,0.2741020793950851,0.5879017013232514,0.6086956521739131,0.6616257088846881,0.2741020793950851,0.2741020793950851,0.19596723377441713,0.5879017013232514,0.12173913043478261,0.6086956521739131,0.0661625708884688,0.6616257088846881,0.4382880247246976,0.4942385216292592,0.44929437376468095
|
90 |
+
44,141,0.3610586011342155,0.5689981096408318,0.6162570888468809,0.7013232514177694,0.3610586011342155,0.3610586011342155,0.18966603654694392,0.5689981096408318,0.12325141776937616,0.6162570888468809,0.07013232514177693,0.7013232514177694,0.48401221232034064,0.5367650674169252,0.49327269293731796
|
91 |
+
44,-1,0.23629489603024575,0.5595463137996219,0.5784499054820416,0.610586011342155,0.23629489603024575,0.23629489603024575,0.1865154379332073,0.5595463137996219,0.11568998109640832,0.5784499054820416,0.0610586011342155,0.610586011342155,0.4009151738830377,0.45407922925235145,0.4110981561945127
|
92 |
+
45,141,0.2381852551984877,0.5671077504725898,0.5992438563327032,0.6427221172022685,0.2381852551984877,0.2381852551984877,0.18903591682419657,0.5671077504725898,0.11984877126654063,0.5992438563327032,0.06427221172022685,0.6427221172022685,0.40890494193896837,0.46759235364557794,0.4207720143349494
|
93 |
+
45,-1,0.2665406427221172,0.5765595463137996,0.6124763705103969,0.7296786389413988,0.2665406427221172,0.2665406427221172,0.1921865154379332,0.5765595463137996,0.12249527410207939,0.6124763705103969,0.07296786389413988,0.7296786389413988,0.4421070003300626,0.5122618829824475,0.44952628239954073
|
94 |
+
46,141,0.2892249527410208,0.5954631379962193,0.6446124763705104,0.7580340264650284,0.2892249527410208,0.2892249527410208,0.19848771266540643,0.5954631379962193,0.12892249527410204,0.6446124763705104,0.07580340264650284,0.7580340264650284,0.46310799051819823,0.5350786299354465,0.4699148258802777
|
95 |
+
46,-1,0.29678638941398866,0.6238185255198487,0.6616257088846881,0.7958412098298677,0.29678638941398866,0.29678638941398866,0.20793950850661624,0.6238185255198487,0.1323251417769376,0.6616257088846881,0.07958412098298677,0.7958412098298677,0.4823761514687788,0.558767530662683,0.4874267420222295
|
96 |
+
47,141,0.387523629489603,0.5860113421550095,0.6408317580340265,0.7731568998109641,0.387523629489603,0.387523629489603,0.19533711405166979,0.5860113421550095,0.12816635160680526,0.6408317580340265,0.0773156899810964,0.7731568998109641,0.5136833498364687,0.5756798605550587,0.5197586739974193
|
97 |
+
47,-1,0.31947069943289225,0.5935727788279773,0.6389413988657845,0.7429111531190926,0.31947069943289225,0.31947069943289225,0.1978575929426591,0.5935727788279773,0.12778827977315688,0.6389413988657845,0.07429111531190925,0.7429111531190926,0.47871695622168203,0.5433278723444988,0.4860635933741837
|
98 |
+
48,141,0.30812854442344045,0.6332703213610587,0.7126654064272212,0.8128544423440454,0.30812854442344045,0.30812854442344045,0.21109010712035284,0.6332703213610587,0.14253308128544426,0.7126654064272212,0.08128544423440454,0.8128544423440454,0.49913883637891177,0.5761213254872505,0.5035178362846304
|
99 |
+
48,-1,0.3988657844990548,0.5916824196597353,0.6200378071833649,0.7523629489603024,0.3988657844990548,0.3988657844990548,0.19722747321991174,0.5916824196597353,0.12400756143667296,0.6200378071833649,0.07523629489603025,0.7523629489603024,0.5150628619437692,0.5717215941111937,0.5212318203803379
|
100 |
+
49,141,0.28544423440453687,0.5727788279773157,0.6049149338374291,0.6446124763705104,0.28544423440453687,0.28544423440453687,0.19092627599243855,0.5727788279773157,0.12098298676748583,0.6049149338374291,0.06446124763705102,0.6446124763705104,0.4401198727758272,0.4914937629884044,0.4507663018803795
|
101 |
+
49,-1,0.31190926275992437,0.5822306238185255,0.6313799621928167,0.6710775047258979,0.31190926275992437,0.31190926275992437,0.19407687460617515,0.5822306238185255,0.1262759924385633,0.6313799621928167,0.0671077504725898,0.6710775047258979,0.4605560056410717,0.5131546305736157,0.46904071291804944
|
102 |
+
50,141,0.2741020793950851,0.5727788279773157,0.6181474480151229,0.6408317580340265,0.2741020793950851,0.2741020793950851,0.19092627599243855,0.5727788279773157,0.12362948960302458,0.6181474480151229,0.06408317580340264,0.6408317580340265,0.4350519098628739,0.4871675355739029,0.4450870935832104
|
103 |
+
50,-1,0.28733459357277885,0.5992438563327032,0.6257088846880907,0.665406427221172,0.28733459357277885,0.28733459357277885,0.19974795211090107,0.5992438563327032,0.12514177693761813,0.6257088846880907,0.06654064272211721,0.665406427221172,0.4494914033666397,0.5038047772003835,0.45828753637708675
|
104 |
+
51,141,0.30812854442344045,0.5954631379962193,0.6427221172022685,0.6994328922495274,0.30812854442344045,0.30812854442344045,0.19848771266540643,0.5954631379962193,0.1285444234404537,0.6427221172022685,0.06994328922495274,0.6994328922495274,0.4653179104029765,0.5234178393597123,0.47407343746070385
|
105 |
+
51,-1,0.2514177693761815,0.5689981096408318,0.6238185255198487,0.6710775047258979,0.2514177693761815,0.2514177693761815,0.18966603654694392,0.5689981096408318,0.12476370510396975,0.6238185255198487,0.06710775047258978,0.6710775047258979,0.42377501725327804,0.4854957829626693,0.4363396546222618
|
106 |
+
52,141,0.2741020793950851,0.6502835538752363,0.7126654064272212,0.7844990548204159,0.2741020793950851,0.2741020793950851,0.21676118462507873,0.6502835538752363,0.14253308128544426,0.7126654064272212,0.07844990548204159,0.7844990548204159,0.48146772886848493,0.556861128709462,0.4871871954237123
|
107 |
+
52,-1,0.27599243856332706,0.6521739130434783,0.7296786389413988,0.7996219281663516,0.27599243856332706,0.27599243856332706,0.21739130434782605,0.6521739130434783,0.1459357277882798,0.7296786389413988,0.07996219281663515,0.7996219281663516,0.4831728028325381,0.5616448195557278,0.4884391004224269
|
108 |
+
53,141,0.2589792060491493,0.665406427221172,0.722117202268431,0.7731568998109641,0.2589792060491493,0.2589792060491493,0.22180214240705734,0.665406427221172,0.1444234404536862,0.722117202268431,0.07731568998109642,0.7731568998109641,0.4750247547033935,0.5498909202083365,0.4816813018006878
|
109 |
+
53,-1,0.2570888468809074,0.6483931947069943,0.6899810964083176,0.7618147448015122,0.2570888468809074,0.2570888468809074,0.21613106490233142,0.6483931947069943,0.13799621928166353,0.6899810964083176,0.07618147448015122,0.7618147448015122,0.46247862093797815,0.5370905366206589,0.46936374122116536
|
110 |
+
54,141,0.27599243856332706,0.6068052930056711,0.725897920604915,0.7693761814744802,0.27599243856332706,0.27599243856332706,0.20226843100189035,0.6068052930056711,0.14517958412098297,0.725897920604915,0.07693761814744803,0.7693761814744802,0.469519458697152,0.5439696094682294,0.4762178859591731
|
111 |
+
54,-1,0.31568998109640833,0.6502835538752363,0.7051039697542533,0.782608695652174,0.31568998109640833,0.31568998109640833,0.21676118462507873,0.6502835538752363,0.14102079395085065,0.7051039697542533,0.07826086956521738,0.782608695652174,0.5006548744261407,0.5706830566651397,0.5074302530916328
|
112 |
+
55,141,0.34593572778827975,0.6635160680529301,0.7429111531190926,0.8260869565217391,0.34593572778827975,0.34593572778827975,0.22117202268431002,0.6635160680529301,0.1485822306238185,0.7429111531190926,0.08260869565217392,0.8260869565217391,0.5250495094067873,0.5989219866559196,0.5293050950655348
|
113 |
+
55,-1,0.2514177693761815,0.5765595463137996,0.610586011342155,0.6597353497164461,0.2514177693761815,0.2514177693761815,0.1921865154379332,0.5765595463137996,0.122117202268431,0.610586011342155,0.06597353497164461,0.6597353497164461,0.4251230233744411,0.48411090052941563,0.4332245134316864
|
114 |
+
56,141,0.24574669187145556,0.6200378071833649,0.725897920604915,0.7844990548204159,0.24574669187145556,0.24574669187145556,0.20667926906112163,0.6200378071833649,0.14517958412098297,0.725897920604915,0.07844990548204159,0.7844990548204159,0.45714435742791076,0.538267337462699,0.4631201341535926
|
115 |
+
56,-1,0.2381852551984877,0.6181474480151229,0.7126654064272212,0.7523629489603024,0.2381852551984877,0.2381852551984877,0.2060491493383743,0.6181474480151229,0.14253308128544426,0.7126654064272212,0.07523629489603025,0.7523629489603024,0.4491050799651929,0.5249708813739505,0.456511664297653
|
116 |
+
57,141,0.24196597353497165,0.5992438563327032,0.6824196597353497,0.7032136105860114,0.24196597353497165,0.24196597353497165,0.19974795211090104,0.5992438563327032,0.13648393194706993,0.6824196597353497,0.07032136105860112,0.7032136105860114,0.4370060311459177,0.5041297883068221,0.4432839988626673
|
117 |
+
57,-1,0.23629489603024575,0.5973534971644613,0.6767485822306238,0.7145557655954632,0.23629489603024575,0.23629489603024575,0.19911783238815375,0.5973534971644613,0.13534971644612476,0.6767485822306238,0.0714555765595463,0.7145557655954632,0.4353437153059081,0.5054352729025161,0.4424558640377658
|
118 |
+
58,141,0.28544423440453687,0.6332703213610587,0.6862003780718336,0.7655954631379962,0.28544423440453687,0.28544423440453687,0.21109010712035284,0.6332703213610587,0.1372400756143667,0.6862003780718336,0.07655954631379962,0.7655954631379962,0.465226393014673,0.5391004244862503,0.47176086695223296
|
119 |
+
58,-1,0.33459357277882795,0.6446124763705104,0.6862003780718336,0.7107750472589792,0.33459357277882795,0.33459357277882795,0.21487082545683678,0.6446124763705104,0.1372400756143667,0.6862003780718336,0.07107750472589791,0.7107750472589792,0.48842230023704525,0.5444070480408011,0.493176402711932
|
120 |
+
59,141,0.34593572778827975,0.6351606805293005,0.718336483931947,0.780718336483932,0.34593572778827975,0.34593572778827975,0.21172022684310018,0.6351606805293005,0.14366729678638943,0.718336483931947,0.0780718336483932,0.780718336483932,0.5105927626248987,0.5772096029054967,0.5165114385172108
|
121 |
+
59,-1,0.29867674858223064,0.6049149338374291,0.7164461247637051,0.7277882797731569,0.29867674858223064,0.29867674858223064,0.20163831127914303,0.6049149338374291,0.14328922495274102,0.7164461247637051,0.07277882797731569,0.7277882797731569,0.475561106610256,0.5391588130513584,0.48110619364469087
|
122 |
+
60,141,0.32325141776937616,0.5879017013232514,0.6994328922495274,0.7429111531190926,0.32325141776937616,0.32325141776937616,0.19596723377441713,0.5879017013232514,0.13988657844990549,0.6994328922495274,0.07429111531190925,0.7429111531190926,0.47811159120232793,0.5433056854062911,0.48563720373504515
|
123 |
+
60,-1,0.27977315689981097,0.5916824196597353,0.6729678638941399,0.7448015122873346,0.27977315689981097,0.27977315689981097,0.19722747321991177,0.5916824196597353,0.13459357277882797,0.6729678638941399,0.07448015122873346,0.7448015122873346,0.4547078944999547,0.5259441147631431,0.4613862697270721
|
124 |
+
61,141,0.28733459357277885,0.5973534971644613,0.6805293005671077,0.7504725897920604,0.28733459357277885,0.28733459357277885,0.19911783238815375,0.5973534971644613,0.13610586011342155,0.6805293005671077,0.07504725897920606,0.7504725897920604,0.4609513307528428,0.5321801741977102,0.46860447359468627
|
125 |
+
61,-1,0.2381852551984877,0.5406427221172023,0.5935727788279773,0.6389413988657845,0.2381852551984877,0.2381852551984877,0.18021424070573408,0.5406427221172023,0.11871455576559546,0.5935727788279773,0.06389413988657844,0.6389413988657845,0.3993571278542921,0.45898299921370195,0.4070722030387161
|
126 |
+
62,141,0.21928166351606806,0.5519848771266541,0.5860113421550095,0.6181474480151229,0.21928166351606806,0.21928166351606806,0.18399495904221802,0.5519848771266541,0.11720226843100187,0.5860113421550095,0.06181474480151229,0.6181474480151229,0.3899225852912051,0.4475730595138629,0.3971417889969308
|
127 |
+
62,-1,0.20793950850661624,0.5879017013232514,0.665406427221172,0.724007561436673,0.20793950850661624,0.20793950850661624,0.19596723377441713,0.5879017013232514,0.1330812854442344,0.665406427221172,0.0724007561436673,0.724007561436673,0.416715425930927,0.493361494875774,0.42411196627760206
|
128 |
+
63,141,0.2684310018903592,0.5595463137996219,0.6068052930056711,0.6937618147448015,0.2684310018903592,0.2684310018903592,0.1865154379332073,0.5595463137996219,0.12136105860113422,0.6068052930056711,0.06937618147448014,0.6937618147448015,0.4337324091577398,0.49766837022129934,0.4439416674335359
|
129 |
+
63,-1,0.4158790170132325,0.6162570888468809,0.6862003780718336,0.7523629489603024,0.4158790170132325,0.4158790170132325,0.20541902961562694,0.6162570888468809,0.1372400756143667,0.6862003780718336,0.07523629489603025,0.7523629489603024,0.5355912623398444,0.5884239571836182,0.5444408089388463
|
130 |
+
64,141,0.3950850661625709,0.5841209829867675,0.6427221172022685,0.6824196597353497,0.3950850661625709,0.3950850661625709,0.1947069943289225,0.5841209829867675,0.1285444234404537,0.6427221172022685,0.06824196597353498,0.6824196597353497,0.5019931286944521,0.546461587394507,0.5106177248306978
|
131 |
+
64,-1,0.28733459357277885,0.6313799621928167,0.6843100189035917,0.720226843100189,0.28733459357277885,0.28733459357277885,0.21045998739760555,0.6313799621928167,0.13686200378071836,0.6843100189035917,0.07202268431001889,0.720226843100189,0.46786239385483236,0.5312796194207073,0.47572472412318423
|
132 |
+
65,141,0.2741020793950851,0.6502835538752363,0.7088846880907372,0.7448015122873346,0.2741020793950851,0.2741020793950851,0.21676118462507873,0.6502835538752363,0.14177693761814744,0.7088846880907372,0.07448015122873347,0.7448015122873346,0.46864704293815845,0.53796983462221,0.47724668525459474
|
133 |
+
65,-1,0.3516068052930057,0.6465028355387523,0.7088846880907372,0.7296786389413988,0.3516068052930057,0.3516068052930057,0.21550094517958412,0.6465028355387523,0.14177693761814744,0.7088846880907372,0.0729678638941399,0.7296786389413988,0.5082973264920333,0.5640056129282868,0.5147793979120268
|
134 |
+
66,141,0.22873345935727787,0.6502835538752363,0.7315689981096408,0.7693761814744802,0.22873345935727787,0.22873345935727787,0.21676118462507873,0.6502835538752363,0.14631379962192814,0.7315689981096408,0.07693761814744803,0.7693761814744802,0.4532518678548926,0.5326346118497212,0.45958375195619783
|
135 |
+
66,-1,0.22684310018903592,0.6257088846880907,0.6918714555765595,0.7523629489603024,0.22684310018903592,0.22684310018903592,0.20856962822936356,0.6257088846880907,0.13837429111531188,0.6918714555765595,0.07523629489603025,0.7523629489603024,0.44293065682479654,0.5202937220542215,0.44988933543254206
|
136 |
+
67,141,0.21928166351606806,0.6049149338374291,0.6578449905482041,0.7618147448015122,0.21928166351606806,0.21928166351606806,0.20163831127914303,0.6049149338374291,0.13156899810964082,0.6578449905482041,0.07618147448015122,0.7618147448015122,0.43601359258259054,0.5165802913546397,0.44224088257499927
|
137 |
+
67,-1,0.20415879017013233,0.6257088846880907,0.7164461247637051,0.7674858223062382,0.20415879017013233,0.20415879017013233,0.2085696282293636,0.6257088846880907,0.14328922495274102,0.7164461247637051,0.07674858223062382,0.7674858223062382,0.4357637951210729,0.5187612232191022,0.4429466743880406
|
138 |
+
68,141,0.2438563327032136,0.6313799621928167,0.6767485822306238,0.7599243856332704,0.2438563327032136,0.2438563327032136,0.21045998739760555,0.6313799621928167,0.13534971644612476,0.6767485822306238,0.07599243856332703,0.7599243856332704,0.45366894709994887,0.5297351114151934,0.46106085253888174
|
139 |
+
68,-1,0.2533081285444234,0.5822306238185255,0.6086956521739131,0.6313799621928167,0.2533081285444234,0.2533081285444234,0.19407687460617515,0.5822306238185255,0.12173913043478261,0.6086956521739131,0.06313799621928166,0.6313799621928167,0.4231584000960183,0.47622792855418716,0.43232899817679493
|
140 |
+
69,141,0.31190926275992437,0.6238185255198487,0.665406427221172,0.7126654064272212,0.31190926275992437,0.31190926275992437,0.20793950850661624,0.6238185255198487,0.1330812854442344,0.665406427221172,0.07126654064272213,0.7126654064272212,0.4755918624538662,0.5347384372040116,0.4838261687717423
|
141 |
+
69,-1,0.22873345935727787,0.5879017013232514,0.6465028355387523,0.6805293005671077,0.22873345935727787,0.22873345935727787,0.19596723377441716,0.5879017013232514,0.12930056710775045,0.6465028355387523,0.06805293005671077,0.6805293005671077,0.4208899690941278,0.4863409120686756,0.43081552672799356
|
142 |
+
70,141,0.12287334593572778,0.5822306238185255,0.6313799621928167,0.6862003780718336,0.12287334593572778,0.12287334593572778,0.19407687460617515,0.5822306238185255,0.12627599243856333,0.6313799621928167,0.06862003780718336,0.6862003780718336,0.3632145107570438,0.44448838381072053,0.37248100120037714
|
143 |
+
70,-1,0.13988657844990549,0.5349716446124764,0.6143667296786389,0.6805293005671077,0.13988657844990549,0.13988657844990549,0.1783238815374921,0.5349716446124764,0.12287334593572778,0.6143667296786389,0.06805293005671076,0.6805293005671077,0.3557685960332461,0.43660632062212196,0.36244344744767826
|
144 |
+
71,141,0.42344045368620037,0.5860113421550095,0.6011342155009451,0.6219281663516069,0.42344045368620037,0.42344045368620037,0.1953371140516698,0.5860113421550095,0.12022684310018902,0.6011342155009451,0.06219281663516068,0.6219281663516069,0.5078862483871937,0.536538838446388,0.5164631803667332
|
145 |
+
71,-1,0.20226843100189035,0.5708884688090737,0.6068052930056711,0.6465028355387523,0.20226843100189035,0.20226843100189035,0.19029615626969126,0.5708884688090737,0.12136105860113419,0.6068052930056711,0.06465028355387524,0.6465028355387523,0.3957639451495785,0.45913705877561095,0.40633433674789776
|
146 |
+
72,141,0.1890359168241966,0.5992438563327032,0.6332703213610587,0.7126654064272212,0.1890359168241966,0.1890359168241966,0.19974795211090104,0.5992438563327032,0.1266540642722117,0.6332703213610587,0.07126654064272211,0.7126654064272212,0.4081022894349925,0.4840081247813367,0.4175149530758516
|
147 |
+
72,-1,0.3629489603024575,0.5727788279773157,0.6427221172022685,0.725897920604915,0.3629489603024575,0.3629489603024575,0.19092627599243855,0.5727788279773157,0.1285444234404537,0.6427221172022685,0.07258979206049149,0.725897920604915,0.4923815524949739,0.5489416193403164,0.5009673926246399
|
148 |
+
73,141,0.2665406427221172,0.6030245746691871,0.6483931947069943,0.7088846880907372,0.2665406427221172,0.2665406427221172,0.2010081915563957,0.6030245746691871,0.12967863894139886,0.6483931947069943,0.07088846880907372,0.7088846880907372,0.44669412188315777,0.5120033996236544,0.455914236884604
|
149 |
+
73,-1,0.2608695652173913,0.5746691871455577,0.6351606805293005,0.7580340264650284,0.2608695652173913,0.2608695652173913,0.19155639571518587,0.5746691871455577,0.1270321361058601,0.6351606805293005,0.07580340264650284,0.7580340264650284,0.44322096198277644,0.5198654488751365,0.4506459020790801
|
150 |
+
74,141,0.2551984877126654,0.5689981096408318,0.6597353497164461,0.718336483931947,0.2551984877126654,0.2551984877126654,0.18966603654694392,0.5689981096408318,0.13194706994328922,0.6597353497164461,0.07183364839319471,0.718336483931947,0.4350189035916824,0.5051506107657243,0.4445626857575916
|
151 |
+
74,-1,0.2570888468809074,0.5368620037807184,0.5633270321361059,0.6313799621928167,0.2570888468809074,0.2570888468809074,0.17895400126023941,0.5368620037807184,0.11266540642722116,0.5633270321361059,0.06313799621928166,0.6313799621928167,0.40837009031716026,0.4635473912047356,0.4207692072255669
|
152 |
+
75,141,0.21550094517958412,0.55765595463138,0.5841209829867675,0.6578449905482041,0.21550094517958412,0.21550094517958412,0.18588531821045998,0.55765595463138,0.11682419659735349,0.5841209829867675,0.06578449905482041,0.6578449905482041,0.39719071623608476,0.4620414554207066,0.4072003726354695
|
153 |
+
75,-1,0.20982986767485823,0.5614366729678639,0.5954631379962193,0.6635160680529301,0.20982986767485823,0.20982986767485823,0.18714555765595464,0.5614366729678639,0.11909262759924383,0.5954631379962193,0.066351606805293,0.6635160680529301,0.3989137936207879,0.4648996618888002,0.40889621206830423
|
154 |
+
76,141,0.23629489603024575,0.5860113421550095,0.6446124763705104,0.7145557655954632,0.23629489603024575,0.23629489603024575,0.1953371140516698,0.5860113421550095,0.12892249527410204,0.6446124763705104,0.0714555765595463,0.7145557655954632,0.4269503705704084,0.49830444781349087,0.4354204447017955
|
155 |
+
76,-1,0.21550094517958412,0.6011342155009451,0.6294896030245747,0.724007561436673,0.21550094517958412,0.21550094517958412,0.2003780718336484,0.6011342155009451,0.12589792060491492,0.6294896030245747,0.0724007561436673,0.724007561436673,0.4220669427191166,0.49681497073927977,0.42977959401681576
|
156 |
+
77,141,0.30623818525519847,0.5954631379962193,0.6332703213610587,0.6994328922495274,0.30623818525519847,0.30623818525519847,0.19848771266540643,0.5954631379962193,0.1266540642722117,0.6332703213610587,0.06994328922495274,0.6994328922495274,0.46462927956311684,0.5227901207318252,0.47408003218170336
|
157 |
+
77,-1,0.19659735349716445,0.5841209829867675,0.6257088846880907,0.6843100189035917,0.19659735349716445,0.19659735349716445,0.1947069943289225,0.5841209829867675,0.12514177693761813,0.6257088846880907,0.06843100189035918,0.6843100189035917,0.4021754133285323,0.47283466810064706,0.412110293830285
|
158 |
+
78,141,0.16824196597353497,0.5349716446124764,0.553875236294896,0.6068052930056711,0.16824196597353497,0.16824196597353497,0.17832388153749212,0.5349716446124764,0.1107750472589792,0.553875236294896,0.060680529300567096,0.6068052930056711,0.3550409577819786,0.41827527971903833,0.36474504784994616
|
159 |
+
78,-1,0.31947069943289225,0.6408317580340265,0.6899810964083176,0.7466918714555766,0.31947069943289225,0.31947069943289225,0.21361058601134217,0.6408317580340265,0.13799621928166353,0.6899810964083176,0.07466918714555766,0.7466918714555766,0.4945082065592462,0.5573525204681757,0.502816374236069
|
160 |
+
79,141,0.32136105860113423,0.6257088846880907,0.6824196597353497,0.7731568998109641,0.32136105860113423,0.32136105860113423,0.20856962822936354,0.6257088846880907,0.13648393194706993,0.6824196597353497,0.07731568998109642,0.7731568998109641,0.4917319290665224,0.5605515313768706,0.4988484324010689
|
161 |
+
79,-1,0.43856332703213613,0.5689981096408318,0.6049149338374291,0.6521739130434783,0.43856332703213613,0.43856332703213613,0.18966603654694392,0.5689981096408318,0.12098298676748583,0.6049149338374291,0.06521739130434782,0.6521739130434783,0.5123991058301076,0.5462792838786874,0.5226612313162212
|
162 |
+
80,141,0.22873345935727787,0.5652173913043478,0.6219281663516069,0.7164461247637051,0.22873345935727787,0.22873345935727787,0.18840579710144925,0.5652173913043478,0.12438563327032139,0.6219281663516069,0.07164461247637051,0.7164461247637051,0.4174940738740359,0.49122371405071386,0.425673470349999
|
163 |
+
80,-1,0.2684310018903592,0.6238185255198487,0.6691871455576559,0.7013232514177694,0.2684310018903592,0.2684310018903592,0.20793950850661624,0.6238185255198487,0.13383742911153118,0.6691871455576559,0.07013232514177693,0.7013232514177694,0.4545038557325892,0.5167819891422585,0.4614378169998374
|
164 |
+
81,141,0.24007561436672967,0.5935727788279773,0.667296786389414,0.7069943289224953,0.24007561436672967,0.24007561436672967,0.19785759294265912,0.5935727788279773,0.1334593572778828,0.667296786389414,0.07069943289224953,0.7069943289224953,0.42883922945359604,0.4983928478203206,0.43734361079442696
|
165 |
+
81,-1,0.2722117202268431,0.5841209829867675,0.6332703213610587,0.6805293005671077,0.2722117202268431,0.2722117202268431,0.1947069943289225,0.5841209829867675,0.1266540642722117,0.6332703213610587,0.06805293005671077,0.6805293005671077,0.4360901071203529,0.49702471431203815,0.44342842189859866
|
166 |
+
82,141,0.33459357277882795,0.5935727788279773,0.6767485822306238,0.720226843100189,0.33459357277882795,0.33459357277882795,0.19785759294265912,0.5935727788279773,0.13534971644612476,0.6767485822306238,0.0720226843100189,0.720226843100189,0.4825404326822097,0.5413990790198026,0.4911196774965308
|
167 |
+
82,-1,0.3270321361058601,0.5803402646502835,0.6124763705103969,0.6389413988657845,0.3270321361058601,0.3270321361058601,0.19344675488342783,0.5803402646502835,0.12249527410207939,0.6124763705103969,0.06389413988657844,0.6389413988657845,0.4578457406907312,0.5033831696973509,0.46583722075134965
|
168 |
+
83,141,0.2835538752362949,0.5784499054820416,0.610586011342155,0.6389413988657845,0.2835538752362949,0.2835538752362949,0.19281663516068054,0.5784499054820416,0.122117202268431,0.610586011342155,0.06389413988657844,0.6389413988657845,0.43024574669187154,0.4826157893845216,0.44061533957645377
|
169 |
+
83,-1,0.24574669187145556,0.6313799621928167,0.6805293005671077,0.720226843100189,0.24574669187145556,0.24574669187145556,0.21045998739760552,0.6313799621928167,0.13610586011342155,0.6805293005671077,0.07202268431001889,0.720226843100189,0.4409157739970596,0.5110595014286193,0.447092753609594
|
170 |
+
84,141,0.23440453686200377,0.5708884688090737,0.6086956521739131,0.6843100189035917,0.23440453686200377,0.23440453686200377,0.19029615626969126,0.5708884688090737,0.12173913043478259,0.6086956521739131,0.06843100189035918,0.6843100189035917,0.4147012932457166,0.4814913406279843,0.4266537612038579
|
171 |
+
84,-1,0.28544423440453687,0.5198487712665406,0.6275992438563327,0.8034026465028355,0.28544423440453687,0.28544423440453687,0.17328292375551352,0.5198487712665406,0.12551984877126654,0.6275992438563327,0.08034026465028356,0.8034026465028355,0.44124583670897416,0.5267852329267165,0.4485890510578903
|
172 |
+
85,141,0.2892249527410208,0.5236294896030246,0.6181474480151229,0.6540642722117203,0.2892249527410208,0.2892249527410208,0.17454316320100818,0.5236294896030246,0.12362948960302458,0.6181474480151229,0.06540642722117203,0.6540642722117203,0.42669832268130936,0.48297495547179425,0.4372911295712511
|
173 |
+
85,-1,0.2741020793950851,0.5387523629489603,0.6294896030245747,0.7145557655954632,0.2741020793950851,0.2741020793950851,0.17958412098298676,0.5387523629489603,0.12589792060491492,0.6294896030245747,0.0714555765595463,0.7145557655954632,0.4308136045848711,0.5000280320598174,0.44114723946034284
|
174 |
+
86,141,0.28544423440453687,0.5954631379962193,0.6862003780718336,0.7315689981096408,0.28544423440453687,0.28544423440453687,0.19848771266540643,0.5954631379962193,0.1372400756143667,0.6862003780718336,0.07315689981096409,0.7315689981096408,0.4577924805713085,0.5257829623083486,0.46530676175831764
|
175 |
+
86,-1,0.3686200378071834,0.5293005671077504,0.5614366729678639,0.5860113421550095,0.3686200378071834,0.3686200378071834,0.17643352236925014,0.5293005671077504,0.11228733459357278,0.5614366729678639,0.05860113421550093,0.5860113421550095,0.4477390704233805,0.48186794204815747,0.4559597879234663
|
176 |
+
87,141,0.28544423440453687,0.5652173913043478,0.5860113421550095,0.6521739130434783,0.28544423440453687,0.28544423440453687,0.18840579710144925,0.5652173913043478,0.11720226843100187,0.5860113421550095,0.06521739130434782,0.6521739130434783,0.42970339364479254,0.4846653526201397,0.4428235337595462
|
177 |
+
87,-1,0.2892249527410208,0.6710775047258979,0.7353497164461248,0.7655954631379962,0.2892249527410208,0.2892249527410208,0.2236925015752993,0.6710775047258979,0.14706994328922493,0.7353497164461248,0.07655954631379962,0.7655954631379962,0.48201458277072656,0.5530917285863874,0.48933996910010596
|
178 |
+
88,141,0.2646502835538752,0.6124763705103969,0.6824196597353497,0.7731568998109641,0.2646502835538752,0.2646502835538752,0.20415879017013233,0.6124763705103969,0.13648393194706993,0.6824196597353497,0.0773156899810964,0.7731568998109641,0.4548586731478981,0.5327421827323113,0.4626737150979646
|
179 |
+
88,-1,0.2570888468809074,0.6124763705103969,0.6937618147448015,0.7637051039697542,0.2570888468809074,0.2570888468809074,0.20415879017013233,0.6124763705103969,0.1387523629489603,0.6937618147448015,0.07637051039697543,0.7637051039697542,0.4574631680019201,0.5332828053431548,0.46761042258288266
|
180 |
+
89,141,0.19659735349716445,0.6275992438563327,0.6786389413988658,0.7863894139886578,0.19659735349716445,0.19659735349716445,0.20919974795211088,0.6275992438563327,0.13572778827977314,0.6786389413988658,0.07863894139886578,0.7863894139886578,0.42936207879497085,0.5174701392763396,0.43687196673296197
|
181 |
+
89,-1,0.17580340264650285,0.6446124763705104,0.7410207939508506,0.7958412098298677,0.17580340264650285,0.17580340264650285,0.21487082545683678,0.6446124763705104,0.14820415879017015,0.7410207939508506,0.07958412098298677,0.7958412098298677,0.430907372400756,0.5223341370480741,0.43633052584134524
|
182 |
+
90,141,0.4669187145557656,0.6294896030245747,0.6824196597353497,0.7466918714555766,0.4669187145557656,0.4669187145557656,0.20982986767485823,0.6294896030245747,0.13648393194706995,0.6824196597353497,0.07466918714555766,0.7466918714555766,0.558960452485972,0.6044014004643593,0.566412698038623
|
183 |
+
90,-1,0.4763705103969754,0.6219281663516069,0.6559546313799622,0.7032136105860114,0.4763705103969754,0.4763705103969754,0.20730938878386893,0.6219281663516069,0.13119092627599244,0.6559546313799622,0.07032136105860112,0.7032136105860114,0.5568675548354187,0.5924787968764446,0.5644900947956762
|
184 |
+
91,141,0.43856332703213613,0.6238185255198487,0.6824196597353497,0.724007561436673,0.43856332703213613,0.43856332703213613,0.20793950850661624,0.6238185255198487,0.13648393194706993,0.6824196597353497,0.0724007561436673,0.724007561436673,0.5404386833498366,0.585454679670179,0.5506170379619076
|
185 |
+
91,-1,0.4120982986767486,0.5406427221172023,0.5765595463137996,0.6370510396975425,0.4120982986767486,0.4120982986767486,0.18021424070573408,0.5406427221172023,0.11531190926275993,0.5765595463137996,0.06370510396975426,0.6370510396975425,0.48645767695862213,0.5226652720761216,0.4971544442662099
|
186 |
+
92,141,0.42911153119092627,0.6238185255198487,0.6805293005671077,0.7485822306238186,0.42911153119092627,0.42911153119092627,0.20793950850661624,0.6238185255198487,0.13610586011342155,0.6805293005671077,0.07485822306238185,0.7485822306238186,0.5434392534581567,0.5933444041585558,0.551711341850596
|
187 |
+
92,-1,0.444234404536862,0.5860113421550095,0.6370510396975425,0.720226843100189,0.444234404536862,0.444234404536862,0.1953371140516698,0.5860113421550095,0.12741020793950852,0.6370510396975425,0.0720226843100189,0.720226843100189,0.5312426861103607,0.5761452223516549,0.5394958377786488
|
188 |
+
93,141,0.44801512287334594,0.6049149338374291,0.6805293005671077,0.7296786389413988,0.44801512287334594,0.44801512287334594,0.20163831127914303,0.6049149338374291,0.13610586011342155,0.6805293005671077,0.07296786389413988,0.7296786389413988,0.5429224052569989,0.5883112675712049,0.550662788266908
|
189 |
+
93,-1,0.4706994328922495,0.6219281663516069,0.6616257088846881,0.7069943289224953,0.4706994328922495,0.4706994328922495,0.20730938878386893,0.6219281663516069,0.1323251417769376,0.6616257088846881,0.07069943289224953,0.7069943289224953,0.5539862573889038,0.591185256817734,0.5616576083607635
|
190 |
+
94,141,0.444234404536862,0.610586011342155,0.6540642722117203,0.7069943289224953,0.444234404536862,0.444234404536862,0.20352867044738499,0.610586011342155,0.13081285444234406,0.6540642722117203,0.07069943289224953,0.7069943289224953,0.5364659285264197,0.5780070858160419,0.5449769857666934
|
191 |
+
94,-1,0.43667296786389415,0.6030245746691871,0.6559546313799622,0.720226843100189,0.43667296786389415,0.43667296786389415,0.20100819155639568,0.6030245746691871,0.13119092627599244,0.6559546313799622,0.07202268431001889,0.720226843100189,0.5325959432292133,0.5780098432975158,0.5431359257414188
|
192 |
+
95,141,0.387523629489603,0.5671077504725898,0.6030245746691871,0.6843100189035917,0.387523629489603,0.387523629489603,0.1890359168241966,0.5671077504725898,0.12060491493383742,0.6030245746691871,0.06843100189035917,0.6843100189035917,0.4902526480031203,0.5370749250365664,0.4997094537157851
|
193 |
+
95,-1,0.32325141776937616,0.5746691871455577,0.6181474480151229,0.6805293005671077,0.32325141776937616,0.32325141776937616,0.1915563957151859,0.5746691871455577,0.12362948960302456,0.6181474480151229,0.06805293005671077,0.6805293005671077,0.460147177963813,0.5144659534387466,0.46926703253976987
|
194 |
+
96,141,0.45179584120982985,0.5519848771266541,0.5992438563327032,0.6918714555765595,0.45179584120982985,0.45179584120982985,0.18399495904221805,0.5519848771266541,0.11984877126654063,0.5992438563327032,0.06918714555765595,0.6918714555765595,0.5221509586821494,0.5622585939519643,0.5320312438053355
|
195 |
+
96,-1,0.3950850661625709,0.5727788279773157,0.6483931947069943,0.7107750472589792,0.3950850661625709,0.3950850661625709,0.19092627599243855,0.5727788279773157,0.12967863894139886,0.6483931947069943,0.07107750472589791,0.7107750472589792,0.4991823446454824,0.5504494605309309,0.5071662017397672
|
196 |
+
97,141,0.42911153119092627,0.5727788279773157,0.6351606805293005,0.7145557655954632,0.42911153119092627,0.42911153119092627,0.19092627599243855,0.5727788279773157,0.12703213610586012,0.6351606805293005,0.07145557655954632,0.7145557655954632,0.5191301347255973,0.5658058431671071,0.5300962391887091
|
197 |
+
97,-1,0.4064272211720227,0.6068052930056711,0.6918714555765595,0.7844990548204159,0.4064272211720227,0.4064272211720227,0.20226843100189035,0.6068052930056711,0.1383742911153119,0.6918714555765595,0.07844990548204159,0.7844990548204159,0.5308038527320188,0.591949139409719,0.537517634767916
|
198 |
+
98,141,0.389413988657845,0.5387523629489603,0.5897920604914934,0.6597353497164461,0.389413988657845,0.389413988657845,0.17958412098298673,0.5387523629489603,0.11795841209829867,0.5897920604914934,0.06597353497164461,0.6597353497164461,0.47950760644522455,0.5227593790689229,0.49170541543138907
|
199 |
+
98,-1,0.3742911153119093,0.5274102079395085,0.5841209829867675,0.6540642722117203,0.3742911153119093,0.3742911153119093,0.17580340264650285,0.5274102079395085,0.11682419659735349,0.5841209829867675,0.06540642722117201,0.6540642722117203,0.46849776457526915,0.5132535747170612,0.47779818473927943
|
200 |
+
99,141,0.3497164461247637,0.5784499054820416,0.6294896030245747,0.6956521739130435,0.3497164461247637,0.3497164461247637,0.19281663516068054,0.5784499054820416,0.12589792060491492,0.6294896030245747,0.06956521739130435,0.6956521739130435,0.4772849341374861,0.5305424895898541,0.4877553469635358
|
201 |
+
99,-1,0.3856332703213611,0.5727788279773157,0.6559546313799622,0.6805293005671077,0.3856332703213611,0.3856332703213611,0.19092627599243855,0.5727788279773157,0.13119092627599244,0.6559546313799622,0.06805293005671077,0.6805293005671077,0.495855462537882,0.5415870071767541,0.5044088524141999
|
special_tokens_map.json
CHANGED
@@ -1,25 +1,7 @@
|
|
1 |
{
|
2 |
-
"bos_token":
|
3 |
-
|
4 |
-
|
5 |
-
"normalized": false,
|
6 |
-
"rstrip": false,
|
7 |
-
"single_word": false
|
8 |
-
},
|
9 |
-
"cls_token": {
|
10 |
-
"content": "<s>",
|
11 |
-
"lstrip": false,
|
12 |
-
"normalized": false,
|
13 |
-
"rstrip": false,
|
14 |
-
"single_word": false
|
15 |
-
},
|
16 |
-
"eos_token": {
|
17 |
-
"content": "</s>",
|
18 |
-
"lstrip": false,
|
19 |
-
"normalized": false,
|
20 |
-
"rstrip": false,
|
21 |
-
"single_word": false
|
22 |
-
},
|
23 |
"mask_token": {
|
24 |
"content": "<mask>",
|
25 |
"lstrip": true,
|
@@ -27,25 +9,7 @@
|
|
27 |
"rstrip": false,
|
28 |
"single_word": false
|
29 |
},
|
30 |
-
"pad_token":
|
31 |
-
|
32 |
-
|
33 |
-
"normalized": false,
|
34 |
-
"rstrip": false,
|
35 |
-
"single_word": false
|
36 |
-
},
|
37 |
-
"sep_token": {
|
38 |
-
"content": "</s>",
|
39 |
-
"lstrip": false,
|
40 |
-
"normalized": false,
|
41 |
-
"rstrip": false,
|
42 |
-
"single_word": false
|
43 |
-
},
|
44 |
-
"unk_token": {
|
45 |
-
"content": "<unk>",
|
46 |
-
"lstrip": false,
|
47 |
-
"normalized": false,
|
48 |
-
"rstrip": false,
|
49 |
-
"single_word": false
|
50 |
-
}
|
51 |
}
|
|
|
1 |
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"cls_token": "<s>",
|
4 |
+
"eos_token": "</s>",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"mask_token": {
|
6 |
"content": "<mask>",
|
7 |
"lstrip": true,
|
|
|
9 |
"rstrip": false,
|
10 |
"single_word": false
|
11 |
},
|
12 |
+
"pad_token": "<pad>",
|
13 |
+
"sep_token": "</s>",
|
14 |
+
"unk_token": "<unk>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
}
|
pytorch_model.bin → test_data.pickle
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e1e2ab0915a89b99706cd1c2570d736833e2e1f22f1ca851750331d50064a1a
|
3 |
+
size 106534
|
val_data.pickle
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0003dcbe8f1ce7ca7f4821ea45eaafbbf552e5c2456fc4bc26a884d878955109
|
3 |
+
size 672293
|