Search Results

Found 3 results for "5fbfa67d4e36a66658a7871d4607046e" across all boards searching md5.

Anonymous /vg/531257339#531317278
7/15/2025, 3:32:04 PM
>>531316187
No email on registration, so no changing or recovering passwords.
Search engine is absolute dog.
Viewing card data before downloading only works...50% of the time, for some reason?
No PNG exports sometimes for also some reason IDK.
Hides NSFW by default so you have to click the button every single time.
>Block users (work in progress)
>Block tags (work in progress)
Upload menu allows for no character editing so you just have to upload the final v2/v3 PNG.

NSFW loli though.
Anonymous /vg/530780463#530815695
7/11/2025, 3:59:11 PM
>>530815174
The model calculates a list of next token predictions with associated logits (logits are numbers that you'll turn into probabilities in a hot minute). Samplers are filter functions that remove bad tokens from this list.
Implementing a sampler is like, implementing a basic ass filter function.
top k for example is pretty much just just
tokensArray.sort((tokenA, tokenB) => tokenA.logit > tokenB.logit).slice(0, topK)
Anonymous /vg/530614261#530745743
7/11/2025, 1:39:35 AM
>>530745340
Close ST.
Go outside.