Sentence Similarity
sentence-transformers
Safetensors
bert
retrieval
recommendation
recovery-nutrition
text-embeddings-inference
Instructions to use benjac8/biobite-retriever with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use benjac8/biobite-retriever with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("benjac8/biobite-retriever") sentences = [ "That is a happy person", "That is a happy dog", "That is a very happy person", "Today is a sunny day" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
File size: 23,663 Bytes
6c7e060 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 | model,query_id,expected_category,precision@3,reciprocal_rank,ndcg@10,top1_category
TF-IDF baseline,0,strength-recovery,0.3333333333333333,1.0,0.37148910739409025,strength-recovery
TF-IDF baseline,1,strength-recovery,0.3333333333333333,1.0,0.2863459897524693,strength-recovery
TF-IDF baseline,2,strength-recovery,1.0,1.0,0.715550648768261,strength-recovery
TF-IDF baseline,3,strength-recovery,0.0,0.0625,0.0,rehydration
TF-IDF baseline,4,strength-recovery,0.0,0.16666666666666666,0.22119341301481268,rehydration
TF-IDF baseline,5,strength-recovery,0.6666666666666666,1.0,0.823699893396571,strength-recovery
TF-IDF baseline,6,strength-recovery,0.6666666666666666,1.0,0.6530488081313036,strength-recovery
TF-IDF baseline,7,strength-recovery,0.0,0.14285714285714285,0.07336392209936006,rehydration
TF-IDF baseline,8,strength-recovery,0.6666666666666666,0.5,0.31252911522154636,endurance-recovery
TF-IDF baseline,9,strength-recovery,1.0,1.0,0.535254316775064,strength-recovery
TF-IDF baseline,10,strength-recovery,0.0,0.045454545454545456,0.0,rehydration
TF-IDF baseline,11,strength-recovery,0.6666666666666666,1.0,0.5388856921828066,strength-recovery
TF-IDF baseline,12,endurance-recovery,0.6666666666666666,0.5,0.49152618230759804,strength-recovery
TF-IDF baseline,13,endurance-recovery,0.0,0.25,0.15840915256850252,strength-recovery
TF-IDF baseline,14,endurance-recovery,0.6666666666666666,0.5,0.32730659600127,strength-recovery
TF-IDF baseline,15,endurance-recovery,0.3333333333333333,1.0,0.2863459897524693,endurance-recovery
TF-IDF baseline,16,endurance-recovery,0.3333333333333333,0.3333333333333333,0.1951890007906611,strength-recovery
TF-IDF baseline,17,endurance-recovery,0.3333333333333333,0.3333333333333333,0.46111430781719365,rehydration
TF-IDF baseline,18,endurance-recovery,0.3333333333333333,0.3333333333333333,0.17947710508581738,rehydration
TF-IDF baseline,19,endurance-recovery,0.6666666666666666,1.0,0.5224955967919311,endurance-recovery
TF-IDF baseline,20,endurance-recovery,0.3333333333333333,0.5,0.29990503169749444,rehydration
TF-IDF baseline,21,endurance-recovery,0.3333333333333333,0.3333333333333333,0.3347092591719317,rehydration
TF-IDF baseline,22,endurance-recovery,0.6666666666666666,1.0,0.5730379245414765,endurance-recovery
TF-IDF baseline,23,endurance-recovery,0.6666666666666666,0.5,0.24890832702259466,strength-recovery
TF-IDF baseline,24,sleep-deprived,1.0,1.0,1.0,sleep-deprived
TF-IDF baseline,25,sleep-deprived,1.0,1.0,0.9305687780632229,sleep-deprived
TF-IDF baseline,26,sleep-deprived,0.6666666666666666,0.5,0.77990823370192,high-stress
TF-IDF baseline,27,sleep-deprived,1.0,1.0,1.0,sleep-deprived
TF-IDF baseline,28,sleep-deprived,1.0,1.0,0.8454256604216018,sleep-deprived
TF-IDF baseline,29,sleep-deprived,1.0,1.0,1.0,sleep-deprived
TF-IDF baseline,30,sleep-deprived,0.6666666666666666,1.0,0.8611375561264456,sleep-deprived
TF-IDF baseline,31,sleep-deprived,1.0,1.0,1.0,sleep-deprived
TF-IDF baseline,32,sleep-deprived,1.0,1.0,0.9052116356304495,sleep-deprived
TF-IDF baseline,33,sleep-deprived,0.6666666666666666,0.5,0.77990823370192,high-stress
TF-IDF baseline,34,sleep-deprived,1.0,1.0,1.0,sleep-deprived
TF-IDF baseline,35,sleep-deprived,1.0,1.0,0.9052116356304495,sleep-deprived
TF-IDF baseline,36,high-stress,0.3333333333333333,0.3333333333333333,0.25206494032666715,rehydration
TF-IDF baseline,37,high-stress,0.0,0.16666666666666666,0.07839826897867534,sleep-deprived
TF-IDF baseline,38,high-stress,1.0,1.0,0.9305687780632229,high-stress
TF-IDF baseline,39,high-stress,1.0,1.0,0.5541432109622959,high-stress
TF-IDF baseline,40,high-stress,0.6666666666666666,1.0,0.544221363816962,high-stress
TF-IDF baseline,41,high-stress,0.6666666666666666,1.0,0.6496872770120412,high-stress
TF-IDF baseline,42,high-stress,1.0,1.0,0.7116179486056783,high-stress
TF-IDF baseline,43,high-stress,1.0,1.0,1.0,high-stress
TF-IDF baseline,44,high-stress,0.3333333333333333,0.5,0.4486689375380671,endurance-recovery
TF-IDF baseline,45,high-stress,0.6666666666666666,1.0,0.6051399156371956,high-stress
TF-IDF baseline,46,high-stress,0.3333333333333333,0.5,0.3471357245055707,sleep-deprived
TF-IDF baseline,47,high-stress,0.3333333333333333,1.0,0.36792125721353286,high-stress
TF-IDF baseline,48,rest-day,1.0,1.0,0.9363792118010483,rest-day
TF-IDF baseline,49,rest-day,0.6666666666666666,1.0,0.88995411685096,rest-day
TF-IDF baseline,50,rest-day,0.6666666666666666,1.0,0.88995411685096,rest-day
TF-IDF baseline,51,rest-day,1.0,1.0,1.0,rest-day
TF-IDF baseline,52,rest-day,1.0,1.0,1.0,rest-day
TF-IDF baseline,53,rest-day,1.0,1.0,1.0,rest-day
TF-IDF baseline,54,rest-day,1.0,1.0,1.0,rest-day
TF-IDF baseline,55,rest-day,1.0,1.0,1.0,rest-day
TF-IDF baseline,56,rest-day,1.0,1.0,1.0,rest-day
TF-IDF baseline,57,rest-day,1.0,1.0,0.8553475075669357,rest-day
TF-IDF baseline,58,rest-day,1.0,1.0,1.0,rest-day
TF-IDF baseline,59,rest-day,1.0,1.0,1.0,rest-day
TF-IDF baseline,60,rehydration,0.6666666666666666,1.0,0.5958595188912911,rehydration
TF-IDF baseline,61,rehydration,0.3333333333333333,0.3333333333333333,0.24703059344735187,strength-recovery
TF-IDF baseline,62,rehydration,0.3333333333333333,0.5,0.2172607128522299,strength-recovery
TF-IDF baseline,63,rehydration,0.3333333333333333,0.3333333333333333,0.3378862576543199,strength-recovery
TF-IDF baseline,64,rehydration,0.3333333333333333,1.0,0.3052348839397012,rehydration
TF-IDF baseline,65,rehydration,0.3333333333333333,0.3333333333333333,0.25787537406449274,strength-recovery
TF-IDF baseline,66,rehydration,1.0,1.0,0.542364015420035,rehydration
TF-IDF baseline,67,rehydration,0.3333333333333333,0.3333333333333333,0.2528410271851775,high-stress
TF-IDF baseline,68,rehydration,0.6666666666666666,1.0,0.428385432108412,rehydration
TF-IDF baseline,69,rehydration,0.0,0.16666666666666666,0.14465249243306438,strength-recovery
TF-IDF baseline,70,rehydration,0.6666666666666666,0.5,0.3436966913921455,strength-recovery
TF-IDF baseline,71,rehydration,0.3333333333333333,0.5,0.3850481493391154,strength-recovery
all-MiniLM-L6-v2,0,strength-recovery,0.3333333333333333,0.5,0.36933625363427175,rehydration
all-MiniLM-L6-v2,1,strength-recovery,0.3333333333333333,1.0,0.29849003527675555,strength-recovery
all-MiniLM-L6-v2,2,strength-recovery,0.0,0.25,0.16104258782393985,endurance-recovery
all-MiniLM-L6-v2,3,strength-recovery,0.3333333333333333,0.3333333333333333,0.24703059344735187,rehydration
all-MiniLM-L6-v2,4,strength-recovery,0.0,0.25,0.17318663334822615,rehydration
all-MiniLM-L6-v2,5,strength-recovery,0.6666666666666666,1.0,0.6025064803817582,strength-recovery
all-MiniLM-L6-v2,6,strength-recovery,0.3333333333333333,0.5,0.29343678345195284,endurance-recovery
all-MiniLM-L6-v2,7,strength-recovery,0.0,0.2,0.15850703974098107,endurance-recovery
all-MiniLM-L6-v2,8,strength-recovery,0.3333333333333333,1.0,0.3597099118518293,strength-recovery
all-MiniLM-L6-v2,9,strength-recovery,0.3333333333333333,0.5,0.2784805894273037,endurance-recovery
all-MiniLM-L6-v2,10,strength-recovery,0.0,0.16666666666666666,0.14782949091545264,endurance-recovery
all-MiniLM-L6-v2,11,strength-recovery,0.6666666666666666,1.0,0.8611375561264456,strength-recovery
all-MiniLM-L6-v2,12,endurance-recovery,0.3333333333333333,0.3333333333333333,0.26855292289002114,high-stress
all-MiniLM-L6-v2,13,endurance-recovery,0.0,0.2,0.2369053087196564,rehydration
all-MiniLM-L6-v2,14,endurance-recovery,0.0,0.05555555555555555,0.0,rehydration
all-MiniLM-L6-v2,15,endurance-recovery,0.3333333333333333,0.5,0.29062463495159,rehydration
all-MiniLM-L6-v2,16,endurance-recovery,0.3333333333333333,0.5,0.3187939258847264,rehydration
all-MiniLM-L6-v2,17,endurance-recovery,0.0,0.058823529411764705,0.0,rehydration
all-MiniLM-L6-v2,18,endurance-recovery,0.6666666666666666,1.0,0.5174612499126158,endurance-recovery
all-MiniLM-L6-v2,19,endurance-recovery,1.0,1.0,1.0,endurance-recovery
all-MiniLM-L6-v2,20,endurance-recovery,0.6666666666666666,1.0,0.5174612499126158,endurance-recovery
all-MiniLM-L6-v2,21,endurance-recovery,0.3333333333333333,1.0,0.35707647659639197,endurance-recovery
all-MiniLM-L6-v2,22,endurance-recovery,0.0,0.16666666666666666,0.07839826897867534,rehydration
all-MiniLM-L6-v2,23,endurance-recovery,0.3333333333333333,1.0,0.46270962158308365,endurance-recovery
all-MiniLM-L6-v2,24,sleep-deprived,0.3333333333333333,0.3333333333333333,0.1951890007906611,rehydration
all-MiniLM-L6-v2,25,sleep-deprived,0.3333333333333333,0.5,0.2172607128522299,rehydration
all-MiniLM-L6-v2,26,sleep-deprived,0.3333333333333333,0.5,0.30308203017988267,high-stress
all-MiniLM-L6-v2,27,sleep-deprived,0.3333333333333333,0.3333333333333333,0.1100458831490401,high-stress
all-MiniLM-L6-v2,28,sleep-deprived,0.3333333333333333,0.5,0.23365080824310536,rehydration
all-MiniLM-L6-v2,29,sleep-deprived,0.3333333333333333,0.3333333333333333,0.18340980524840014,high-stress
all-MiniLM-L6-v2,30,sleep-deprived,0.0,0.16666666666666666,0.14465249243306438,rehydration
all-MiniLM-L6-v2,31,sleep-deprived,0.3333333333333333,0.3333333333333333,0.26855292289002114,rehydration
all-MiniLM-L6-v2,32,sleep-deprived,0.0,0.25,0.23177307466786257,high-stress
all-MiniLM-L6-v2,33,sleep-deprived,0.0,0.05,0.0,endurance-recovery
all-MiniLM-L6-v2,34,sleep-deprived,0.0,0.125,0.1356854453911663,rehydration
all-MiniLM-L6-v2,35,sleep-deprived,0.6666666666666666,1.0,0.6528642754944295,sleep-deprived
all-MiniLM-L6-v2,36,high-stress,0.6666666666666666,1.0,0.6172839611614819,high-stress
all-MiniLM-L6-v2,37,high-stress,0.0,0.25,0.2583297509898471,rehydration
all-MiniLM-L6-v2,38,high-stress,0.3333333333333333,0.3333333333333333,0.35623158861460097,rehydration
all-MiniLM-L6-v2,39,high-stress,0.6666666666666666,1.0,0.7241528458281337,high-stress
all-MiniLM-L6-v2,40,high-stress,0.3333333333333333,0.3333333333333333,0.1100458831490401,rehydration
all-MiniLM-L6-v2,41,high-stress,0.3333333333333333,0.5,0.20829366581033185,rehydration
all-MiniLM-L6-v2,42,high-stress,1.0,1.0,0.6177639991612476,high-stress
all-MiniLM-L6-v2,43,high-stress,0.6666666666666666,1.0,0.5173633627401373,high-stress
all-MiniLM-L6-v2,44,high-stress,1.0,1.0,0.7058075148678529,high-stress
all-MiniLM-L6-v2,45,high-stress,0.0,0.2,0.22716217481924805,rehydration
all-MiniLM-L6-v2,46,high-stress,0.3333333333333333,0.5,0.2719144540092836,rehydration
all-MiniLM-L6-v2,47,high-stress,0.0,0.14285714285714285,0.13698471029831177,rehydration
all-MiniLM-L6-v2,48,rest-day,0.0,0.02564102564102564,0.0,rehydration
all-MiniLM-L6-v2,49,rest-day,0.0,0.03571428571428571,0.0,rehydration
all-MiniLM-L6-v2,50,rest-day,0.0,0.009433962264150943,0.0,high-stress
all-MiniLM-L6-v2,51,rest-day,0.0,0.008547008547008548,0.0,high-stress
all-MiniLM-L6-v2,52,rest-day,0.0,0.025,0.0,high-stress
all-MiniLM-L6-v2,53,rest-day,0.0,0.03125,0.0,high-stress
all-MiniLM-L6-v2,54,rest-day,0.0,0.02564102564102564,0.0,high-stress
all-MiniLM-L6-v2,55,rest-day,0.0,0.08333333333333333,0.0,high-stress
all-MiniLM-L6-v2,56,rest-day,0.0,0.01282051282051282,0.0,rehydration
all-MiniLM-L6-v2,57,rest-day,0.0,0.125,0.06943122193677728,endurance-recovery
all-MiniLM-L6-v2,58,rest-day,0.0,0.02857142857142857,0.0,high-stress
all-MiniLM-L6-v2,59,rest-day,0.0,0.011235955056179775,0.0,high-stress
all-MiniLM-L6-v2,60,rehydration,0.3333333333333333,1.0,0.37859880603906126,rehydration
all-MiniLM-L6-v2,61,rehydration,1.0,1.0,1.0,rehydration
all-MiniLM-L6-v2,62,rehydration,1.0,1.0,1.0,rehydration
all-MiniLM-L6-v2,63,rehydration,1.0,1.0,1.0,rehydration
all-MiniLM-L6-v2,64,rehydration,1.0,1.0,0.9363792118010483,rehydration
all-MiniLM-L6-v2,65,rehydration,1.0,1.0,1.0,rehydration
all-MiniLM-L6-v2,66,rehydration,1.0,1.0,0.9052116356304495,rehydration
all-MiniLM-L6-v2,67,rehydration,0.6666666666666666,0.5,0.32227224912195473,high-stress
all-MiniLM-L6-v2,68,rehydration,1.0,1.0,1.0,rehydration
all-MiniLM-L6-v2,69,rehydration,1.0,1.0,0.9305687780632229,rehydration
all-MiniLM-L6-v2,70,rehydration,1.0,1.0,0.7885497208855957,rehydration
all-MiniLM-L6-v2,71,rehydration,1.0,1.0,1.0,rehydration
bge-small-en-v1.5,0,strength-recovery,0.6666666666666666,1.0,0.6025064803817582,strength-recovery
bge-small-en-v1.5,1,strength-recovery,1.0,1.0,0.5541432109622959,strength-recovery
bge-small-en-v1.5,2,strength-recovery,0.3333333333333333,0.5,0.45577863618303815,endurance-recovery
bge-small-en-v1.5,3,strength-recovery,0.6666666666666666,1.0,0.6906478832608419,strength-recovery
bge-small-en-v1.5,4,strength-recovery,0.3333333333333333,1.0,0.5181190644203318,strength-recovery
bge-small-en-v1.5,5,strength-recovery,0.6666666666666666,1.0,0.6547216238913565,strength-recovery
bge-small-en-v1.5,6,strength-recovery,0.6666666666666666,0.5,0.4710361549625274,endurance-recovery
bge-small-en-v1.5,7,strength-recovery,0.6666666666666666,1.0,0.3301376494471203,strength-recovery
bge-small-en-v1.5,8,strength-recovery,0.6666666666666666,1.0,0.6316243658611128,strength-recovery
bge-small-en-v1.5,9,strength-recovery,0.6666666666666666,1.0,0.7411902110103873,strength-recovery
bge-small-en-v1.5,10,strength-recovery,0.3333333333333333,0.5,0.44903378752009254,endurance-recovery
bge-small-en-v1.5,11,strength-recovery,1.0,1.0,0.9305687780632229,strength-recovery
bge-small-en-v1.5,12,endurance-recovery,1.0,1.0,0.7506372960520511,endurance-recovery
bge-small-en-v1.5,13,endurance-recovery,0.6666666666666666,0.5,0.42883980903376645,strength-recovery
bge-small-en-v1.5,14,endurance-recovery,0.3333333333333333,0.5,0.2024832320725063,rehydration
bge-small-en-v1.5,15,endurance-recovery,0.6666666666666666,1.0,0.6235540477207573,endurance-recovery
bge-small-en-v1.5,16,endurance-recovery,1.0,1.0,0.8357804136936722,endurance-recovery
bge-small-en-v1.5,17,endurance-recovery,0.6666666666666666,1.0,0.42520843362602384,endurance-recovery
bge-small-en-v1.5,18,endurance-recovery,0.3333333333333333,1.0,0.46664232174566644,endurance-recovery
bge-small-en-v1.5,19,endurance-recovery,0.6666666666666666,1.0,0.7600791051976192,endurance-recovery
bge-small-en-v1.5,20,endurance-recovery,1.0,1.0,0.5384313152574522,endurance-recovery
bge-small-en-v1.5,21,endurance-recovery,0.6666666666666666,1.0,0.7215194105726963,endurance-recovery
bge-small-en-v1.5,22,endurance-recovery,0.6666666666666666,1.0,0.5579780239524,endurance-recovery
bge-small-en-v1.5,23,endurance-recovery,1.0,1.0,0.8200685179888284,endurance-recovery
bge-small-en-v1.5,24,sleep-deprived,1.0,1.0,1.0,sleep-deprived
bge-small-en-v1.5,25,sleep-deprived,1.0,1.0,1.0,sleep-deprived
bge-small-en-v1.5,26,sleep-deprived,1.0,1.0,1.0,sleep-deprived
bge-small-en-v1.5,27,sleep-deprived,1.0,1.0,0.857980942822373,sleep-deprived
bge-small-en-v1.5,28,sleep-deprived,1.0,1.0,0.9148568823583791,sleep-deprived
bge-small-en-v1.5,29,sleep-deprived,1.0,1.0,1.0,sleep-deprived
bge-small-en-v1.5,30,sleep-deprived,1.0,1.0,1.0,sleep-deprived
bge-small-en-v1.5,31,sleep-deprived,0.6666666666666666,0.5,0.77990823370192,rehydration
bge-small-en-v1.5,32,sleep-deprived,1.0,1.0,0.92663607790064,sleep-deprived
bge-small-en-v1.5,33,sleep-deprived,1.0,1.0,0.7849818707050383,sleep-deprived
bge-small-en-v1.5,34,sleep-deprived,1.0,1.0,0.9305687780632229,sleep-deprived
bge-small-en-v1.5,35,sleep-deprived,1.0,1.0,1.0,sleep-deprived
bge-small-en-v1.5,36,high-stress,0.3333333333333333,0.5,0.5252098581198154,sleep-deprived
bge-small-en-v1.5,37,high-stress,0.3333333333333333,0.5,0.2024832320725063,sleep-deprived
bge-small-en-v1.5,38,high-stress,0.0,0.14285714285714285,0.07336392209936006,sleep-deprived
bge-small-en-v1.5,39,high-stress,0.0,0.2,0.29922683201146266,endurance-recovery
bge-small-en-v1.5,40,high-stress,0.3333333333333333,0.3333333333333333,0.1100458831490401,strength-recovery
bge-small-en-v1.5,41,high-stress,0.0,0.09090909090909091,0.0,endurance-recovery
bge-small-en-v1.5,42,high-stress,0.3333333333333333,0.3333333333333333,0.2646202227274384,sleep-deprived
bge-small-en-v1.5,43,high-stress,0.3333333333333333,0.3333333333333333,0.4198523768135527,endurance-recovery
bge-small-en-v1.5,44,high-stress,0.6666666666666666,0.5,0.3436966913921455,endurance-recovery
bge-small-en-v1.5,45,high-stress,0.0,0.16666666666666666,0.2777045025687934,sleep-deprived
bge-small-en-v1.5,46,high-stress,0.0,0.1111111111111111,0.06625422345438904,sleep-deprived
bge-small-en-v1.5,47,high-stress,0.0,0.03125,0.0,rehydration
bge-small-en-v1.5,48,rest-day,0.0,0.012987012987012988,0.0,sleep-deprived
bge-small-en-v1.5,49,rest-day,0.0,0.017241379310344827,0.0,strength-recovery
bge-small-en-v1.5,50,rest-day,0.0,0.006289308176100629,0.0,rehydration
bge-small-en-v1.5,51,rest-day,0.0,0.023255813953488372,0.0,sleep-deprived
bge-small-en-v1.5,52,rest-day,0.0,0.008333333333333333,0.0,rehydration
bge-small-en-v1.5,53,rest-day,0.0,0.007518796992481203,0.0,strength-recovery
bge-small-en-v1.5,54,rest-day,0.0,0.011111111111111112,0.0,sleep-deprived
bge-small-en-v1.5,55,rest-day,0.0,0.029411764705882353,0.0,sleep-deprived
bge-small-en-v1.5,56,rest-day,0.0,0.024390243902439025,0.0,strength-recovery
bge-small-en-v1.5,57,rest-day,0.0,0.038461538461538464,0.0,strength-recovery
bge-small-en-v1.5,58,rest-day,0.0,0.030303030303030304,0.0,sleep-deprived
bge-small-en-v1.5,59,rest-day,0.0,0.003134796238244514,0.0,rehydration
bge-small-en-v1.5,60,rehydration,0.0,0.14285714285714285,0.14279514403613736,endurance-recovery
bge-small-en-v1.5,61,rehydration,1.0,1.0,1.0,rehydration
bge-small-en-v1.5,62,rehydration,0.6666666666666666,1.0,0.6399441431116328,rehydration
bge-small-en-v1.5,63,rehydration,1.0,1.0,0.8669479898642711,rehydration
bge-small-en-v1.5,64,rehydration,1.0,1.0,1.0,rehydration
bge-small-en-v1.5,65,rehydration,0.3333333333333333,1.0,0.7510916729774055,rehydration
bge-small-en-v1.5,66,rehydration,0.3333333333333333,0.3333333333333333,0.496393297395301,strength-recovery
bge-small-en-v1.5,67,rehydration,0.3333333333333333,0.5,0.13886244387355456,sleep-deprived
bge-small-en-v1.5,68,rehydration,1.0,1.0,1.0,rehydration
bge-small-en-v1.5,69,rehydration,1.0,1.0,0.791726719367984,rehydration
bge-small-en-v1.5,70,rehydration,1.0,1.0,0.8669479898642711,rehydration
bge-small-en-v1.5,71,rehydration,1.0,1.0,1.0,rehydration
e5-small-v2,0,strength-recovery,0.6666666666666666,0.5,0.4220949603708208,rehydration
e5-small-v2,1,strength-recovery,1.0,1.0,0.769526190239283,strength-recovery
e5-small-v2,2,strength-recovery,0.6666666666666666,1.0,0.7663491917568949,strength-recovery
e5-small-v2,3,strength-recovery,0.3333333333333333,1.0,0.400023248309252,strength-recovery
e5-small-v2,4,strength-recovery,0.3333333333333333,1.0,0.4381081808305046,strength-recovery
e5-small-v2,5,strength-recovery,1.0,1.0,0.7846170207230131,strength-recovery
e5-small-v2,6,strength-recovery,0.6666666666666666,1.0,0.7529694065526482,strength-recovery
e5-small-v2,7,strength-recovery,0.0,0.25,0.09478836436955079,rehydration
e5-small-v2,8,strength-recovery,0.3333333333333333,0.5,0.2122263659729146,rehydration
e5-small-v2,9,strength-recovery,1.0,1.0,0.6489315753318466,strength-recovery
e5-small-v2,10,strength-recovery,0.3333333333333333,1.0,0.442219594238013,strength-recovery
e5-small-v2,11,strength-recovery,1.0,1.0,0.9216017310213247,strength-recovery
e5-small-v2,12,endurance-recovery,0.0,0.1111111111111111,0.12987501165334078,strength-recovery
e5-small-v2,13,endurance-recovery,0.0,0.14285714285714285,0.14279514403613736,rehydration
e5-small-v2,14,endurance-recovery,0.0,0.02631578947368421,0.0,rehydration
e5-small-v2,15,endurance-recovery,0.3333333333333333,0.3333333333333333,0.1100458831490401,strength-recovery
e5-small-v2,16,endurance-recovery,0.6666666666666666,0.5,0.3151625504769837,strength-recovery
e5-small-v2,17,endurance-recovery,0.0,0.16666666666666666,0.14782949091545264,strength-recovery
e5-small-v2,18,endurance-recovery,0.0,0.2,0.08514311764162101,strength-recovery
e5-small-v2,19,endurance-recovery,0.6666666666666666,1.0,0.7167674835027339,endurance-recovery
e5-small-v2,20,endurance-recovery,0.3333333333333333,1.0,0.46945447024602927,endurance-recovery
e5-small-v2,21,endurance-recovery,0.6666666666666666,1.0,0.617585285916322,endurance-recovery
e5-small-v2,22,endurance-recovery,0.0,0.125,0.06943122193677728,rehydration
e5-small-v2,23,endurance-recovery,0.3333333333333333,1.0,0.5264282969545139,endurance-recovery
e5-small-v2,24,sleep-deprived,0.6666666666666666,1.0,0.7026305163854646,sleep-deprived
e5-small-v2,25,sleep-deprived,1.0,1.0,0.9363792118010483,sleep-deprived
e5-small-v2,26,sleep-deprived,1.0,1.0,1.0,sleep-deprived
e5-small-v2,27,sleep-deprived,0.6666666666666666,1.0,0.823699893396571,sleep-deprived
e5-small-v2,28,sleep-deprived,1.0,1.0,0.6020521034564039,sleep-deprived
e5-small-v2,29,sleep-deprived,1.0,1.0,0.8669479898642711,sleep-deprived
e5-small-v2,30,sleep-deprived,0.6666666666666666,0.5,0.6378891765242929,rehydration
e5-small-v2,31,sleep-deprived,1.0,1.0,1.0,sleep-deprived
e5-small-v2,32,sleep-deprived,0.6666666666666666,0.5,0.77990823370192,rehydration
e5-small-v2,33,sleep-deprived,1.0,1.0,0.9305687780632229,sleep-deprived
e5-small-v2,34,sleep-deprived,0.3333333333333333,0.3333333333333333,0.41628452663299526,rehydration
e5-small-v2,35,sleep-deprived,1.0,1.0,1.0,sleep-deprived
e5-small-v2,36,high-stress,0.6666666666666666,1.0,0.7917063341896683,high-stress
e5-small-v2,37,high-stress,0.6666666666666666,0.5,0.6371130896657825,rehydration
e5-small-v2,38,high-stress,0.0,0.16666666666666666,0.21801641453242443,rehydration
e5-small-v2,39,high-stress,0.3333333333333333,0.5,0.4322788421471917,rehydration
e5-small-v2,40,high-stress,0.0,0.023255813953488372,0.0,strength-recovery
e5-small-v2,41,high-stress,0.6666666666666666,1.0,0.7314470771099789,high-stress
e5-small-v2,42,high-stress,0.0,0.14285714285714285,0.14279514403613736,rehydration
e5-small-v2,43,high-stress,0.6666666666666666,0.5,0.6352557412688554,rehydration
e5-small-v2,44,high-stress,1.0,1.0,0.7849818707050383,high-stress
e5-small-v2,45,high-stress,0.3333333333333333,1.0,0.5116508161747901,high-stress
e5-small-v2,46,high-stress,0.3333333333333333,0.3333333333333333,0.40663927990506543,strength-recovery
e5-small-v2,47,high-stress,0.3333333333333333,1.0,0.44988737637276555,high-stress
e5-small-v2,48,rest-day,0.0,0.2,0.08514311764162101,sleep-deprived
e5-small-v2,49,rest-day,1.0,1.0,0.8454256604216018,rest-day
e5-small-v2,50,rest-day,0.3333333333333333,0.3333333333333333,0.1100458831490401,strength-recovery
e5-small-v2,51,rest-day,0.3333333333333333,0.3333333333333333,0.2614432242450502,high-stress
e5-small-v2,52,rest-day,0.0,0.14285714285714285,0.07336392209936006,rehydration
e5-small-v2,53,rest-day,0.0,0.16666666666666666,0.07839826897867534,rehydration
e5-small-v2,54,rest-day,0.3333333333333333,0.3333333333333333,0.17947710508581738,sleep-deprived
e5-small-v2,55,rest-day,0.0,0.25,0.2394408568026152,rehydration
e5-small-v2,56,rest-day,0.6666666666666666,1.0,0.4323181322709948,rest-day
e5-small-v2,57,rest-day,0.6666666666666666,0.5,0.24890832702259466,rehydration
e5-small-v2,58,rest-day,0.0,0.14285714285714285,0.07336392209936006,strength-recovery
e5-small-v2,59,rest-day,0.0,0.14285714285714285,0.1396181455537491,sleep-deprived
e5-small-v2,60,rehydration,0.6666666666666666,0.5,0.5363559634917964,strength-recovery
e5-small-v2,61,rehydration,1.0,1.0,1.0,rehydration
e5-small-v2,62,rehydration,1.0,1.0,0.9148568823583791,rehydration
e5-small-v2,63,rehydration,1.0,1.0,1.0,rehydration
e5-small-v2,64,rehydration,1.0,1.0,0.9363792118010483,rehydration
e5-small-v2,65,rehydration,1.0,1.0,1.0,rehydration
e5-small-v2,66,rehydration,0.3333333333333333,0.3333333333333333,0.33217371108897287,strength-recovery
e5-small-v2,67,rehydration,1.0,1.0,0.9052116356304495,rehydration
e5-small-v2,68,rehydration,1.0,1.0,1.0,rehydration
e5-small-v2,69,rehydration,1.0,1.0,0.92663607790064,rehydration
e5-small-v2,70,rehydration,1.0,1.0,1.0,rehydration
e5-small-v2,71,rehydration,1.0,1.0,1.0,rehydration
|