HackerTrans
トップ新着トレンドコメント過去質問紹介求人

anonymoushn

no profile record

コメント

anonymoushn
·2 か月前·議論
I couldn't reproduce this behavior with Sonnet 4, and Sonnet 3.7 has been deprecated since I messed with this stuff. You can try tokenizing the string "<hello> </hello>"

I think the correct tokenization of the string will not have any tokens that contain mixed punctuation and letters, but the result of this approach does contain such claimed tokens.
anonymoushn
·2 か月前·議論
That's " 'd ".strip(), an english contraction suffix. it's 1 token, but using this echo approach you will be served the apostrophe and the subsequent letter for the first time in different steps.
anonymoushn
·3 か月前·議論
You can't reliably obtain correct token boundaries with this method. For example, "'d" is 1 token, but the API will return "d" stuck to the next token. Weirdly this seems to be specific to the letter "d". Similar stuff happens around "<". About all caps words, some words are in the vocab in all caps, such as MERCHANTABILITY.
anonymoushn
·3 か月前·議論
their old tokenizer performed some space collapsing that allowed them to use the same token id for a word with and without the leading space (in cases where the context usually implies a space and one is not present, a "no space" symbol is used).
anonymoushn
·3 か月前·議論
Is this the wrong URL? this seems to be a blog post from October 2025 called "Introducing: Local Browser AI"
anonymoushn
·3 か月前·議論
How do you guys decide which settings should be configurable via environment variables but not settings files and which settings should be configurable via settings files but not environment variables?
anonymoushn
·3 か月前·議論
> On of our product principles is to avoid changing settings on users' behalf

Ideally there wouldn't be silent changes that greatly reduce the utility of the user's session files until they set a newly introduced flag.

I happen to think this is just true in general, but another reason it might be true is that the experience the user has is identical to the experience they would have had if you first introduced the setting, defaulting it to the existing behavior, and then subsequently changed it on users' behalf.
anonymoushn
·3 か月前·議論
Oh, can you post some benchmarks? I didn't know that parser throughput per core would change with the amount of data like that.
anonymoushn
·3 か月前·議論
why
anonymoushn
·4 か月前·議論
are those tools known for their fast json parsers?
anonymoushn
·5 か月前·議論
ideally users could be banned for posting LLM outputs as if they were authored by humans https://www.pangram.com/history/49335ddf-118d-43e4-9340-a58a...
anonymoushn
·6 か月前·議論
Hello, the part about canonical filtering in https://openreview.net/pdf?id=DFybOGeGDS doesn't seem to try to account for pretokenization. For example, if you receive " 天天中彩票APP" in o200k, it means there has to be a lowercase letter within the span of letters, and while tokens like (4 spaces) may be pairwise compatible with tokens like "123" according to the BPE merge rules, the pretokenizer would split the span of spaces to give (3 spaces), " ", "123" instead. Are you aware of any work that does actual canonical generation for models with this kind of pretokenization regex?
anonymoushn
·6 か月前·議論
use claude code if you want to use opus
anonymoushn
·6 か月前·議論
what does "logprobs look off" mean
anonymoushn
·6 か月前·議論
Hello, a couple years ago I participated in a contest to count word frequencies and generate a sorted histogram. There's a cool post about it featuring a video discussing the tricks used by some participants. https://easyperf.net/blog/2022/05/28/Performance-analysis-an...

Some other participants said that they measured 0 difference in runtime between pshufb+eq and eqx3+orx2, but i think your problem has more classes of whitespace, and for the histogram problem, considerations about how to hash all the words in a chunk of the input dominate considerations about how to obtain the bitmasks of word-start or word-end positions.
anonymoushn
·6 か月前·議論
requires fully deterministic inference, which turns out to be unusual, but for this sort of thing it's probably fine if you do really slow inference on cpu. cool idea.
anonymoushn
·7 か月前·議論
please write your own posts from now on
anonymoushn
·7 か月前·議論
i love stemming, i love searching for "anime" and getting "animal"
anonymoushn
·7 か月前·議論
so sad to hear that about Streaming SIMD Extensions
anonymoushn
·7 か月前·議論
This is true economically but in reality if you have much larger cost savings than that for sale then these companies mostly say "we would be happy to buy that for $0 while we pay you a million a year to move to the united states"