Moin Nadeem
Moin Nadeem
Any luck doing this automatically? I think the latest release also requires Rust to build tokenizers, since prebuilt wheels for the M1 aren't available.
@cryptoeax I'd like to work on this; do you have thoughts on how this should be implemented in the UI?
@cryptoeax Hm, it seems like we're writing a lot of edge cases for BTC when we store the amount of BTC as it's own value. Thoughts on setting RATE for...
As far as the first PR goes, see #56.
Sorry for being so AFK; I've been traveling with family! Just to give you a heads up, can probably work on this around next week. My apologies for any troubles...
Matthew has volunteered to do this -- adding him as an assignee!
(note: I think part of this is that it is _streaming_ all of the dataset in, instead of fast-forwarding without downloading every sample)
Let's hold off on tests for updating `datasets` (ie. I can't think of anything that'll go wrong by updating that) We'll need regression tests for updating `tokenizers` and `transformers` because...
Yup @hanlint, @alextrott16 and I debugged together, and came to this conclusion. We should be able to get rid of it from the algorithm process, and should really rethink a...
I think the mapping between a Class (ie. `isinstance`) and the relevant hparams regarding the attention implementation works with me. This has some implications about "Composer defaults" that @hanlint and...