Stuart Axelbrooke

Results 11 comments of Stuart Axelbrooke

Hey @kootenpv, thanks for the suggestion! Care to put up a PR?

For context, in NLP tasks it can be important to retain the usage of contractions, since it can be informative about other aspects of the author of the text.

@kootenpv I'm fine with people having different preferences on how they'd like those split up, my biggest concern here is changing the interface, which is a breaking change that would...

I'm not knowledgeable of the `encoder.json` that GPT-2 uses, or the tokenization it uses, could you link me to relevant documentation?

A standardized tokenization implementation! Tokenization fills the role of "turn the text into fixed vectors" that you'd feed into standard models. As an NLP practitioner and Rust user, tokenization is...

Problem is even worse on mobile Chrome :sweat:

I'm seeing the token refreshed, and saved, but Withings is responding with a 401 to that refreshed token. Is something broken on their side?

One big question: persistence - we want to make sure that counting is as atomic as possible. But, reading a whole partition and then writing it so you can count...

Let's not overdo it for now - we can leave the batching to the client for now, and address it if its brought up later.

This does sound like a great feature - originally I was considering using something like SQS for this, but thought, "wait, shouldn't firebase be able to do this?"