96abhishekarora
commited on
Commit
•
034082e
1
Parent(s):
594f96a
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 +4 -37
- 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 +301 -0
- linkage_ja_aliases_train.csv +0 -0
- special_tokens_map.json +48 -50
- pytorch_model.bin → test_data.pickle +2 -2
- tokenizer_config.json +0 -2
- val_data.pickle +3 -0
.gitattributes
CHANGED
@@ -1,39 +1,6 @@
|
|
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 |
-
.git/lfs/objects/45/1d/451d07b21cc069b7c2c7e8f6624f52da26f0e246f90abaedc8749782b54b0adf filter=lfs diff=lfs merge=lfs -text
|
38 |
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
39 |
.git/lfs/objects/1c/44/1c44e50620136eaacd05a96a354f8255cf1be856117f155c8786525b6b9f11a1 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
2 |
+
.git/lfs/objects/a8/f7/a8f7cb65577aa50b1c49fd5e0cb7beef2d858cdd37baa16adc932ac5370c60b0 filter=lfs diff=lfs merge=lfs -text
|
3 |
.git/lfs/objects/1c/44/1c44e50620136eaacd05a96a354f8255cf1be856117f155c8786525b6b9f11a1 filter=lfs diff=lfs merge=lfs -text
|
4 |
+
test_data.pickle filter=lfs diff=lfs merge=lfs -text
|
5 |
+
val_data.pickle filter=lfs diff=lfs merge=lfs -text
|
6 |
+
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.47911547911547914,0.5572481572481572,0.5886977886977887,0.62997542997543,0.47911547911547914,0.3180831480831481,0.2509418509418509,0.4286396786396786,0.16943488943488946,0.4653344253344253,0.0952825552825553,0.510026715026715,0.5265397215397216,0.47095023529894586,0.43073521049634894
|
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.6996105160662123,0.7604673807205453,0.7799415774099319,0.8047711781888998,0.6996105160662123,0.4729294264104391,0.3631937682570594,0.6312667641781566,0.24001947419668943,0.6681598991725574,0.13198636806231745,0.7104281091622864,0.7348970649603557,0.6811591242974889,0.6466369266224099
|
README.md
CHANGED
@@ -10,7 +10,7 @@ tags:
|
|
10 |
|
11 |
---
|
12 |
|
13 |
-
#
|
14 |
|
15 |
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.
|
16 |
It is designed for quick and easy record linkage (entity-matching) through the LinkTransformer package. The tasks include clustering, deduplication, linking, aggregation and more.
|
|
|
10 |
|
11 |
---
|
12 |
|
13 |
+
# {MODEL_NAME}
|
14 |
|
15 |
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.
|
16 |
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 |
"LukeModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "oshizo/sbert-jsnli-luke-japanese-base-lite",
|
3 |
"architectures": [
|
4 |
"LukeModel"
|
5 |
],
|
eval/Information-Retrieval_evaluation_eval_results.csv
ADDED
@@ -0,0 +1,301 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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,281,0.483046683046683,0.5651105651105651,0.5950859950859951,0.6363636363636364,0.483046683046683,0.3199395499395499,0.25405405405405407,0.43607269607269605,0.1722850122850123,0.47357084357084356,0.09656019656019657,0.5169704769704769,0.5321918021918024,0.47695450759830466,0.43608657179851573
|
3 |
+
0,562,0.4972972972972973,0.5764127764127764,0.6054054054054054,0.6457002457002456,0.4972972972972973,0.33098923598923596,0.2592956592956593,0.44457372957372954,0.17533169533169538,0.48231231231231225,0.09798525798525799,0.5262210912210912,0.5440950040950041,0.4873718051401699,0.44713367843943935
|
4 |
+
0,-1,0.4972972972972973,0.5764127764127764,0.6054054054054054,0.6457002457002456,0.4972972972972973,0.33098923598923596,0.2592956592956593,0.44457372957372954,0.17533169533169538,0.48231231231231225,0.09798525798525799,0.5262210912210912,0.5440950040950041,0.4873718051401699,0.44713367843943935
|
5 |
+
1,281,0.51007371007371,0.5891891891891892,0.6206388206388206,0.6565110565110565,0.51007371007371,0.3392549042549042,0.2647010647010647,0.45398950898950896,0.17985257985257988,0.49628797628797633,0.09960687960687961,0.5371880971880972,0.5565405015405017,0.49844984866588626,0.4580872214429968
|
6 |
+
1,562,0.5179361179361179,0.6014742014742015,0.6304668304668305,0.6638820638820638,0.5179361179361179,0.34385768885768886,0.2702702702702703,0.46496684996684995,0.18250614250614253,0.505025935025935,0.10108108108108109,0.5455376155376155,0.5650276900276904,0.5063260525445932,0.46547714204633317
|
7 |
+
1,-1,0.5179361179361179,0.6014742014742015,0.6304668304668305,0.6638820638820638,0.5179361179361179,0.34385768885768886,0.2702702702702703,0.46496684996684995,0.18250614250614253,0.505025935025935,0.10108108108108109,0.5455376155376155,0.5650276900276904,0.5063260525445932,0.46547714204633317
|
8 |
+
2,281,0.5253071253071253,0.605896805896806,0.6373464373464374,0.6712530712530712,0.5253071253071253,0.34803459303459305,0.2728910728910729,0.4697299247299247,0.18525798525798526,0.5127339027339027,0.10289926289926292,0.5537213837213837,0.5728013728013732,0.5140412739665037,0.4725803754669356
|
9 |
+
2,562,0.5297297297297298,0.6142506142506142,0.6437346437346437,0.6771498771498772,0.5297297297297298,0.352047697047697,0.27616707616707614,0.4751926601926602,0.18722358722358723,0.517836277836278,0.1038820638820639,0.5592987792987794,0.5782947232947234,0.5191882533520044,0.4776247672954039
|
10 |
+
2,-1,0.5297297297297298,0.6142506142506142,0.6437346437346437,0.6771498771498772,0.5297297297297298,0.352047697047697,0.27616707616707614,0.4751926601926602,0.18722358722358723,0.517836277836278,0.1038820638820639,0.5592987792987794,0.5782947232947234,0.5191882533520044,0.4776247672954039
|
11 |
+
3,281,0.5316953316953317,0.6186732186732187,0.6471744471744472,0.684029484029484,0.5316953316953317,0.3535164385164385,0.27764127764127766,0.47890546390546385,0.18810810810810813,0.5209601809601809,0.10506142506142507,0.5655600405600405,0.5807423657423657,0.5227575165350626,0.48012988346082647
|
12 |
+
3,562,0.5341523341523342,0.6221130221130221,0.6511056511056511,0.6855036855036855,0.5341523341523342,0.35481045981045983,0.27878787878787875,0.48175012675012674,0.18948402948402948,0.5236342186342187,0.10530712530712531,0.5672738972738972,0.5845288795288797,0.5253863126539055,0.4830141029919325
|
13 |
+
3,-1,0.5341523341523342,0.6221130221130221,0.6511056511056511,0.6855036855036855,0.5341523341523342,0.35481045981045983,0.27878787878787875,0.48175012675012674,0.18948402948402948,0.5236342186342187,0.10530712530712531,0.5672738972738972,0.5845288795288797,0.5253863126539055,0.4830141029919325
|
14 |
+
4,281,0.5371007371007371,0.6235872235872236,0.655036855036855,0.687960687960688,0.5371007371007371,0.35659042159042154,0.27878787878787875,0.4832169182169182,0.18997542997543,0.5266099216099216,0.10594594594594596,0.570124215124215,0.5873942123942124,0.5282143570672049,0.48570175100484875
|
15 |
+
4,562,0.5415233415233415,0.6265356265356266,0.658968058968059,0.6938574938574938,0.5415233415233415,0.3609147459147459,0.2809172809172809,0.48703541203541206,0.19164619164619165,0.5310079560079559,0.10712530712530714,0.5768487968487968,0.5914864864864865,0.5334225192706118,0.49028250744234153
|
16 |
+
4,-1,0.5415233415233415,0.6265356265356266,0.658968058968059,0.6938574938574938,0.5415233415233415,0.3609147459147459,0.2809172809172809,0.48703541203541206,0.19164619164619165,0.5310079560079559,0.10712530712530714,0.5768487968487968,0.5914864864864865,0.5334225192706118,0.49028250744234153
|
17 |
+
5,281,0.5434889434889435,0.628992628992629,0.6594594594594595,0.6968058968058968,0.5434889434889435,0.3621841971841972,0.2823914823914824,0.4892508092508093,0.19233415233415238,0.5321851721851723,0.10742014742014744,0.5793208143208143,0.5938516438516437,0.5357792395710369,0.49276646373394495
|
18 |
+
5,562,0.543980343980344,0.6324324324324324,0.6643734643734643,0.7002457002457002,0.543980343980344,0.36344955344955343,0.2838656838656838,0.4924940524940525,0.19243243243243244,0.5357622557622558,0.10796068796068797,0.5816194766194767,0.5952845052845056,0.5375391160500961,0.49414775841491504
|
19 |
+
5,-1,0.543980343980344,0.6324324324324324,0.6643734643734643,0.7002457002457002,0.543980343980344,0.36344955344955343,0.2838656838656838,0.4924940524940525,0.19243243243243244,0.5357622557622558,0.10796068796068797,0.5816194766194767,0.5952845052845056,0.5375391160500961,0.49414775841491504
|
20 |
+
6,281,0.5508599508599509,0.6393120393120393,0.6687960687960688,0.7012285012285012,0.5508599508599509,0.36664775164775165,0.2863226863226863,0.4978538278538279,0.1943980343980344,0.539002769002769,0.10830466830466833,0.5826420576420576,0.6007035607035608,0.5410714028477843,0.4982604356228257
|
21 |
+
6,562,0.5493857493857494,0.6417690417690418,0.6702702702702703,0.7022113022113022,0.5493857493857494,0.3657222807222807,0.28779688779688783,0.5005974805974807,0.19429975429975435,0.5413712413712414,0.10815724815724817,0.5823349323349324,0.6006117156117158,0.5413905455473502,0.49911040609431023
|
22 |
+
6,-1,0.5493857493857494,0.6417690417690418,0.6702702702702703,0.7022113022113022,0.5493857493857494,0.3657222807222807,0.28779688779688783,0.5005974805974807,0.19429975429975435,0.5413712413712414,0.10815724815724817,0.5823349323349324,0.6006117156117158,0.5413905455473502,0.49911040609431023
|
23 |
+
7,281,0.5547911547911548,0.6393120393120393,0.6727272727272727,0.7036855036855036,0.5547911547911548,0.3697353847353847,0.2886158886158886,0.5013045513045512,0.19547911547911548,0.5438268788268789,0.10859950859950859,0.5836991536991537,0.6036387036387038,0.5440569062220414,0.5022880084963788
|
24 |
+
7,562,0.5572481572481572,0.6383292383292384,0.6712530712530712,0.7036855036855036,0.5572481572481572,0.372040287040287,0.2876330876330876,0.5004650754650755,0.1951842751842752,0.5430215280215279,0.10835380835380837,0.5840725790725791,0.6049340899340901,0.5449922328291189,0.5038234582943074
|
25 |
+
7,-1,0.5572481572481572,0.6383292383292384,0.6712530712530712,0.7036855036855036,0.5572481572481572,0.372040287040287,0.2876330876330876,0.5004650754650755,0.1951842751842752,0.5430215280215279,0.10835380835380837,0.5840725790725791,0.6049340899340901,0.5449922328291189,0.5038234582943074
|
26 |
+
8,281,0.5606879606879607,0.6457002457002456,0.6737100737100737,0.7061425061425062,0.5606879606879607,0.3735969735969736,0.2905814905814905,0.5054888654888654,0.19616707616707618,0.5456068406068406,0.1090909090909091,0.5882481182481182,0.6092020592020593,0.5489601242243536,0.5075211857401883
|
27 |
+
8,562,0.5626535626535627,0.6432432432432432,0.6722358722358722,0.7100737100737101,0.5626535626535627,0.37520163020163017,0.28943488943488943,0.5032707382707383,0.1962653562653563,0.5463829413829414,0.10992628992628993,0.5918394368394368,0.6099867399867397,0.5504106506305334,0.507801933513461
|
28 |
+
8,-1,0.5626535626535627,0.6432432432432432,0.6722358722358722,0.7100737100737101,0.5626535626535627,0.37520163020163017,0.28943488943488943,0.5032707382707383,0.1962653562653563,0.5463829413829414,0.10992628992628993,0.5918394368394368,0.6099867399867397,0.5504106506305334,0.507801933513461
|
29 |
+
9,281,0.5616707616707617,0.6427518427518427,0.6766584766584767,0.7105651105651105,0.5616707616707617,0.3748985998985999,0.28927108927108924,0.5017105417105417,0.1966584766584767,0.5482167232167232,0.10977886977886979,0.592032487032487,0.6103903903903903,0.5508733645889612,0.5086123144197574
|
30 |
+
9,562,0.5616707616707617,0.6427518427518427,0.6746928746928746,0.7100737100737101,0.5616707616707617,0.373981903981904,0.28992628992628994,0.5026319176319176,0.19724815724815725,0.5491839241839241,0.10992628992628993,0.5935217035217035,0.61036114036114,0.5514463897056657,0.5091106631728435
|
31 |
+
9,-1,0.5616707616707617,0.6427518427518427,0.6746928746928746,0.7100737100737101,0.5616707616707617,0.373981903981904,0.28992628992628994,0.5026319176319176,0.19724815724815725,0.5491839241839241,0.10992628992628993,0.5935217035217035,0.61036114036114,0.5514463897056657,0.5091106631728435
|
32 |
+
10,281,0.5601965601965602,0.6422604422604422,0.6766584766584767,0.7105651105651105,0.5601965601965602,0.37299032799032794,0.28976248976248975,0.5022600522600522,0.19724815724815725,0.5504471354471354,0.10972972972972973,0.5925621075621075,0.6090661440661439,0.5502616178143537,0.5076996990304781
|
33 |
+
10,562,0.5690417690417691,0.6466830466830467,0.6781326781326781,0.7135135135135136,0.5690417690417691,0.37814730314730316,0.29221949221949217,0.5079253929253928,0.19813267813267815,0.5536242736242736,0.11046683046683048,0.5962784212784212,0.6160793260793258,0.5558312607695883,0.5136763082269038
|
34 |
+
10,-1,0.5690417690417691,0.6466830466830467,0.6781326781326781,0.7135135135135136,0.5690417690417691,0.37814730314730316,0.29221949221949217,0.5079253929253928,0.19813267813267815,0.5536242736242736,0.11046683046683048,0.5962784212784212,0.6160793260793258,0.5558312607695883,0.5136763082269038
|
35 |
+
11,281,0.5695331695331696,0.6520884520884521,0.6800982800982801,0.715970515970516,0.5695331695331696,0.38023575523575526,0.2943488943488943,0.5119665769665769,0.19793611793611798,0.5533867633867633,0.11090909090909092,0.5979156429156428,0.6170730470730469,0.5575359937049661,0.5152793172585389
|
36 |
+
11,562,0.5626535626535627,0.6442260442260442,0.682063882063882,0.7125307125307125,0.5626535626535627,0.3735041535041535,0.2922194922194922,0.5058246558246557,0.19803439803439804,0.5542227292227292,0.11022113022113023,0.5951583401583401,0.6113359463359465,0.5521449163076309,0.5092990592975525
|
37 |
+
11,-1,0.5626535626535627,0.6442260442260442,0.682063882063882,0.7125307125307125,0.5626535626535627,0.3735041535041535,0.2922194922194922,0.5058246558246557,0.19803439803439804,0.5542227292227292,0.11022113022113023,0.5951583401583401,0.6113359463359465,0.5521449163076309,0.5092990592975525
|
38 |
+
12,281,0.568058968058968,0.6496314496314496,0.6815724815724816,0.7164619164619165,0.568058968058968,0.37813150813150814,0.29418509418509414,0.51004524004524,0.19862407862407866,0.5543128193128194,0.11090909090909092,0.5987865137865138,0.6161206661206658,0.5568406026874713,0.5143367968038111
|
39 |
+
12,562,0.5675675675675675,0.653071253071253,0.6825552825552825,0.714987714987715,0.5675675675675675,0.377996957996958,0.29484029484029484,0.512898092898093,0.19842751842751846,0.5555536055536056,0.11071253071253072,0.5975681525681527,0.6161232011232014,0.5562958356985673,0.514118285430656
|
40 |
+
12,-1,0.5675675675675675,0.653071253071253,0.6825552825552825,0.714987714987715,0.5675675675675675,0.377996957996958,0.29484029484029484,0.512898092898093,0.19842751842751846,0.5555536055536056,0.11071253071253072,0.5975681525681527,0.6161232011232014,0.5562958356985673,0.514118285430656
|
41 |
+
13,281,0.5665847665847665,0.6501228501228501,0.6810810810810811,0.713022113022113,0.5665847665847665,0.378065988065988,0.294021294021294,0.5114675714675715,0.19842751842751846,0.5551536601536601,0.11051597051597054,0.5967955617955617,0.6143960843960844,0.5554947914630265,0.5138188092651548
|
42 |
+
13,562,0.5690417690417691,0.6466830466830467,0.682063882063882,0.7140049140049141,0.5690417690417691,0.37865215865215857,0.2932022932022932,0.5091451191451191,0.1982309582309582,0.5548566748566749,0.11056511056511058,0.5962626262626262,0.6158207558207556,0.5555973406805333,0.5138492733430897
|
43 |
+
13,-1,0.5690417690417691,0.6466830466830467,0.682063882063882,0.7140049140049141,0.5690417690417691,0.37865215865215857,0.2932022932022932,0.5091451191451191,0.1982309582309582,0.5548566748566749,0.11056511056511058,0.5962626262626262,0.6158207558207556,0.5555973406805333,0.5138492733430897
|
44 |
+
14,281,0.571990171990172,0.6520884520884521,0.6845208845208846,0.7199017199017199,0.571990171990172,0.38100269100269096,0.2959868959868959,0.5136086736086736,0.19931203931203936,0.5572503022503023,0.11135135135135137,0.6015818415818416,0.6199674349674348,0.5598183322364889,0.5174225207488623
|
45 |
+
14,562,0.571007371007371,0.6496314496314496,0.6845208845208846,0.7154791154791155,0.571007371007371,0.37924593424593417,0.29467649467649465,0.5120968370968372,0.19931203931203934,0.5565896415896415,0.11071253071253072,0.5974958074958076,0.6179470379470379,0.5571219237715977,0.5151874600505318
|
46 |
+
14,-1,0.571007371007371,0.6496314496314496,0.6845208845208846,0.7154791154791155,0.571007371007371,0.37924593424593417,0.29467649467649465,0.5120968370968372,0.19931203931203934,0.5565896415896415,0.11071253071253072,0.5974958074958076,0.6179470379470379,0.5571219237715977,0.5151874600505318
|
47 |
+
15,281,0.5744471744471744,0.6520884520884521,0.6855036855036855,0.714987714987715,0.5744471744471744,0.382022347022347,0.2961506961506961,0.5140719940719941,0.20068796068796074,0.5590253890253891,0.11100737100737101,0.5992274092274091,0.6205142155142153,0.5598462882186972,0.5184503400459465
|
48 |
+
15,562,0.576904176904177,0.6511056511056511,0.6835380835380835,0.715970515970516,0.576904176904177,0.38438106938106936,0.2966420966420966,0.5150957450957451,0.19960687960687962,0.5561282711282711,0.11090909090909093,0.5994436644436645,0.6215188565188565,0.5605247994705231,0.5193857463047745
|
49 |
+
15,-1,0.576904176904177,0.6511056511056511,0.6835380835380835,0.715970515970516,0.576904176904177,0.38438106938106936,0.2966420966420966,0.5150957450957451,0.19960687960687962,0.5561282711282711,0.11090909090909093,0.5994436644436645,0.6215188565188565,0.5605247994705231,0.5193857463047745
|
50 |
+
16,281,0.5778869778869778,0.6560196560196561,0.6855036855036855,0.7223587223587223,0.5778869778869778,0.38402616902616904,0.2990990990990991,0.5185778635778636,0.2005896805896806,0.5592104442104443,0.11238329238329241,0.6046612846612847,0.6246411996411997,0.56389736164752,0.5214752720883568
|
51 |
+
16,562,0.5734643734643735,0.6545454545454545,0.6845208845208846,0.7154791154791155,0.5734643734643735,0.38074938574938577,0.2963144963144963,0.5147954447954448,0.20009828009828012,0.5574919074919075,0.11140049140049142,0.5995555945555946,0.6211600561600561,0.5598255748395943,0.5179317411161192
|
52 |
+
16,-1,0.5734643734643735,0.6545454545454545,0.6845208845208846,0.7154791154791155,0.5734643734643735,0.38074938574938577,0.2963144963144963,0.5147954447954448,0.20009828009828012,0.5574919074919075,0.11140049140049142,0.5995555945555946,0.6211600561600561,0.5598255748395943,0.5179317411161192
|
53 |
+
17,281,0.5675675675675675,0.6511056511056511,0.6810810810810811,0.7135135135135136,0.5675675675675675,0.37705101205101205,0.29516789516789516,0.5116491166491166,0.19803439803439804,0.5528501228501229,0.11115479115479117,0.5977169377169377,0.6157905307905308,0.5558337183777718,0.513342231759075
|
54 |
+
17,562,0.5734643734643735,0.6545454545454545,0.6825552825552825,0.7223587223587223,0.5734643734643735,0.38007039507039503,0.2977886977886977,0.5147449397449397,0.19950859950859953,0.5557234507234506,0.11179361179361179,0.6029446979446978,0.6208517608517607,0.5599762301736738,0.5170225084302356
|
55 |
+
17,-1,0.5734643734643735,0.6545454545454545,0.6825552825552825,0.7223587223587223,0.5734643734643735,0.38007039507039503,0.2977886977886977,0.5147449397449397,0.19950859950859953,0.5557234507234506,0.11179361179361179,0.6029446979446978,0.6208517608517607,0.5599762301736738,0.5170225084302356
|
56 |
+
18,281,0.5700245700245701,0.6545454545454545,0.685995085995086,0.7199017199017199,0.5700245700245701,0.37931145431145424,0.2966420966420966,0.5163708513708514,0.19960687960687962,0.5574468624468625,0.1113022113022113,0.5997451347451347,0.6189863889863889,0.5588569175140069,0.5169966346137457
|
57 |
+
18,562,0.5714987714987715,0.6555282555282556,0.6894348894348894,0.7223587223587223,0.5714987714987715,0.37997211497211497,0.2972972972972973,0.5169016419016419,0.20049140049140052,0.5601413751413751,0.1117936117936118,0.6020664170664171,0.6208043758043759,0.5602855848752781,0.5178791055841193
|
58 |
+
18,-1,0.5714987714987715,0.6555282555282556,0.6894348894348894,0.7223587223587223,0.5714987714987715,0.37997211497211497,0.2972972972972973,0.5169016419016419,0.20049140049140052,0.5601413751413751,0.1117936117936118,0.6020664170664171,0.6208043758043759,0.5602855848752781,0.5178791055841193
|
59 |
+
19,281,0.5700245700245701,0.6525798525798526,0.687960687960688,0.7238329238329239,0.5700245700245701,0.37902753402753403,0.2959868959868959,0.5134456534456534,0.2,0.5582863382863383,0.11203931203931206,0.6036948636948638,0.6197435747435746,0.5598369338956967,0.5167185562106686
|
60 |
+
19,562,0.567076167076167,0.6491400491400492,0.6845208845208846,0.7218673218673218,0.567076167076167,0.37588803088803086,0.29516789516789516,0.512049257049257,0.19970515970515973,0.5576305526305526,0.11120393120393121,0.6006756756756757,0.6167544167544169,0.5567687480462615,0.5138601590305587
|
61 |
+
19,-1,0.567076167076167,0.6491400491400492,0.6845208845208846,0.7218673218673218,0.567076167076167,0.37588803088803086,0.29516789516789516,0.512049257049257,0.19970515970515973,0.5576305526305526,0.11120393120393121,0.6006756756756757,0.6167544167544169,0.5567687480462615,0.5138601590305587
|
62 |
+
20,281,0.5690417690417691,0.6535626535626535,0.6845208845208846,0.7228501228501228,0.5690417690417691,0.3788337038337038,0.29746109746109745,0.5166029016029016,0.19931203931203934,0.5558006708006709,0.11164619164619166,0.6016926016926016,0.6187553137553138,0.5591808132382399,0.516801270008561
|
63 |
+
20,562,0.5660933660933661,0.6535626535626535,0.6810810810810811,0.7194103194103194,0.5660933660933661,0.376017706017706,0.29762489762489763,0.5161161811161811,0.19852579852579852,0.552936312936313,0.1116953316953317,0.6017629967629968,0.6161308061308061,0.5578252060349328,0.5154603957147488
|
64 |
+
20,-1,0.5660933660933661,0.6535626535626535,0.6810810810810811,0.7194103194103194,0.5660933660933661,0.376017706017706,0.29762489762489763,0.5161161811161811,0.19852579852579852,0.552936312936313,0.1116953316953317,0.6017629967629968,0.6161308061308061,0.5578252060349328,0.5154603957147488
|
65 |
+
21,281,0.5685503685503686,0.6535626535626535,0.6850122850122851,0.7194103194103194,0.5685503685503686,0.37746870246870246,0.2961506961506961,0.5145778245778245,0.20000000000000004,0.5563548613548613,0.11174447174447176,0.6006606606606607,0.6180876330876331,0.5585784035715259,0.5162582311961504
|
66 |
+
21,562,0.5665847665847665,0.6506142506142506,0.6825552825552825,0.7189189189189189,0.5665847665847665,0.37519461019461015,0.29451269451269446,0.5129616629616629,0.19911547911547914,0.5545702195702195,0.11120393120393121,0.599147654147654,0.6163630513630514,0.5564576358215308,0.5140569473691105
|
67 |
+
21,-1,0.5665847665847665,0.6506142506142506,0.6825552825552825,0.7189189189189189,0.5665847665847665,0.37519461019461015,0.29451269451269446,0.5129616629616629,0.19911547911547914,0.5545702195702195,0.11120393120393121,0.599147654147654,0.6163630513630514,0.5564576358215308,0.5140569473691105
|
68 |
+
22,281,0.568058968058968,0.6486486486486487,0.6756756756756757,0.7199017199017199,0.568058968058968,0.3775506025506025,0.29533169533169534,0.5132305682305682,0.19773955773955776,0.5497373347373347,0.11095823095823096,0.5975935025935025,0.6158755508755505,0.5561428672734179,0.5144962366655885
|
69 |
+
22,562,0.5685503685503686,0.6501228501228501,0.6810810810810811,0.7208845208845209,0.5685503685503686,0.3790166140166141,0.2954954954954955,0.5138106938106938,0.19823095823095824,0.5537886587886589,0.11154791154791156,0.6008470808470808,0.6176213876213877,0.558562886484824,0.51650616566616
|
70 |
+
22,-1,0.5685503685503686,0.6501228501228501,0.6810810810810811,0.7208845208845209,0.5685503685503686,0.3790166140166141,0.2954954954954955,0.5138106938106938,0.19823095823095824,0.5537886587886589,0.11154791154791156,0.6008470808470808,0.6176213876213877,0.558562886484824,0.51650616566616
|
71 |
+
23,281,0.567076167076167,0.6486486486486487,0.6786240786240786,0.7184275184275184,0.567076167076167,0.37583343083343085,0.2938574938574939,0.5114016614016614,0.19872235872235874,0.5517343317343317,0.11154791154791158,0.5986936936936937,0.6151587301587301,0.5558053620304315,0.5130233453619826
|
72 |
+
23,562,0.5675675675675675,0.6476658476658477,0.683046683046683,0.7189189189189189,0.5675675675675675,0.377954642954643,0.2935298935298935,0.5103203853203853,0.19921375921375922,0.5549980499980499,0.11115479115479117,0.5996881946881948,0.6165340665340668,0.5572542466547455,0.5150057833447507
|
73 |
+
23,-1,0.5675675675675675,0.6476658476658477,0.683046683046683,0.7189189189189189,0.5675675675675675,0.377954642954643,0.2935298935298935,0.5103203853203853,0.19921375921375922,0.5549980499980499,0.11115479115479117,0.5996881946881948,0.6165340665340668,0.5572542466547455,0.5150057833447507
|
74 |
+
24,281,0.572972972972973,0.6501228501228501,0.683046683046683,0.7233415233415234,0.572972972972973,0.3801222651222651,0.2956592956592956,0.5121945321945321,0.20019656019656024,0.5562136812136811,0.1120884520884521,0.6038553488553489,0.6198373698373699,0.5601332330254724,0.5170458115780203
|
75 |
+
24,562,0.5695331695331696,0.6432432432432432,0.6732186732186732,0.7164619164619165,0.5695331695331696,0.37778811278811275,0.2935298935298935,0.5087235287235287,0.19705159705159708,0.5487716937716938,0.11090909090909093,0.597123942123942,0.6156513006513008,0.5556488184607283,0.5139713862929304
|
76 |
+
24,-1,0.5695331695331696,0.6432432432432432,0.6732186732186732,0.7164619164619165,0.5695331695331696,0.37778811278811275,0.2935298935298935,0.5087235287235287,0.19705159705159708,0.5487716937716938,0.11090909090909093,0.597123942123942,0.6156513006513008,0.5556488184607283,0.5139713862929304
|
77 |
+
25,281,0.567076167076167,0.6447174447174447,0.6786240786240786,0.7179361179361179,0.567076167076167,0.37643130143130143,0.293038493038493,0.5096870246870248,0.19793611793611798,0.5515282165282165,0.11120393120393122,0.5996772746772747,0.614634764634765,0.5557474612421698,0.5128490792863156
|
78 |
+
25,562,0.5651105651105651,0.6471744471744472,0.6815724815724816,0.7203931203931204,0.5651105651105651,0.3747659997659998,0.2935298935298935,0.5093485043485044,0.19882063882063883,0.5542377442377443,0.11154791154791156,0.6006680706680706,0.6144442494442498,0.5561796111387333,0.5133205831574557
|
79 |
+
25,-1,0.5651105651105651,0.6471744471744472,0.6815724815724816,0.7203931203931204,0.5651105651105651,0.3747659997659998,0.2935298935298935,0.5093485043485044,0.19882063882063883,0.5542377442377443,0.11154791154791156,0.6006680706680706,0.6144442494442498,0.5561796111387333,0.5133205831574557
|
80 |
+
26,281,0.5616707616707617,0.6466830466830467,0.6776412776412777,0.7144963144963145,0.5616707616707617,0.37318805818805817,0.2933660933660934,0.5083577083577083,0.19724815724815725,0.5490138840138841,0.11061425061425062,0.5945645645645645,0.6115814515814518,0.5524358653609468,0.5102746106205157
|
81 |
+
26,562,0.568058968058968,0.6471744471744472,0.6825552825552825,0.716953316953317,0.568058968058968,0.3771812721812722,0.2936936936936937,0.5102024102024101,0.19872235872235877,0.5537886587886589,0.11135135135135137,0.5994206544206545,0.6160705510705513,0.5566152678984967,0.5140781490576075
|
82 |
+
26,-1,0.568058968058968,0.6471744471744472,0.6825552825552825,0.716953316953317,0.568058968058968,0.3771812721812722,0.2936936936936937,0.5102024102024101,0.19872235872235877,0.5537886587886589,0.11135135135135137,0.5994206544206545,0.6160705510705513,0.5566152678984967,0.5140781490576075
|
83 |
+
27,281,0.5700245700245701,0.6511056511056511,0.682063882063882,0.7228501228501228,0.5700245700245701,0.37950255450255443,0.2954954954954955,0.5126122226122225,0.19960687960687962,0.5566362466362466,0.11233415233415235,0.6043176943176943,0.6181582231582234,0.5601799453488625,0.5168147961015496
|
84 |
+
27,562,0.5636363636363636,0.6427518427518427,0.6727272727272727,0.713022113022113,0.5636363636363636,0.37507722007722005,0.2925470925470925,0.5072629772629773,0.1964619164619165,0.5476736476736478,0.11046683046683048,0.59499453999454,0.6111614211614214,0.5528497505595749,0.5114218992330165
|
85 |
+
27,-1,0.5636363636363636,0.6427518427518427,0.6727272727272727,0.713022113022113,0.5636363636363636,0.37507722007722005,0.2925470925470925,0.5072629772629773,0.1964619164619165,0.5476736476736478,0.11046683046683048,0.59499453999454,0.6111614211614214,0.5528497505595749,0.5114218992330165
|
86 |
+
28,281,0.5660933660933661,0.6471744471744472,0.6766584766584767,0.7085995085995086,0.5660933660933661,0.3781593931593931,0.29451269451269446,0.5107948207948209,0.19783783783783784,0.5509147459147459,0.1094840294840295,0.5907575757575757,0.6129398229398232,0.5531689994568785,0.5136163764307708
|
87 |
+
28,562,0.5651105651105651,0.6432432432432432,0.6732186732186732,0.7115479115479115,0.5651105651105651,0.3761583011583012,0.2936936936936937,0.5095745095745096,0.19744471744471748,0.5484339534339534,0.1101719901719902,0.5932132132132132,0.6121011271011273,0.5530896725707386,0.5119517495613283
|
88 |
+
28,-1,0.5651105651105651,0.6432432432432432,0.6732186732186732,0.7115479115479115,0.5651105651105651,0.3761583011583012,0.2936936936936937,0.5095745095745096,0.19744471744471748,0.5484339534339534,0.1101719901719902,0.5932132132132132,0.6121011271011273,0.5530896725707386,0.5119517495613283
|
89 |
+
29,281,0.5616707616707617,0.6432432432432432,0.6712530712530712,0.711056511056511,0.5616707616707617,0.37403162903162906,0.2918918918918919,0.5075482625482626,0.1943980343980344,0.5426463476463477,0.10923832923832924,0.5906499356499356,0.6094204594204593,0.549975505988471,0.5084479238854224
|
90 |
+
29,562,0.5631449631449631,0.6447174447174447,0.6766584766584767,0.713022113022113,0.5631449631449631,0.3762565812565812,0.2933660933660934,0.5104071604071604,0.1973464373464374,0.5505181155181155,0.10972972972972975,0.5918435318435319,0.6112643812643809,0.5525016109039338,0.5120900103311481
|
91 |
+
29,-1,0.5631449631449631,0.6447174447174447,0.6766584766584767,0.713022113022113,0.5631449631449631,0.3762565812565812,0.2933660933660934,0.5104071604071604,0.1973464373464374,0.5505181155181155,0.10972972972972975,0.5918435318435319,0.6112643812643809,0.5525016109039338,0.5120900103311481
|
92 |
+
30,281,0.5646191646191646,0.6501228501228501,0.6771498771498772,0.7125307125307125,0.5646191646191646,0.3777116727116727,0.29451269451269446,0.5136741936741938,0.19734643734643736,0.5505278655278656,0.11012285012285013,0.5937402987402987,0.6130505830505829,0.5541400051597928,0.5134649307832394
|
93 |
+
30,562,0.5601965601965602,0.6432432432432432,0.6717444717444717,0.7041769041769042,0.5601965601965602,0.3734474084474085,0.29205569205569204,0.5078764478764479,0.1957739557739558,0.5447695097695097,0.1091891891891892,0.588073593073593,0.6078955578955579,0.5491850750570619,0.5088824796199954
|
94 |
+
30,-1,0.5601965601965602,0.6432432432432432,0.6717444717444717,0.7041769041769042,0.5601965601965602,0.3734474084474085,0.29205569205569204,0.5078764478764479,0.1957739557739558,0.5447695097695097,0.1091891891891892,0.588073593073593,0.6078955578955579,0.5491850750570619,0.5088824796199954
|
95 |
+
31,281,0.5646191646191646,0.6427518427518427,0.6663390663390664,0.7027027027027027,0.5646191646191646,0.3768025818025818,0.2918918918918919,0.5073550173550173,0.1947911547911548,0.5418743418743419,0.1088943488943489,0.5864301314301313,0.6100760500760497,0.5496339451822423,0.5098355199232815
|
96 |
+
31,562,0.5685503685503686,0.6422604422604422,0.6697788697788698,0.713022113022113,0.5685503685503686,0.37913946413946414,0.2918918918918919,0.5084197184197183,0.1948894348894349,0.5437701337701337,0.11007371007371008,0.5950226200226201,0.613331968331968,0.5538674537783187,0.5122334292259125
|
97 |
+
31,-1,0.5685503685503686,0.6422604422604422,0.6697788697788698,0.713022113022113,0.5685503685503686,0.37913946413946414,0.2918918918918919,0.5084197184197183,0.1948894348894349,0.5437701337701337,0.11007371007371008,0.5950226200226201,0.613331968331968,0.5538674537783187,0.5122334292259125
|
98 |
+
32,281,0.5616707616707617,0.6422604422604422,0.6673218673218673,0.7076167076167076,0.5616707616707617,0.37418450918450913,0.2932022932022932,0.5095376545376545,0.1954791154791155,0.5438290238290238,0.10943488943488944,0.5896234546234546,0.6086234936234939,0.5501443957671812,0.5097913901609189
|
99 |
+
32,562,0.5665847665847665,0.6432432432432432,0.6737100737100737,0.711056511056511,0.5665847665847665,0.37813209313209306,0.29238329238329236,0.5095472095472096,0.19705159705159705,0.5481178581178581,0.10972972972972973,0.592067587067587,0.6123986973986975,0.5529024688910456,0.5125261267511083
|
100 |
+
32,-1,0.5665847665847665,0.6432432432432432,0.6737100737100737,0.711056511056511,0.5665847665847665,0.37813209313209306,0.29238329238329236,0.5095472095472096,0.19705159705159705,0.5481178581178581,0.10972972972972973,0.592067587067587,0.6123986973986975,0.5529024688910456,0.5125261267511083
|
101 |
+
33,281,0.567076167076167,0.6388206388206388,0.6717444717444717,0.711056511056511,0.567076167076167,0.3779109629109629,0.29156429156429153,0.5058936858936859,0.196953316953317,0.5473780273780273,0.10953316953316955,0.5932635232635233,0.6119804219804217,0.5528516937921475,0.5120696013013731
|
102 |
+
33,562,0.5660933660933661,0.6432432432432432,0.6727272727272727,0.7046683046683047,0.5660933660933661,0.378050193050193,0.2933660933660934,0.5096236496236496,0.19616707616707618,0.5456493506493507,0.10923832923832924,0.5883945633945633,0.6114972114972114,0.5517004505236541,0.5119030748277529
|
103 |
+
33,-1,0.5660933660933661,0.6432432432432432,0.6727272727272727,0.7046683046683047,0.5660933660933661,0.378050193050193,0.2933660933660934,0.5096236496236496,0.19616707616707618,0.5456493506493507,0.10923832923832924,0.5883945633945633,0.6114972114972114,0.5517004505236541,0.5119030748277529
|
104 |
+
34,281,0.5616707616707617,0.6393120393120393,0.6658476658476659,0.7071253071253071,0.5616707616707617,0.3748588198588199,0.28959868959868956,0.5047369447369447,0.19292383292383294,0.5396659646659646,0.10928746928746931,0.5893005343005342,0.6079704379704379,0.549048089188958,0.5078883919101165
|
105 |
+
34,562,0.5651105651105651,0.6398034398034398,0.6658476658476659,0.7017199017199017,0.5651105651105651,0.37528197028197025,0.29041769041769044,0.5061074061074061,0.1935135135135135,0.5410391560391561,0.10835380835380838,0.5855307905307906,0.6088317538317539,0.5479918709439903,0.5079450096841427
|
106 |
+
34,-1,0.5651105651105651,0.6398034398034398,0.6658476658476659,0.7017199017199017,0.5651105651105651,0.37528197028197025,0.29041769041769044,0.5061074061074061,0.1935135135135135,0.5410391560391561,0.10835380835380838,0.5855307905307906,0.6088317538317539,0.5479918709439903,0.5079450096841427
|
107 |
+
35,281,0.5675675675675675,0.6368550368550369,0.6628992628992629,0.6963144963144963,0.5675675675675675,0.37875180375180373,0.2881244881244881,0.503972543972544,0.19272727272727275,0.541226746226746,0.10722358722358723,0.5798562848562848,0.6083021333021329,0.5462569491702817,0.5075701085833036
|
108 |
+
35,562,0.5665847665847665,0.6339066339066339,0.6658476658476659,0.7041769041769042,0.5665847665847665,0.37825494325494324,0.28796068796068797,0.5010514410514411,0.19233415233415233,0.5398174798174799,0.10855036855036856,0.5871336921336922,0.6089633789633793,0.548551902175484,0.5079067482380382
|
109 |
+
35,-1,0.5665847665847665,0.6339066339066339,0.6658476658476659,0.7041769041769042,0.5665847665847665,0.37825494325494324,0.28796068796068797,0.5010514410514411,0.19233415233415233,0.5398174798174799,0.10855036855036856,0.5871336921336922,0.6089633789633793,0.548551902175484,0.5079067482380382
|
110 |
+
36,281,0.5685503685503686,0.6368550368550369,0.6687960687960688,0.7076167076167076,0.5685503685503686,0.3789066339066339,0.29041769041769044,0.5053484653484653,0.19656019656019658,0.5468312468312468,0.1094840294840295,0.5903823953823953,0.6113004563004563,0.5517839778940966,0.5116740021385691
|
111 |
+
36,562,0.5705159705159705,0.6412776412776413,0.6712530712530712,0.7115479115479115,0.5705159705159705,0.3805773955773955,0.2922194922194922,0.507043017043017,0.19606879606879607,0.5451653601653601,0.11031941031941034,0.5940392340392341,0.6137804687804687,0.5542342187882017,0.5129145438345457
|
112 |
+
36,-1,0.5705159705159705,0.6412776412776413,0.6712530712530712,0.7115479115479115,0.5705159705159705,0.3805773955773955,0.2922194922194922,0.507043017043017,0.19606879606879607,0.5451653601653601,0.11031941031941034,0.5940392340392341,0.6137804687804687,0.5542342187882017,0.5129145438345457
|
113 |
+
37,281,0.5636363636363636,0.6407862407862408,0.6668304668304669,0.7051597051597052,0.5636363636363636,0.3755986505986506,0.2914004914004914,0.5068540618540618,0.1950859950859951,0.5445961545961546,0.10884520884520885,0.5877358527358527,0.6084255684255679,0.549227480941125,0.5089449274379318
|
114 |
+
37,562,0.5695331695331696,0.6402948402948403,0.6756756756756757,0.7135135135135136,0.5695331695331696,0.37946355446355445,0.2932022932022932,0.5084871884871884,0.19685503685503686,0.5497839397839398,0.11061425061425062,0.5972540072540072,0.6144323544323546,0.5560513346687166,0.5144165023550616
|
115 |
+
37,-1,0.5695331695331696,0.6402948402948403,0.6756756756756757,0.7135135135135136,0.5695331695331696,0.37946355446355445,0.2932022932022932,0.5084871884871884,0.19685503685503686,0.5497839397839398,0.11061425061425062,0.5972540072540072,0.6144323544323546,0.5560513346687166,0.5144165023550616
|
116 |
+
38,281,0.5606879606879607,0.6358722358722358,0.6668304668304669,0.7041769041769042,0.5606879606879607,0.37500819000819,0.28927108927108924,0.503988143988144,0.19449631449631452,0.5441778791778792,0.1086977886977887,0.5847632697632698,0.6062062712062709,0.5472827712105437,0.5075908140215797
|
117 |
+
38,562,0.5621621621621622,0.6378378378378379,0.6658476658476659,0.7027027027027027,0.5621621621621622,0.3745776295776296,0.28976248976248975,0.5044304044304043,0.19429975429975432,0.5423214773214773,0.10820638820638823,0.5833198783198784,0.6061469911469913,0.5460871476952227,0.506162596813105
|
118 |
+
38,-1,0.5621621621621622,0.6378378378378379,0.6658476658476659,0.7027027027027027,0.5621621621621622,0.3745776295776296,0.28976248976248975,0.5044304044304043,0.19429975429975432,0.5423214773214773,0.10820638820638823,0.5833198783198784,0.6061469911469913,0.5460871476952227,0.506162596813105
|
119 |
+
39,281,0.5547911547911548,0.6265356265356266,0.6501228501228501,0.6987714987714988,0.5547911547911548,0.3688602238602238,0.2856674856674856,0.49618033618033613,0.1896805896805897,0.5305366405366405,0.10702702702702703,0.578867828867829,0.5990240240240241,0.539776965036644,0.4996064816986079
|
120 |
+
39,562,0.5631449631449631,0.6334152334152334,0.6643734643734643,0.7041769041769042,0.5631449631449631,0.3746833196833197,0.2877968877968878,0.5000842400842401,0.19400491400491404,0.5406316056316055,0.10909090909090909,0.587036972036972,0.6073347373347373,0.5480481462005707,0.5072106193057458
|
121 |
+
39,-1,0.5631449631449631,0.6334152334152334,0.6643734643734643,0.7041769041769042,0.5631449631449631,0.3746833196833197,0.2877968877968878,0.5000842400842401,0.19400491400491404,0.5406316056316055,0.10909090909090909,0.587036972036972,0.6073347373347373,0.5480481462005707,0.5072106193057458
|
122 |
+
40,281,0.5606879606879607,0.6319410319410319,0.6609336609336609,0.6992628992628993,0.5606879606879607,0.37157930657930655,0.28746928746928746,0.4994883194883195,0.19262899262899263,0.5375970125970125,0.10781326781326783,0.583936858936859,0.6036324636324637,0.5437666990277338,0.5028735399029822
|
123 |
+
40,562,0.5636363636363636,0.6343980343980344,0.6633906633906634,0.7017199017199017,0.5636363636363636,0.3759200109200109,0.28959868959868956,0.5018033618033618,0.19371007371007373,0.5408769158769159,0.10825552825552825,0.5847353847353848,0.6067585117585114,0.5471285936906125,0.5071851470566575
|
124 |
+
40,-1,0.5636363636363636,0.6343980343980344,0.6633906633906634,0.7017199017199017,0.5636363636363636,0.3759200109200109,0.28959868959868956,0.5018033618033618,0.19371007371007373,0.5408769158769159,0.10825552825552825,0.5847353847353848,0.6067585117585114,0.5471285936906125,0.5071851470566575
|
125 |
+
41,281,0.5646191646191646,0.634889434889435,0.6614250614250614,0.7041769041769042,0.5646191646191646,0.37505460005460006,0.28796068796068797,0.5006711906711907,0.19371007371007373,0.5411959361959362,0.10845208845208847,0.5877613977613978,0.6066419016419016,0.5469730781629423,0.505559609993055
|
126 |
+
41,562,0.5675675675675675,0.6383292383292384,0.6653562653562654,0.7056511056511057,0.5675675675675675,0.37806930306930303,0.291072891072891,0.5058425958425957,0.19400491400491404,0.5410847860847859,0.10840294840294841,0.5871352521352521,0.610286065286065,0.549306631617872,0.5093064940100915
|
127 |
+
41,-1,0.5675675675675675,0.6383292383292384,0.6653562653562654,0.7056511056511057,0.5675675675675675,0.37806930306930303,0.291072891072891,0.5058425958425957,0.19400491400491404,0.5410847860847859,0.10840294840294841,0.5871352521352521,0.610286065286065,0.549306631617872,0.5093064940100915
|
128 |
+
42,281,0.5621621621621622,0.6329238329238329,0.6633906633906634,0.7007371007371007,0.5621621621621622,0.3746376896376896,0.28746928746928746,0.501062946062946,0.19312039312039314,0.5404116454116453,0.10786240786240787,0.5834392184392184,0.6050177450177449,0.5452724544374647,0.5053333923187681
|
129 |
+
42,562,0.5665847665847665,0.6378378378378379,0.6648648648648648,0.7056511056511057,0.5665847665847665,0.3769519519519519,0.28943488943488943,0.5018019968019969,0.19282555282555283,0.5402786552786553,0.10771498771498772,0.5844518544518544,0.6094814944814941,0.5472335634922438,0.5072967360069324
|
130 |
+
42,-1,0.5665847665847665,0.6378378378378379,0.6648648648648648,0.7056511056511057,0.5665847665847665,0.3769519519519519,0.28943488943488943,0.5018019968019969,0.19282555282555283,0.5402786552786553,0.10771498771498772,0.5844518544518544,0.6094814944814941,0.5472335634922438,0.5072967360069324
|
131 |
+
43,281,0.5636363636363636,0.6343980343980344,0.6658476658476659,0.6992628992628993,0.5636363636363636,0.3759562809562809,0.28746928746928746,0.5003129753129754,0.19282555282555283,0.540982410982411,0.10673218673218673,0.5799395499395499,0.6059691509691507,0.5443615589370869,0.5053586393162819
|
132 |
+
43,562,0.5646191646191646,0.6343980343980344,0.6624078624078624,0.7002457002457002,0.5646191646191646,0.37623669123669123,0.28730548730548733,0.4986509886509886,0.19282555282555283,0.5376005226005226,0.10683046683046685,0.5806832806832807,0.6072372372372369,0.5451410848091036,0.505651992061058
|
133 |
+
43,-1,0.5646191646191646,0.6343980343980344,0.6624078624078624,0.7002457002457002,0.5646191646191646,0.37623669123669123,0.28730548730548733,0.4986509886509886,0.19282555282555283,0.5376005226005226,0.10683046683046685,0.5806832806832807,0.6072372372372369,0.5451410848091036,0.505651992061058
|
134 |
+
44,281,0.5646191646191646,0.634889434889435,0.6624078624078624,0.6987714987714988,0.5646191646191646,0.37587087087087084,0.28910728910728906,0.5026067626067626,0.19282555282555283,0.5383559533559533,0.10727272727272728,0.5800971100971101,0.6067267267267266,0.5454587708631572,0.5065531894515893
|
135 |
+
44,562,0.5577395577395577,0.6255528255528255,0.655036855036855,0.6972972972972973,0.5577395577395577,0.37153835653835654,0.28435708435708434,0.49393763893763887,0.1905651105651106,0.5310307710307711,0.10692874692874695,0.5779404079404079,0.6006337506337504,0.5407138360325883,0.5011094879185021
|
136 |
+
44,-1,0.5577395577395577,0.6255528255528255,0.655036855036855,0.6972972972972973,0.5577395577395577,0.37153835653835654,0.28435708435708434,0.49393763893763887,0.1905651105651106,0.5310307710307711,0.10692874692874695,0.5779404079404079,0.6006337506337504,0.5407138360325883,0.5011094879185021
|
137 |
+
45,281,0.5621621621621622,0.6339066339066339,0.6619164619164619,0.6953316953316954,0.5621621621621622,0.3745489645489645,0.2876330876330876,0.5010929760929761,0.1915479115479116,0.5366307866307866,0.10653562653562654,0.577059982059982,0.6040425490425491,0.5425694691071952,0.5038088861140126
|
138 |
+
45,562,0.5646191646191646,0.6363636363636364,0.6673218673218673,0.7056511056511057,0.5646191646191646,0.37622655122655124,0.2884520884520885,0.5007722007722007,0.1935135135135135,0.5413059163059163,0.10825552825552825,0.5865837915837915,0.608777738777739,0.5480545182379786,0.507491398465787
|
139 |
+
45,-1,0.5646191646191646,0.6363636363636364,0.6673218673218673,0.7056511056511057,0.5646191646191646,0.37622655122655124,0.2884520884520885,0.5007722007722007,0.1935135135135135,0.5413059163059163,0.10825552825552825,0.5865837915837915,0.608777738777739,0.5480545182379786,0.507491398465787
|
140 |
+
46,281,0.5592137592137593,0.628992628992629,0.658968058968059,0.6958230958230959,0.5592137592137593,0.3719396669396669,0.28468468468468466,0.4941969891969892,0.19095823095823097,0.5333356733356733,0.1061916461916462,0.5771902421902422,0.6020707070707071,0.5404544298824762,0.5005495488360695
|
141 |
+
46,562,0.5557739557739557,0.6314496314496314,0.6574938574938575,0.6904176904176904,0.5557739557739557,0.3702416052416052,0.285995085995086,0.4967066417066417,0.1905651105651106,0.5336556686556686,0.10530712530712533,0.5714940914940916,0.5990228540228539,0.5373484039161761,0.49870400692179156
|
142 |
+
46,-1,0.5557739557739557,0.6314496314496314,0.6574938574938575,0.6904176904176904,0.5557739557739557,0.3702416052416052,0.285995085995086,0.4967066417066417,0.1905651105651106,0.5336556686556686,0.10530712530712533,0.5714940914940916,0.5990228540228539,0.5373484039161761,0.49870400692179156
|
143 |
+
47,281,0.5621621621621622,0.6329238329238329,0.657985257985258,0.6987714987714988,0.5621621621621622,0.3743584493584493,0.2871416871416871,0.49768593268593275,0.19164619164619165,0.5317085917085917,0.10638820638820638,0.5777945477945478,0.604201279201279,0.5421082940296122,0.5030243934550626
|
144 |
+
47,562,0.5493857493857494,0.6186732186732187,0.6515970515970516,0.6914004914004914,0.5493857493857494,0.3660900510900511,0.2810810810810811,0.4876477126477126,0.18889434889434892,0.5270235170235169,0.10540540540540541,0.5707883857883858,0.5920473070473069,0.5328834065014457,0.4932199330195385
|
145 |
+
47,-1,0.5493857493857494,0.6186732186732187,0.6515970515970516,0.6914004914004914,0.5493857493857494,0.3660900510900511,0.2810810810810811,0.4876477126477126,0.18889434889434892,0.5270235170235169,0.10540540540540541,0.5707883857883858,0.5920473070473069,0.5328834065014457,0.4932199330195385
|
146 |
+
48,281,0.5552825552825553,0.6235872235872236,0.6506142506142506,0.6914004914004914,0.5552825552825553,0.37217717717717713,0.28370188370188365,0.49247708747708746,0.18909090909090912,0.5291232791232792,0.105995085995086,0.5749060099060099,0.5967382317382316,0.5380644849300857,0.49914667392184087
|
147 |
+
48,562,0.5577395577395577,0.6270270270270271,0.6520884520884521,0.6864864864864865,0.5577395577395577,0.37354490854490857,0.284029484029484,0.4943471393471393,0.1898771498771499,0.531088101088101,0.10555282555282555,0.5698432198432198,0.5987541437541438,0.5379654293165281,0.5006631675900629
|
148 |
+
48,-1,0.5577395577395577,0.6270270270270271,0.6520884520884521,0.6864864864864865,0.5577395577395577,0.37354490854490857,0.284029484029484,0.4943471393471393,0.1898771498771499,0.531088101088101,0.10555282555282555,0.5698432198432198,0.5987541437541438,0.5379654293165281,0.5006631675900629
|
149 |
+
49,281,0.5557739557739557,0.6230958230958231,0.6447174447174447,0.6864864864864865,0.5557739557739557,0.3704681954681955,0.2823914823914824,0.4893539643539643,0.18761670761670765,0.5223091923091924,0.10491400491400493,0.5688249288249289,0.5964340314340314,0.5347892074924324,0.4970693364469333
|
150 |
+
49,562,0.5616707616707617,0.626044226044226,0.6555282555282556,0.6968058968058968,0.5616707616707617,0.37389161889161887,0.285995085995086,0.4918792168792168,0.1902702702702703,0.5297948597948597,0.10658476658476661,0.5786790686790687,0.602338052338052,0.5410713452284708,0.5010002720455863
|
151 |
+
49,-1,0.5616707616707617,0.626044226044226,0.6555282555282556,0.6968058968058968,0.5616707616707617,0.37389161889161887,0.285995085995086,0.4918792168792168,0.1902702702702703,0.5297948597948597,0.10658476658476661,0.5786790686790687,0.602338052338052,0.5410713452284708,0.5010002720455863
|
152 |
+
50,281,0.5626535626535627,0.6226044226044226,0.6525798525798526,0.6904176904176904,0.5626535626535627,0.3762456612456612,0.28370188370188365,0.49157209157209153,0.18997542997543,0.5299073749073749,0.10545454545454547,0.5692071292071292,0.6012423462423462,0.5381396116898219,0.5005735201944821
|
153 |
+
50,562,0.5646191646191646,0.6265356265356266,0.6555282555282556,0.6864864864864865,0.5646191646191646,0.3783196833196833,0.28419328419328416,0.4935218985218985,0.19007371007371007,0.5303726453726454,0.10540540540540543,0.569046839046839,0.6024043524043521,0.5394249130708484,0.5025817803823208
|
154 |
+
50,-1,0.5646191646191646,0.6265356265356266,0.6555282555282556,0.6864864864864865,0.5646191646191646,0.3783196833196833,0.28419328419328416,0.4935218985218985,0.19007371007371007,0.5303726453726454,0.10540540540540543,0.569046839046839,0.6024043524043521,0.5394249130708484,0.5025817803823208
|
155 |
+
51,281,0.5601965601965602,0.6294840294840295,0.6555282555282556,0.6948402948402949,0.5601965601965602,0.37460414960414956,0.2835380835380835,0.49211126711126707,0.1905651105651106,0.5304184704184705,0.10673218673218673,0.5766064116064116,0.6016424866424862,0.5404774735154331,0.5007726012040207
|
156 |
+
51,562,0.5557739557739557,0.6265356265356266,0.6565110565110565,0.6909090909090909,0.5557739557739557,0.3704763854763855,0.28337428337428333,0.4918328068328068,0.1893857493857494,0.531036231036231,0.10594594594594596,0.572911937911938,0.598912873912874,0.5370920608747745,0.4975135657425619
|
157 |
+
51,-1,0.5557739557739557,0.6265356265356266,0.6565110565110565,0.6909090909090909,0.5557739557739557,0.3704763854763855,0.28337428337428333,0.4918328068328068,0.1893857493857494,0.531036231036231,0.10594594594594596,0.572911937911938,0.598912873912874,0.5370920608747745,0.4975135657425619
|
158 |
+
52,281,0.5592137592137593,0.6339066339066339,0.6614250614250614,0.6938574938574938,0.5592137592137593,0.3714236964236964,0.2863226863226863,0.4958895908895909,0.19184275184275185,0.5354268554268554,0.10653562653562654,0.5757766857766857,0.6022988572988571,0.5402035475771925,0.5005870281268552
|
159 |
+
52,562,0.5513513513513514,0.6255528255528255,0.658968058968059,0.6918918918918919,0.5513513513513514,0.36861335361335357,0.2810810810810811,0.4882715182715182,0.19115479115479114,0.5314634764634765,0.10604422604422604,0.5732992082992082,0.5962189462189463,0.5361548444198605,0.4963060387861602
|
160 |
+
52,-1,0.5513513513513514,0.6255528255528255,0.658968058968059,0.6918918918918919,0.5513513513513514,0.36861335361335357,0.2810810810810811,0.4882715182715182,0.19115479115479114,0.5314634764634765,0.10604422604422604,0.5732992082992082,0.5962189462189463,0.5361548444198605,0.4963060387861602
|
161 |
+
53,281,0.5547911547911548,0.6206388206388206,0.6511056511056511,0.6864864864864865,0.5547911547911548,0.3698880698880699,0.2807534807534807,0.4862390312390313,0.1884029484029484,0.5253133653133653,0.10486486486486486,0.5685735735735735,0.5951677001677,0.5335497134227691,0.49495840434387617
|
162 |
+
53,562,0.5592137592137593,0.6230958230958231,0.653071253071253,0.6889434889434889,0.5592137592137593,0.3740868140868141,0.2807534807534807,0.48992648492648494,0.1881081081081081,0.525010335010335,0.10501228501228503,0.570050505050505,0.5988452088452085,0.5364337345074386,0.4982812345359375
|
163 |
+
53,-1,0.5592137592137593,0.6230958230958231,0.653071253071253,0.6889434889434889,0.5592137592137593,0.3740868140868141,0.2807534807534807,0.48992648492648494,0.1881081081081081,0.525010335010335,0.10501228501228503,0.570050505050505,0.5988452088452085,0.5364337345074386,0.4982812345359375
|
164 |
+
54,281,0.5616707616707617,0.628992628992629,0.6594594594594595,0.686977886977887,0.5616707616707617,0.37589544089544086,0.2856674856674856,0.49562127062127065,0.19243243243243244,0.5348014898014898,0.1057002457002457,0.5693678093678093,0.6022469872469876,0.5401551601549948,0.5031994329230574
|
165 |
+
54,562,0.5542997542997543,0.6230958230958231,0.657985257985258,0.6909090909090909,0.5542997542997543,0.37304687804687797,0.28206388206388205,0.4914607464607465,0.18938574938574937,0.5303084903084904,0.10506142506142507,0.5696099996099996,0.5966235716235716,0.5359658295645505,0.49741207515484637
|
166 |
+
54,-1,0.5542997542997543,0.6230958230958231,0.657985257985258,0.6909090909090909,0.5542997542997543,0.37304687804687797,0.28206388206388205,0.4914607464607465,0.18938574938574937,0.5303084903084904,0.10506142506142507,0.5696099996099996,0.5966235716235716,0.5359658295645505,0.49741207515484637
|
167 |
+
55,281,0.5636363636363636,0.6235872235872236,0.6560196560196561,0.6914004914004914,0.5636363636363636,0.37847665847665846,0.2802620802620802,0.4904705354705355,0.18909090909090912,0.530920790920791,0.10545454545454547,0.5746380796380797,0.6019576069576068,0.5400566055688335,0.5011919850987024
|
168 |
+
55,562,0.5675675675675675,0.6353808353808353,0.6609336609336609,0.6948402948402949,0.5675675675675675,0.3805255255255255,0.28877968877968874,0.5014402714402715,0.19272727272727275,0.5379443079443079,0.10658476658476661,0.5763903513903513,0.6069404469404469,0.5444923171600122,0.5063400538517486
|
169 |
+
55,-1,0.5675675675675675,0.6353808353808353,0.6609336609336609,0.6948402948402949,0.5675675675675675,0.3805255255255255,0.28877968877968874,0.5014402714402715,0.19272727272727275,0.5379443079443079,0.10658476658476661,0.5763903513903513,0.6069404469404469,0.5444923171600122,0.5063400538517486
|
170 |
+
56,281,0.5641277641277641,0.6294840294840295,0.6525798525798526,0.6850122850122851,0.5641277641277641,0.3761657111657112,0.2856674856674856,0.49625872625872625,0.18909090909090912,0.5278058578058579,0.10476658476658478,0.567972387972388,0.6019765219765219,0.5377827014215084,0.5004577961768625
|
171 |
+
56,562,0.5641277641277641,0.6334152334152334,0.6614250614250614,0.6972972972972973,0.5641277641277641,0.3755208455208455,0.2868140868140868,0.49855680355680354,0.19164619164619165,0.5366830466830466,0.1063882063882064,0.578022113022113,0.6057398307398307,0.5428863381963092,0.5030597182314743
|
172 |
+
56,-1,0.5641277641277641,0.6334152334152334,0.6614250614250614,0.6972972972972973,0.5641277641277641,0.3755208455208455,0.2868140868140868,0.49855680355680354,0.19164619164619165,0.5366830466830466,0.1063882063882064,0.578022113022113,0.6057398307398307,0.5428863381963092,0.5030597182314743
|
173 |
+
57,281,0.5660933660933661,0.6275184275184276,0.6535626535626535,0.6928746928746928,0.5660933660933661,0.37599177099177095,0.2856674856674856,0.4946064896064896,0.19095823095823097,0.533019383019383,0.10638820638820638,0.5756926406926407,0.6044087594087592,0.5420397452041307,0.5040835578091519
|
174 |
+
57,562,0.5636363636363636,0.6275184275184276,0.657985257985258,0.6874692874692875,0.5636363636363636,0.3772038922038922,0.2848484848484848,0.49398677898677895,0.19184275184275185,0.5342868842868843,0.10545454545454547,0.5710436410436409,0.6025872625872628,0.5399408508837488,0.5026668730354187
|
175 |
+
57,-1,0.5636363636363636,0.6275184275184276,0.657985257985258,0.6874692874692875,0.5636363636363636,0.3772038922038922,0.2848484848484848,0.49398677898677895,0.19184275184275185,0.5342868842868843,0.10545454545454547,0.5710436410436409,0.6025872625872628,0.5399408508837488,0.5026668730354187
|
176 |
+
58,281,0.5685503685503686,0.628992628992629,0.657002457002457,0.6987714987714988,0.5685503685503686,0.3809541359541359,0.28435708435708434,0.49312273312273314,0.19154791154791156,0.5332017082017082,0.10663390663390665,0.5799762099762099,0.6064509964509963,0.5444223965618243,0.504839041073431
|
177 |
+
58,562,0.5646191646191646,0.6255528255528255,0.6496314496314496,0.684029484029484,0.5646191646191646,0.3753625053625053,0.28386568386568384,0.49262450762450766,0.18968058968058968,0.5265601965601966,0.10402948402948403,0.5642071292071291,0.6021112671112671,0.5363092170399189,0.49977759455869236
|
178 |
+
58,-1,0.5646191646191646,0.6255528255528255,0.6496314496314496,0.684029484029484,0.5646191646191646,0.3753625053625053,0.28386568386568384,0.49262450762450766,0.18968058968058968,0.5265601965601966,0.10402948402948403,0.5642071292071291,0.6021112671112671,0.5363092170399189,0.49977759455869236
|
179 |
+
59,281,0.5557739557739557,0.6235872235872236,0.658968058968059,0.687960687960688,0.5557739557739557,0.3711077961077961,0.28337428337428333,0.4912766662766662,0.19095823095823097,0.5313971763971764,0.10525798525798528,0.5694957294957294,0.5971251121251125,0.5359052694845599,0.49778672621550524
|
180 |
+
59,562,0.5656019656019656,0.6285012285012285,0.6614250614250614,0.6918918918918919,0.5656019656019656,0.3786371436371437,0.2855036855036855,0.49446589446589445,0.19341523341523342,0.5362655512655512,0.10668304668304669,0.5751911001911002,0.6044132444132447,0.5431175662806684,0.5052701116692815
|
181 |
+
59,-1,0.5656019656019656,0.6285012285012285,0.6614250614250614,0.6918918918918919,0.5656019656019656,0.3786371436371437,0.2855036855036855,0.49446589446589445,0.19341523341523342,0.5362655512655512,0.10668304668304669,0.5751911001911002,0.6044132444132447,0.5431175662806684,0.5052701116692815
|
182 |
+
60,281,0.5601965601965602,0.6216216216216216,0.6481572481572482,0.683046683046683,0.5601965601965602,0.37249931749931753,0.28157248157248155,0.488012948012948,0.1893857493857494,0.5264032214032213,0.10471744471744474,0.5666317616317617,0.5979031629031631,0.5347528208549001,0.4968992059500319
|
183 |
+
60,562,0.5651105651105651,0.6221130221130221,0.6545454545454545,0.6899262899262899,0.5651105651105651,0.3765541515541515,0.28370188370188365,0.4912499512499512,0.1905651105651106,0.5302669552669552,0.10555282555282555,0.573051558051558,0.6023216723216722,0.5395750213877126,0.500609202414557
|
184 |
+
60,-1,0.5651105651105651,0.6221130221130221,0.6545454545454545,0.6899262899262899,0.5651105651105651,0.3765541515541515,0.28370188370188365,0.4912499512499512,0.1905651105651106,0.5302669552669552,0.10555282555282555,0.573051558051558,0.6023216723216722,0.5395750213877126,0.500609202414557
|
185 |
+
61,281,0.5631449631449631,0.6221130221130221,0.6501228501228501,0.6894348894348894,0.5631449631449631,0.3745440895440896,0.2843570843570843,0.4914020514020514,0.1898771498771499,0.5273205023205023,0.10476658476658479,0.5710921960921961,0.6010054210054208,0.5379458760337955,0.4999661517767942
|
186 |
+
61,562,0.5616707616707617,0.6275184275184276,0.6555282555282556,0.6918918918918919,0.5616707616707617,0.3750791700791701,0.2871416871416871,0.4969145119145119,0.19105651105651109,0.5313718263718263,0.10560196560196562,0.5746410046410046,0.6012895362895359,0.5400993226297861,0.5016249764206592
|
187 |
+
61,-1,0.5616707616707617,0.6275184275184276,0.6555282555282556,0.6918918918918919,0.5616707616707617,0.3750791700791701,0.2871416871416871,0.4969145119145119,0.19105651105651109,0.5313718263718263,0.10560196560196562,0.5746410046410046,0.6012895362895359,0.5400993226297861,0.5016249764206592
|
188 |
+
62,281,0.5695331695331696,0.6304668304668305,0.65995085995086,0.6923832923832924,0.5695331695331696,0.37915311415311415,0.28665028665028663,0.49620900120900124,0.19253071253071258,0.5348307398307398,0.10673218673218673,0.5749336999337,0.606891891891892,0.5435696835715088,0.5053632679594657
|
189 |
+
62,562,0.5646191646191646,0.6255528255528255,0.657002457002457,0.6938574938574938,0.5646191646191646,0.37661967161967164,0.2835380835380835,0.49088471588471577,0.19144963144963148,0.5318489918489918,0.10653562653562654,0.5752769002769003,0.6034372684372684,0.5411223043793796,0.5018956001714073
|
190 |
+
62,-1,0.5646191646191646,0.6255528255528255,0.657002457002457,0.6938574938574938,0.5646191646191646,0.37661967161967164,0.2835380835380835,0.49088471588471577,0.19144963144963148,0.5318489918489918,0.10653562653562654,0.5752769002769003,0.6034372684372684,0.5411223043793796,0.5018956001714073
|
191 |
+
63,281,0.5601965601965602,0.6196560196560197,0.6511056511056511,0.685995085995086,0.5601965601965602,0.3725648375648376,0.2827190827190827,0.48914979914979917,0.1897788697788698,0.5265549315549315,0.10550368550368551,0.5698301548301548,0.5984388284388286,0.536299070035677,0.49808302816492733
|
192 |
+
63,562,0.5631449631449631,0.6216216216216216,0.6565110565110565,0.6948402948402949,0.5631449631449631,0.37388693888693886,0.2855036855036855,0.4926863226863226,0.19243243243243244,0.5344101244101245,0.10628992628992631,0.5751583401583402,0.6013361413361413,0.5405818877765988,0.5016608508638101
|
193 |
+
63,-1,0.5631449631449631,0.6216216216216216,0.6565110565110565,0.6948402948402949,0.5631449631449631,0.37388693888693886,0.2855036855036855,0.4926863226863226,0.19243243243243244,0.5344101244101245,0.10628992628992631,0.5751583401583402,0.6013361413361413,0.5405818877765988,0.5016608508638101
|
194 |
+
64,281,0.5552825552825553,0.6216216216216216,0.6461916461916462,0.687960687960688,0.5552825552825553,0.3694855894855895,0.28452088452088453,0.48948480948480944,0.1898771498771499,0.5246606996606996,0.10550368550368551,0.5736390936390937,0.5952521352521348,0.5358016400605145,0.4962382697018493
|
195 |
+
64,562,0.5547911547911548,0.6147420147420147,0.6481572481572482,0.687960687960688,0.5547911547911548,0.3711310011310011,0.2797706797706797,0.4835601185601186,0.18859950859950864,0.525987480987481,0.10491400491400492,0.5725697125697127,0.5941447291447288,0.5348464854520344,0.4951444121629802
|
196 |
+
64,-1,0.5547911547911548,0.6147420147420147,0.6481572481572482,0.687960687960688,0.5547911547911548,0.3711310011310011,0.2797706797706797,0.4835601185601186,0.18859950859950864,0.525987480987481,0.10491400491400492,0.5725697125697127,0.5941447291447288,0.5348464854520344,0.4951444121629802
|
197 |
+
65,281,0.5597051597051597,0.6265356265356266,0.655036855036855,0.6914004914004914,0.5597051597051597,0.3744452244452245,0.2851760851760851,0.4945140595140595,0.19144963144963145,0.5333598533598534,0.1061916461916462,0.5750698100698101,0.6000817050817051,0.5400431175750183,0.5012585320480347
|
198 |
+
65,562,0.5646191646191646,0.6211302211302211,0.6525798525798526,0.6884520884520885,0.5646191646191646,0.3756319956319957,0.28370188370188365,0.4889265239265239,0.19115479115479117,0.5288245388245388,0.10560196560196561,0.5715861315861316,0.6012242112242115,0.5388416043921667,0.5005174509285343
|
199 |
+
65,-1,0.5646191646191646,0.6211302211302211,0.6525798525798526,0.6884520884520885,0.5646191646191646,0.3756319956319957,0.28370188370188365,0.4889265239265239,0.19115479115479117,0.5288245388245388,0.10560196560196561,0.5715861315861316,0.6012242112242115,0.5388416043921667,0.5005174509285343
|
200 |
+
66,281,0.5611793611793612,0.625061425061425,0.653071253071253,0.685995085995086,0.5611793611793612,0.37288697788697783,0.2858312858312858,0.49198685698685696,0.19184275184275185,0.5306366756366756,0.10540540540540543,0.5693327093327093,0.5989774189774192,0.5368727716300542,0.498663692329711
|
201 |
+
66,562,0.5572481572481572,0.6211302211302211,0.6457002457002456,0.6884520884520885,0.5572481572481572,0.370990405990406,0.28190008190008187,0.4892281892281892,0.18791154791154796,0.5236498186498186,0.10530712530712531,0.5711772161772162,0.596071526071526,0.535005380514086,0.4952521887914131
|
202 |
+
66,-1,0.5572481572481572,0.6211302211302211,0.6457002457002456,0.6884520884520885,0.5572481572481572,0.370990405990406,0.28190008190008187,0.4892281892281892,0.18791154791154796,0.5236498186498186,0.10530712530712531,0.5711772161772162,0.596071526071526,0.535005380514086,0.4952521887914131
|
203 |
+
67,281,0.5636363636363636,0.628009828009828,0.653071253071253,0.6855036855036855,0.5636363636363636,0.3722263172263172,0.2861588861588861,0.4949026949026949,0.1901719901719902,0.5299354549354548,0.10511056511056513,0.5700520650520651,0.6008817908817907,0.537148842218747,0.49853892250203535
|
204 |
+
67,562,0.5665847665847665,0.6255528255528255,0.653071253071253,0.6904176904176904,0.5665847665847665,0.3762347412347412,0.2863226863226863,0.495953550953551,0.19174447174447176,0.5308053508053509,0.10589680589680589,0.5715841815841814,0.603105768105768,0.5401722577067226,0.5024785196733439
|
205 |
+
67,-1,0.5665847665847665,0.6255528255528255,0.653071253071253,0.6904176904176904,0.5665847665847665,0.3762347412347412,0.2863226863226863,0.495953550953551,0.19174447174447176,0.5308053508053509,0.10589680589680589,0.5715841815841814,0.603105768105768,0.5401722577067226,0.5024785196733439
|
206 |
+
68,281,0.5523341523341523,0.6167076167076168,0.6476658476658477,0.6810810810810811,0.5523341523341523,0.3677662727662728,0.2791154791154791,0.4854124254124254,0.18830466830466833,0.5261479661479661,0.10427518427518429,0.5634520884520885,0.5919964119964122,0.5305931861533469,0.49232055358469723
|
207 |
+
68,562,0.5656019656019656,0.6221130221130221,0.6496314496314496,0.6894348894348894,0.5656019656019656,0.37724211224211224,0.2819000819000819,0.490959790959791,0.1887960687960688,0.5267335517335517,0.10560196560196562,0.5714562614562614,0.6018154518154519,0.5389891520899269,0.500338877045921
|
208 |
+
68,-1,0.5656019656019656,0.6221130221130221,0.6496314496314496,0.6894348894348894,0.5656019656019656,0.37724211224211224,0.2819000819000819,0.490959790959791,0.1887960687960688,0.5267335517335517,0.10560196560196562,0.5714562614562614,0.6018154518154519,0.5389891520899269,0.500338877045921
|
209 |
+
69,281,0.5577395577395577,0.6201474201474202,0.6496314496314496,0.6850122850122851,0.5577395577395577,0.3723805623805624,0.2823914823914824,0.4902226902226902,0.18948402948402948,0.5291121641121641,0.10437346437346438,0.5683138333138334,0.5967967317967318,0.5353584697500213,0.49755794931940384
|
210 |
+
69,562,0.567076167076167,0.6270270270270271,0.6515970515970516,0.6923832923832924,0.567076167076167,0.37868004368004365,0.28501228501228504,0.4945006045006045,0.18948402948402948,0.5291597441597442,0.1057002457002457,0.5742845442845442,0.6037674037674033,0.5410590719812144,0.5021708927987386
|
211 |
+
69,-1,0.567076167076167,0.6270270270270271,0.6515970515970516,0.6923832923832924,0.567076167076167,0.37868004368004365,0.28501228501228504,0.4945006045006045,0.18948402948402948,0.5291597441597442,0.1057002457002457,0.5742845442845442,0.6037674037674033,0.5410590719812144,0.5021708927987386
|
212 |
+
70,281,0.5606879606879607,0.6265356265356266,0.653071253071253,0.686977886977887,0.5606879606879607,0.37285012285012287,0.28337428337428333,0.49137202137202135,0.1885995085995086,0.5281504231504232,0.10452088452088454,0.569912054912055,0.5994027144027145,0.5360156692919682,0.49706936644704325
|
213 |
+
70,562,0.5626535626535627,0.6245700245700245,0.6520884520884521,0.6850122850122851,0.5626535626535627,0.3727463827463827,0.28304668304668307,0.49107991107991106,0.18918918918918923,0.5282383682383682,0.1034889434889435,0.5660588510588511,0.5989134589134585,0.5337099371233898,0.4951931610708175
|
214 |
+
70,-1,0.5626535626535627,0.6245700245700245,0.6520884520884521,0.6850122850122851,0.5626535626535627,0.3727463827463827,0.28304668304668307,0.49107991107991106,0.18918918918918923,0.5282383682383682,0.1034889434889435,0.5660588510588511,0.5989134589134585,0.5337099371233898,0.4951931610708175
|
215 |
+
71,281,0.5641277641277641,0.6211302211302211,0.6461916461916462,0.6850122850122851,0.5641277641277641,0.37659373659373657,0.2814086814086814,0.48898814398814394,0.18584766584766588,0.521025311025311,0.10373464373464375,0.5673674973674974,0.599308529308529,0.5355410897268069,0.4976142978246286
|
216 |
+
71,562,0.5597051597051597,0.6206388206388206,0.6511056511056511,0.685995085995086,0.5597051597051597,0.3736078936078936,0.2807534807534807,0.4878994578994579,0.1897788697788698,0.5287120237120237,0.10466830466830467,0.5691784641784642,0.5983892983892986,0.5361602968967994,0.4975212877852012
|
217 |
+
71,-1,0.5597051597051597,0.6206388206388206,0.6511056511056511,0.685995085995086,0.5597051597051597,0.3736078936078936,0.2807534807534807,0.4878994578994579,0.1897788697788698,0.5287120237120237,0.10466830466830467,0.5691784641784642,0.5983892983892986,0.5361602968967994,0.4975212877852012
|
218 |
+
72,281,0.5601965601965602,0.6230958230958231,0.6535626535626535,0.6884520884520885,0.5601965601965602,0.3737742287742287,0.2810810810810811,0.4892125892125892,0.19007371007371007,0.5314734214734215,0.10486486486486488,0.569940134940135,0.5987264537264535,0.5363253697389688,0.497353675812898
|
219 |
+
72,562,0.5641277641277641,0.6275184275184276,0.655036855036855,0.6884520884520885,0.5641277641277641,0.3767733317733318,0.2853398853398853,0.49721149721149716,0.19046683046683047,0.5326841776841776,0.10496314496314497,0.5706696306696307,0.6017419367419367,0.5393370726609376,0.5014113393886217
|
220 |
+
72,-1,0.5641277641277641,0.6275184275184276,0.655036855036855,0.6884520884520885,0.5641277641277641,0.3767733317733318,0.2853398853398853,0.49721149721149716,0.19046683046683047,0.5326841776841776,0.10496314496314497,0.5706696306696307,0.6017419367419367,0.5393370726609376,0.5014113393886217
|
221 |
+
73,281,0.5656019656019656,0.6270270270270271,0.653071253071253,0.6874692874692875,0.5656019656019656,0.3763794313794313,0.28255528255528256,0.4928612378612378,0.18889434889434892,0.5286901836901836,0.10427518427518429,0.5704239304239305,0.602168987168987,0.538007968246224,0.4995951462866543
|
222 |
+
73,562,0.5611793611793612,0.6221130221130221,0.6501228501228501,0.684029484029484,0.5611793611793612,0.3746513396513396,0.28091728091728096,0.4895647595647596,0.18791154791154793,0.5256435006435005,0.10525798525798528,0.5707509457509458,0.5987077337077337,0.5370835788571225,0.4985696106660423
|
223 |
+
73,-1,0.5611793611793612,0.6221130221130221,0.6501228501228501,0.684029484029484,0.5611793611793612,0.3746513396513396,0.28091728091728096,0.4895647595647596,0.18791154791154793,0.5256435006435005,0.10525798525798528,0.5707509457509458,0.5987077337077337,0.5370835788571225,0.4985696106660423
|
224 |
+
74,281,0.5533169533169533,0.6152334152334152,0.6466830466830467,0.683046683046683,0.5533169533169533,0.3716502866502866,0.27829647829647824,0.48434499434499434,0.18712530712530717,0.5221212121212121,0.10457002457002458,0.567916422916423,0.5925330525330521,0.5329771026444035,0.49428592325074205
|
225 |
+
74,562,0.5601965601965602,0.628992628992629,0.657985257985258,0.6874692874692875,0.5601965601965602,0.37508073008073,0.284029484029484,0.49594282594282596,0.1901719901719902,0.5323975273975274,0.10476658476658478,0.5688514488514488,0.6002499902499904,0.537753423811045,0.4999016959781676
|
226 |
+
74,-1,0.5601965601965602,0.628992628992629,0.657985257985258,0.6874692874692875,0.5601965601965602,0.37508073008073,0.284029484029484,0.49594282594282596,0.1901719901719902,0.5323975273975274,0.10476658476658478,0.5688514488514488,0.6002499902499904,0.537753423811045,0.4999016959781676
|
227 |
+
75,281,0.5469287469287469,0.6176904176904177,0.6476658476658477,0.6776412776412777,0.5469287469287469,0.36523146523146527,0.27862407862407856,0.4835833235833236,0.18761670761670765,0.5233079833079833,0.10235872235872237,0.5602232752232753,0.5881691431691431,0.526575090648031,0.4879812975731739
|
228 |
+
75,562,0.5552825552825553,0.6201474201474202,0.6515970515970516,0.6850122850122851,0.5552825552825553,0.37311434811434807,0.28190008190008187,0.4878967278967279,0.18909090909090912,0.5261540111540112,0.1034889434889435,0.5641497991497991,0.5950891150891149,0.5330943897389815,0.4957105912344139
|
229 |
+
75,-1,0.5552825552825553,0.6201474201474202,0.6515970515970516,0.6850122850122851,0.5552825552825553,0.37311434811434807,0.28190008190008187,0.4878967278967279,0.18909090909090912,0.5261540111540112,0.1034889434889435,0.5641497991497991,0.5950891150891149,0.5330943897389815,0.4957105912344139
|
230 |
+
76,281,0.5616707616707617,0.6270270270270271,0.6633906633906634,0.6904176904176904,0.5616707616707617,0.3745823095823096,0.28517608517608517,0.49439959439959436,0.19233415233415235,0.5365594165594166,0.10515970515970516,0.572038337038337,0.6029554229554231,0.5400412663540316,0.5018100558196673
|
231 |
+
76,562,0.5582309582309583,0.630958230958231,0.6574938574938575,0.6884520884520885,0.5582309582309583,0.372057837057837,0.2863226863226863,0.4942459342459342,0.19105651105651109,0.5324897624897625,0.10476658476658479,0.5694044694044695,0.5990651690651693,0.5361613448416794,0.4973526909667338
|
232 |
+
76,-1,0.5582309582309583,0.630958230958231,0.6574938574938575,0.6884520884520885,0.5582309582309583,0.372057837057837,0.2863226863226863,0.4942459342459342,0.19105651105651109,0.5324897624897625,0.10476658476658479,0.5694044694044695,0.5990651690651693,0.5361613448416794,0.4973526909667338
|
233 |
+
77,281,0.5616707616707617,0.6245700245700245,0.657985257985258,0.6889434889434889,0.5616707616707617,0.3751064701064701,0.28370188370188365,0.4909584259584259,0.19164619164619168,0.5321880971880971,0.10540540540540543,0.5696897546897547,0.6004839904839903,0.5378495716077824,0.49951073995030654
|
234 |
+
77,562,0.5641277641277641,0.62997542997543,0.6584766584766585,0.6909090909090909,0.5641277641277641,0.3777108927108927,0.2863226863226863,0.49546780546780544,0.19085995085995092,0.5328070278070278,0.10496314496314497,0.5707047307047306,0.6033729183729181,0.540191422608035,0.5029452500223348
|
235 |
+
77,-1,0.5641277641277641,0.62997542997543,0.6584766584766585,0.6909090909090909,0.5641277641277641,0.3777108927108927,0.2863226863226863,0.49546780546780544,0.19085995085995092,0.5328070278070278,0.10496314496314497,0.5707047307047306,0.6033729183729181,0.540191422608035,0.5029452500223348
|
236 |
+
78,281,0.5606879606879607,0.6285012285012285,0.6545454545454545,0.6968058968058968,0.5606879606879607,0.37510179010179007,0.2855036855036855,0.49709196209196205,0.1887960687960688,0.5298599898599897,0.10565110565110566,0.5768741468741468,0.6012168012168012,0.540564847878835,0.5009312920180452
|
237 |
+
78,562,0.5528255528255528,0.6196560196560197,0.6486486486486487,0.683046683046683,0.5528255528255528,0.37074938574938576,0.2823914823914824,0.4904793104793105,0.1877149877149877,0.5239898989898989,0.1034889434889435,0.5632155532155533,0.5927812877812878,0.5316700448338895,0.49474268809339267
|
238 |
+
78,-1,0.5528255528255528,0.6196560196560197,0.6486486486486487,0.683046683046683,0.5528255528255528,0.37074938574938576,0.2823914823914824,0.4904793104793105,0.1877149877149877,0.5239898989898989,0.1034889434889435,0.5632155532155533,0.5927812877812878,0.5316700448338895,0.49474268809339267
|
239 |
+
79,281,0.5587223587223588,0.6245700245700245,0.6560196560196561,0.6874692874692875,0.5587223587223588,0.37299890799890795,0.2822276822276822,0.49236769236769234,0.18889434889434892,0.5286375336375336,0.10422604422604424,0.5682929682929684,0.599001989001989,0.5358062641181981,0.49728149137426725
|
240 |
+
79,562,0.5606879606879607,0.6226044226044226,0.6501228501228501,0.6815724815724816,0.5606879606879607,0.37428610428610426,0.2827190827190827,0.49135603135603134,0.18830466830466833,0.5266972816972817,0.10388206388206389,0.5648307398307398,0.5976592176592176,0.5347156554443178,0.49766938365381463
|
241 |
+
79,-1,0.5606879606879607,0.6226044226044226,0.6501228501228501,0.6815724815724816,0.5606879606879607,0.37428610428610426,0.2827190827190827,0.49135603135603134,0.18830466830466833,0.5266972816972817,0.10388206388206389,0.5648307398307398,0.5976592176592176,0.5347156554443178,0.49766938365381463
|
242 |
+
80,281,0.5601965601965602,0.626044226044226,0.6555282555282556,0.684029484029484,0.5601965601965602,0.37417631917631916,0.2828828828828829,0.4920701220701221,0.1892874692874693,0.5294405444405444,0.1038820638820639,0.5647445497445497,0.5985538785538785,0.5347146457822957,0.49717014432196527
|
243 |
+
80,562,0.5597051597051597,0.62997542997543,0.657985257985258,0.6884520884520885,0.5597051597051597,0.3732637182637183,0.28517608517608517,0.4943455793455793,0.19066339066339066,0.5334080184080184,0.10481572481572483,0.5691767091767093,0.5994518544518543,0.5366593834777562,0.49800534864258017
|
244 |
+
80,-1,0.5597051597051597,0.62997542997543,0.657985257985258,0.6884520884520885,0.5597051597051597,0.3732637182637183,0.28517608517608517,0.4943455793455793,0.19066339066339066,0.5334080184080184,0.10481572481572483,0.5691767091767093,0.5994518544518543,0.5366593834777562,0.49800534864258017
|
245 |
+
81,281,0.5577395577395577,0.6201474201474202,0.6525798525798526,0.6874692874692875,0.5577395577395577,0.37266311766311766,0.28304668304668307,0.48980616980616976,0.1897788697788698,0.5273261573261573,0.10515970515970516,0.5676978276978276,0.5972984672984675,0.5353318897555487,0.4972252415240452
|
246 |
+
81,562,0.5616707616707617,0.6240786240786241,0.655036855036855,0.6894348894348894,0.5616707616707617,0.37426562926562923,0.28435708435708434,0.4913882063882064,0.18958230958230962,0.5290308490308491,0.10486486486486486,0.5708137358137358,0.6002256152256149,0.5372231219615513,0.4985568690456003
|
247 |
+
81,-1,0.5616707616707617,0.6240786240786241,0.655036855036855,0.6894348894348894,0.5616707616707617,0.37426562926562923,0.28435708435708434,0.4913882063882064,0.18958230958230962,0.5290308490308491,0.10486486486486486,0.5708137358137358,0.6002256152256149,0.5372231219615513,0.4985568690456003
|
248 |
+
82,281,0.5592137592137593,0.6186732186732187,0.6491400491400492,0.6845208845208846,0.5592137592137593,0.37293065793065794,0.2802620802620802,0.4878358878358879,0.1884029484029484,0.5274474474474473,0.10422604422604424,0.5664470964470963,0.5968175968175969,0.5341038435402522,0.4956966209995884
|
249 |
+
82,562,0.5454545454545454,0.6117936117936118,0.6422604422604422,0.6702702702702703,0.5454545454545454,0.36544499044499046,0.2763308763308763,0.4808962208962209,0.18476658476658478,0.5170993720993721,0.10201474201474203,0.552069732069732,0.58447154947155,0.5226285718679837,0.4861273714509401
|
250 |
+
82,-1,0.5454545454545454,0.6117936117936118,0.6422604422604422,0.6702702702702703,0.5454545454545454,0.36544499044499046,0.2763308763308763,0.4808962208962209,0.18476658476658478,0.5170993720993721,0.10201474201474203,0.552069732069732,0.58447154947155,0.5226285718679837,0.4861273714509401
|
251 |
+
83,281,0.5557739557739557,0.6275184275184276,0.6565110565110565,0.6874692874692875,0.5557739557739557,0.37106138606138606,0.28468468468468466,0.49611871611871616,0.19095823095823097,0.5334343434343434,0.10609336609336611,0.5717528567528567,0.5982163332163333,0.5383090267622272,0.4992539052331484
|
252 |
+
83,562,0.5606879606879607,0.6235872235872236,0.655036855036855,0.6899262899262899,0.5606879606879607,0.374012519012519,0.2835380835380835,0.4912101712101712,0.1901719901719902,0.5294873444873445,0.1062899262899263,0.5711785811785811,0.5998558948558946,0.5381538064751527,0.4986710192080779
|
253 |
+
83,-1,0.5606879606879607,0.6235872235872236,0.655036855036855,0.6899262899262899,0.5606879606879607,0.374012519012519,0.2835380835380835,0.4912101712101712,0.1901719901719902,0.5294873444873445,0.1062899262899263,0.5711785811785811,0.5998558948558946,0.5381538064751527,0.4986710192080779
|
254 |
+
84,281,0.5582309582309583,0.625061425061425,0.655036855036855,0.6928746928746928,0.5582309582309583,0.37184957684957687,0.2832104832104832,0.4919412269412269,0.19125307125307128,0.5334206934206933,0.10633906633906635,0.5772947622947622,0.5989140439140438,0.5393113501585776,0.49843892649151944
|
255 |
+
84,562,0.5601965601965602,0.625061425061425,0.6560196560196561,0.6928746928746928,0.5601965601965602,0.374012519012519,0.2814086814086814,0.49119320619320617,0.1896805896805897,0.5298681798681799,0.10599508599508602,0.5745758745758744,0.5998143598143603,0.5381030717864445,0.49720978243882785
|
256 |
+
84,-1,0.5601965601965602,0.625061425061425,0.6560196560196561,0.6928746928746928,0.5601965601965602,0.374012519012519,0.2814086814086814,0.49119320619320617,0.1896805896805897,0.5298681798681799,0.10599508599508602,0.5745758745758744,0.5998143598143603,0.5381030717864445,0.49720978243882785
|
257 |
+
85,281,0.5572481572481572,0.6240786240786241,0.6584766584766585,0.6874692874692875,0.5572481572481572,0.37083128583128583,0.282063882063882,0.4888553488553488,0.1898771498771499,0.5303586053586054,0.10447174447174448,0.5683850083850084,0.5982933582933584,0.5353800170911138,0.49614690820289836
|
258 |
+
85,562,0.5552825552825553,0.6167076167076168,0.6520884520884521,0.6791154791154791,0.5552825552825553,0.3706825006825007,0.2786240786240786,0.48538493038493036,0.18781326781326785,0.5279735579735579,0.10304668304668306,0.563084513084513,0.5940885690885691,0.5310733250634047,0.49297295180950296
|
259 |
+
85,-1,0.5552825552825553,0.6167076167076168,0.6520884520884521,0.6791154791154791,0.5552825552825553,0.3706825006825007,0.2786240786240786,0.48538493038493036,0.18781326781326785,0.5279735579735579,0.10304668304668306,0.563084513084513,0.5940885690885691,0.5310733250634047,0.49297295180950296
|
260 |
+
86,281,0.5557739557739557,0.6201474201474202,0.6506142506142506,0.6874692874692875,0.5557739557739557,0.3702423852423852,0.28124488124488123,0.4905309855309855,0.1879115479115479,0.5270235170235171,0.10452088452088452,0.5686410436410436,0.5952882102882103,0.5341670337456698,0.4951247740017029
|
261 |
+
86,562,0.5597051597051597,0.6275184275184276,0.657985257985258,0.6904176904176904,0.5597051597051597,0.3725443625443625,0.28386568386568384,0.4939187239187239,0.18968058968058968,0.5306390156390156,0.10555282555282555,0.5727543777543778,0.5997394797394798,0.5378227399478577,0.498246560979392
|
262 |
+
86,-1,0.5597051597051597,0.6275184275184276,0.657985257985258,0.6904176904176904,0.5597051597051597,0.3725443625443625,0.28386568386568384,0.4939187239187239,0.18968058968058968,0.5306390156390156,0.10555282555282555,0.5727543777543778,0.5997394797394798,0.5378227399478577,0.498246560979392
|
263 |
+
87,281,0.5567567567567567,0.6122850122850123,0.6461916461916462,0.6825552825552825,0.5567567567567567,0.3709404859404859,0.2774774774774775,0.4798034398034398,0.18692874692874695,0.5206563706563706,0.10319410319410319,0.5617690417690417,0.5930644280644283,0.5291621245142224,0.4912093699686078
|
264 |
+
87,562,0.5567567567567567,0.6191646191646192,0.6511056511056511,0.6825552825552825,0.5567567567567567,0.3715036465036465,0.2805896805896806,0.48809465309465305,0.18800982800982802,0.52507722007722,0.10393120393120395,0.5647960297960298,0.5953430053430057,0.5331594542855704,0.4954102345313662
|
265 |
+
87,-1,0.5567567567567567,0.6191646191646192,0.6511056511056511,0.6825552825552825,0.5567567567567567,0.3715036465036465,0.2805896805896806,0.48809465309465305,0.18800982800982802,0.52507722007722,0.10393120393120395,0.5647960297960298,0.5953430053430057,0.5331594542855704,0.4954102345313662
|
266 |
+
88,281,0.571007371007371,0.6226044226044226,0.6545454545454545,0.6855036855036855,0.571007371007371,0.38230821730821735,0.28435708435708434,0.49458776958776957,0.18948402948402948,0.5313599313599313,0.10437346437346437,0.5681490581490581,0.6050430950430952,0.5408041766812112,0.5047726883280925
|
267 |
+
88,562,0.5582309582309583,0.6176904176904177,0.6471744471744472,0.6796068796068796,0.5582309582309583,0.37216898716898716,0.27764127764127766,0.48467551967551964,0.18555282555282557,0.5203810303810303,0.10294840294840298,0.5608521508521509,0.5952626652626654,0.5307738090168413,0.493233271473763
|
268 |
+
88,-1,0.5582309582309583,0.6176904176904177,0.6471744471744472,0.6796068796068796,0.5582309582309583,0.37216898716898716,0.27764127764127766,0.48467551967551964,0.18555282555282557,0.5203810303810303,0.10294840294840298,0.5608521508521509,0.5952626652626654,0.5307738090168413,0.493233271473763
|
269 |
+
89,281,0.5454545454545454,0.6068796068796068,0.6412776412776413,0.6781326781326781,0.5454545454545454,0.3630944580944581,0.27698607698607697,0.4807300807300808,0.18515970515970517,0.5191636441636441,0.10255528255528258,0.5591024141024141,0.5849713349713351,0.5243309807475184,0.4857144645279163
|
270 |
+
89,562,0.5611793611793612,0.6206388206388206,0.6520884520884521,0.6835380835380835,0.5611793611793612,0.37640868140868133,0.28222768222768224,0.49162181662181653,0.1890909090909091,0.5289897039897039,0.10417690417690417,0.5676988026988026,0.5981344331344336,0.5366919692008144,0.49939726320155886
|
271 |
+
89,-1,0.5611793611793612,0.6206388206388206,0.6520884520884521,0.6835380835380835,0.5611793611793612,0.37640868140868133,0.28222768222768224,0.49162181662181653,0.1890909090909091,0.5289897039897039,0.10417690417690417,0.5676988026988026,0.5981344331344336,0.5366919692008144,0.49939726320155886
|
272 |
+
90,281,0.5552825552825553,0.6226044226044226,0.6486486486486487,0.6766584766584767,0.5552825552825553,0.3728686478686478,0.28140868140868147,0.4898937248937249,0.18683046683046686,0.5226248976248975,0.10275184275184276,0.5592276042276042,0.5935564135564139,0.530330589841147,0.4932522843418265
|
273 |
+
90,562,0.5567567567567567,0.6240786240786241,0.655036855036855,0.6845208845208846,0.5567567567567567,0.3707528957528958,0.2835380835380835,0.49163546663546664,0.1904668304668305,0.5321531921531922,0.10393120393120393,0.5655953355953356,0.596746616746617,0.5340962554169325,0.4959218100881245
|
274 |
+
90,-1,0.5567567567567567,0.6240786240786241,0.655036855036855,0.6845208845208846,0.5567567567567567,0.3707528957528958,0.2835380835380835,0.49163546663546664,0.1904668304668305,0.5321531921531922,0.10393120393120393,0.5655953355953356,0.596746616746617,0.5340962554169325,0.4959218100881245
|
275 |
+
91,281,0.5562653562653562,0.6226044226044226,0.6515970515970516,0.685995085995086,0.5562653562653562,0.3722524472524472,0.2800982800982801,0.4883068133068133,0.18683046683046686,0.5258736008736009,0.10417690417690419,0.5658034008034007,0.5966822666822664,0.533868734534428,0.4948732120374727
|
276 |
+
91,562,0.5641277641277641,0.6221130221130221,0.6496314496314496,0.684029484029484,0.5641277641277641,0.3757406107406107,0.2822276822276822,0.48972504972504977,0.18742014742014745,0.5252252252252252,0.1035872235872236,0.5663864513864514,0.5995532545532547,0.5352097294360246,0.4970858266764886
|
277 |
+
91,-1,0.5641277641277641,0.6221130221130221,0.6496314496314496,0.684029484029484,0.5641277641277641,0.3757406107406107,0.2822276822276822,0.48972504972504977,0.18742014742014745,0.5252252252252252,0.1035872235872236,0.5663864513864514,0.5995532545532547,0.5352097294360246,0.4970858266764886
|
278 |
+
92,281,0.5582309582309583,0.6171990171990172,0.6501228501228501,0.6835380835380835,0.5582309582309583,0.37170566670566674,0.27927927927927926,0.48508755508755513,0.18673218673218675,0.5225667875667875,0.10378378378378379,0.5634045084045084,0.5950926250926252,0.531293917297581,0.4926386427967015
|
279 |
+
92,562,0.5611793611793612,0.6255528255528255,0.6545454545454545,0.6835380835380835,0.5611793611793612,0.3742773292773293,0.28501228501228504,0.49404059904059894,0.19066339066339066,0.5321206271206271,0.10511056511056513,0.5696523146523147,0.598928473928474,0.5377648195077763,0.49958952930316397
|
280 |
+
92,-1,0.5611793611793612,0.6255528255528255,0.6545454545454545,0.6835380835380835,0.5611793611793612,0.3742773292773293,0.28501228501228504,0.49404059904059894,0.19066339066339066,0.5321206271206271,0.10511056511056513,0.5696523146523147,0.598928473928474,0.5377648195077763,0.49958952930316397
|
281 |
+
93,281,0.5557739557739557,0.6221130221130221,0.6491400491400492,0.6761670761670762,0.5557739557739557,0.37131391131391134,0.2802620802620802,0.48891638391638387,0.18712530712530714,0.5263484263484264,0.10211302211302212,0.55986700986701,0.5941523341523343,0.5306015604923545,0.4938908531203583
|
282 |
+
93,562,0.5675675675675675,0.6270270270270271,0.6525798525798526,0.6810810810810811,0.5675675675675675,0.3777690027690028,0.284029484029484,0.49522834522834525,0.18859950859950864,0.5276213876213877,0.10437346437346438,0.5667778167778167,0.603315783315783,0.5383550351733314,0.5009120842050211
|
283 |
+
93,-1,0.5675675675675675,0.6270270270270271,0.6525798525798526,0.6810810810810811,0.5675675675675675,0.3777690027690028,0.284029484029484,0.49522834522834525,0.18859950859950864,0.5276213876213877,0.10437346437346438,0.5667778167778167,0.603315783315783,0.5383550351733314,0.5009120842050211
|
284 |
+
94,281,0.571007371007371,0.6245700245700245,0.6486486486486487,0.6835380835380835,0.571007371007371,0.3802552552552552,0.284029484029484,0.4927902577902578,0.18850122850122855,0.5252443352443352,0.10506142506142507,0.5657474357474357,0.6045468195468193,0.5387634411406163,0.5013473378577238
|
285 |
+
94,562,0.5577395577395577,0.6226044226044226,0.6496314496314496,0.6864864864864865,0.5577395577395577,0.37129207129207126,0.2832104832104832,0.4922074022074022,0.18761670761670765,0.5238533988533989,0.10486486486486488,0.5695532545532546,0.5966380016380015,0.5352779365159137,0.4961196726923522
|
286 |
+
94,-1,0.5577395577395577,0.6226044226044226,0.6496314496314496,0.6864864864864865,0.5577395577395577,0.37129207129207126,0.2832104832104832,0.4922074022074022,0.18761670761670765,0.5238533988533989,0.10486486486486488,0.5695532545532546,0.5966380016380015,0.5352779365159137,0.4961196726923522
|
287 |
+
95,281,0.5660933660933661,0.6240786240786241,0.654054054054054,0.6899262899262899,0.5660933660933661,0.377027027027027,0.28353808353808346,0.49218595218595224,0.1892874692874693,0.5282761982761983,0.10525798525798528,0.5689078039078038,0.6028232128232124,0.5384776831532565,0.4997760678987995
|
288 |
+
95,562,0.5518427518427519,0.6221130221130221,0.6471744471744472,0.6815724815724816,0.5518427518427519,0.3670687570687571,0.2822276822276822,0.4891973791973792,0.18791154791154796,0.522132912132912,0.10432432432432434,0.5676225576225576,0.5915888615888616,0.5313030248153086,0.49171763332763263
|
289 |
+
95,-1,0.5518427518427519,0.6221130221130221,0.6471744471744472,0.6815724815724816,0.5518427518427519,0.3670687570687571,0.2822276822276822,0.4891973791973792,0.18791154791154796,0.522132912132912,0.10432432432432434,0.5676225576225576,0.5915888615888616,0.5313030248153086,0.49171763332763263
|
290 |
+
96,281,0.5469287469287469,0.6122850122850123,0.6447174447174447,0.6845208845208846,0.5469287469287469,0.36459049959049955,0.27829647829647824,0.4815438165438165,0.18594594594594596,0.5187496587496587,0.10407862407862409,0.5664151164151164,0.5877397527397528,0.5281603233262034,0.48807978903720156
|
291 |
+
96,562,0.5518427518427519,0.6142506142506142,0.6466830466830467,0.683046683046683,0.5518427518427519,0.36750887250887254,0.2809172809172809,0.4867185367185367,0.18633906633906636,0.5219006669006668,0.10407862407862409,0.5659420459420459,0.5908162708162706,0.5308390386759829,0.4917130857648803
|
292 |
+
96,-1,0.5518427518427519,0.6142506142506142,0.6466830466830467,0.683046683046683,0.5518427518427519,0.36750887250887254,0.2809172809172809,0.4867185367185367,0.18633906633906636,0.5219006669006668,0.10407862407862409,0.5659420459420459,0.5908162708162706,0.5308390386759829,0.4917130857648803
|
293 |
+
97,281,0.5557739557739557,0.6226044226044226,0.6515970515970516,0.6800982800982801,0.5557739557739557,0.36902129402129397,0.2827190827190827,0.48917612417612416,0.18948402948402948,0.5272506922506922,0.10481572481572482,0.5663336063336064,0.5949736749736748,0.5330292692552279,0.493913316509261
|
294 |
+
97,562,0.5611793611793612,0.6176904176904177,0.6461916461916462,0.6805896805896806,0.5611793611793612,0.3731053781053781,0.2791154791154791,0.48374361374361374,0.18673218673218675,0.522007137007137,0.10343980343980344,0.5632625482625483,0.5966157716157714,0.5320793535481974,0.4944370619656065
|
295 |
+
97,-1,0.5611793611793612,0.6176904176904177,0.6461916461916462,0.6805896805896806,0.5611793611793612,0.3731053781053781,0.2791154791154791,0.48374361374361374,0.18673218673218675,0.522007137007137,0.10343980343980344,0.5632625482625483,0.5966157716157714,0.5320793535481974,0.4944370619656065
|
296 |
+
98,281,0.5488943488943488,0.6108108108108108,0.6378378378378379,0.6761670761670762,0.5488943488943488,0.36603545103545104,0.2756756756756757,0.47618911118911117,0.183980343980344,0.5113295113295113,0.10339066339066341,0.5613004563004563,0.5875630825630824,0.5255667853485665,0.4860605737486033
|
297 |
+
98,562,0.5587223587223588,0.6206388206388206,0.6555282555282556,0.6805896805896806,0.5587223587223588,0.3729197379197379,0.28157248157248155,0.4876913926913927,0.1886977886977887,0.528925158925159,0.10442260442260445,0.5640140790140791,0.5959282009282006,0.5334730512021822,0.4954235233319029
|
298 |
+
98,-1,0.5587223587223588,0.6206388206388206,0.6555282555282556,0.6805896805896806,0.5587223587223588,0.3729197379197379,0.28157248157248155,0.4876913926913927,0.1886977886977887,0.528925158925159,0.10442260442260445,0.5640140790140791,0.5959282009282006,0.5334730512021822,0.4954235233319029
|
299 |
+
99,281,0.5542997542997543,0.6171990171990172,0.6476658476658477,0.6825552825552825,0.5542997542997543,0.36782555282555285,0.27878787878787875,0.48353496353496345,0.18722358722358723,0.5240725790725791,0.10447174447174448,0.5656417456417457,0.593018018018018,0.5307343591144963,0.4901128159472477
|
300 |
+
99,562,0.5587223587223588,0.628009828009828,0.6525798525798526,0.683046683046683,0.5587223587223588,0.3728323778323778,0.28140868140868136,0.4904670254670254,0.1887960687960688,0.5274905424905425,0.10412776412776414,0.5674710424710424,0.5987168987168987,0.535014816327288,0.49586897739530494
|
301 |
+
99,-1,0.5587223587223588,0.628009828009828,0.6525798525798526,0.683046683046683,0.5587223587223588,0.3728323778323778,0.28140868140868136,0.4904670254670254,0.1887960687960688,0.5274905424905425,0.10412776412776414,0.5674710424710424,0.5987168987168987,0.535014816327288,0.49586897739530494
|
linkage_ja_aliases_train.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
special_tokens_map.json
CHANGED
@@ -1,13 +1,47 @@
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
{
|
12 |
"content": "<ent>",
|
13 |
"lstrip": false,
|
@@ -23,27 +57,9 @@
|
|
23 |
"single_word": false
|
24 |
}
|
25 |
],
|
26 |
-
"bos_token":
|
27 |
-
|
28 |
-
|
29 |
-
"normalized": false,
|
30 |
-
"rstrip": false,
|
31 |
-
"single_word": false
|
32 |
-
},
|
33 |
-
"cls_token": {
|
34 |
-
"content": "<s>",
|
35 |
-
"lstrip": false,
|
36 |
-
"normalized": false,
|
37 |
-
"rstrip": false,
|
38 |
-
"single_word": false
|
39 |
-
},
|
40 |
-
"eos_token": {
|
41 |
-
"content": "</s>",
|
42 |
-
"lstrip": false,
|
43 |
-
"normalized": false,
|
44 |
-
"rstrip": false,
|
45 |
-
"single_word": false
|
46 |
-
},
|
47 |
"mask_token": {
|
48 |
"content": "<mask>",
|
49 |
"lstrip": true,
|
@@ -51,25 +67,7 @@
|
|
51 |
"rstrip": false,
|
52 |
"single_word": false
|
53 |
},
|
54 |
-
"pad_token":
|
55 |
-
|
56 |
-
|
57 |
-
"normalized": false,
|
58 |
-
"rstrip": false,
|
59 |
-
"single_word": false
|
60 |
-
},
|
61 |
-
"sep_token": {
|
62 |
-
"content": "</s>",
|
63 |
-
"lstrip": false,
|
64 |
-
"normalized": false,
|
65 |
-
"rstrip": false,
|
66 |
-
"single_word": false
|
67 |
-
},
|
68 |
-
"unk_token": {
|
69 |
-
"content": "<unk>",
|
70 |
-
"lstrip": false,
|
71 |
-
"normalized": false,
|
72 |
-
"rstrip": false,
|
73 |
-
"single_word": false
|
74 |
-
}
|
75 |
}
|
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
3 |
+
{
|
4 |
+
"content": "<ent>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": true,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"content": "<ent2>",
|
12 |
+
"lstrip": false,
|
13 |
+
"normalized": true,
|
14 |
+
"rstrip": false,
|
15 |
+
"single_word": false
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"content": "<ent>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": true,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"content": "<ent2>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": true,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"content": "<ent>",
|
33 |
+
"lstrip": false,
|
34 |
+
"normalized": false,
|
35 |
+
"rstrip": false,
|
36 |
+
"single_word": false
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"content": "<ent2>",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": false,
|
42 |
+
"rstrip": false,
|
43 |
+
"single_word": false
|
44 |
+
},
|
45 |
{
|
46 |
"content": "<ent>",
|
47 |
"lstrip": false,
|
|
|
57 |
"single_word": false
|
58 |
}
|
59 |
],
|
60 |
+
"bos_token": "<s>",
|
61 |
+
"cls_token": "<s>",
|
62 |
+
"eos_token": "</s>",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
"mask_token": {
|
64 |
"content": "<mask>",
|
65 |
"lstrip": true,
|
|
|
67 |
"rstrip": false,
|
68 |
"single_word": false
|
69 |
},
|
70 |
+
"pad_token": "<pad>",
|
71 |
+
"sep_token": "</s>",
|
72 |
+
"unk_token": "<unk>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
}
|
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:3f2b41b8f6b93286d988cd2877fd84070b6b71705cc409ee7f96702dca1debc5
|
3 |
+
size 210726
|
tokenizer_config.json
CHANGED
@@ -65,8 +65,6 @@
|
|
65 |
"<ent>",
|
66 |
"<ent2>",
|
67 |
"<ent>",
|
68 |
-
"<ent2>",
|
69 |
-
"<ent>",
|
70 |
"<ent2>"
|
71 |
],
|
72 |
"bos_token": "<s>",
|
|
|
65 |
"<ent>",
|
66 |
"<ent2>",
|
67 |
"<ent>",
|
|
|
|
|
68 |
"<ent2>"
|
69 |
],
|
70 |
"bos_token": "<s>",
|
val_data.pickle
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5f9f9ad795ea65333e8fb33a54844f4fa0b0e0d1eb48147f8033f33cdb80c41
|
3 |
+
size 1613280
|