jonathanbratt / RBERT

Implementation of BERT in R
Apache License 2.0
159 stars 19 forks source link

Fake tiny checkpoint #37

Open jonthegeek opened 5 years ago

jonthegeek commented 5 years ago

We really need a tiny checkpoint for tests. We currently include the smallest one we can (bert_base_uncased) via git-lfs, but I'd definitely like that to be smaller. Including it allows tests to run waaaaaaaaaaaay faster, though.

jonthegeek commented 4 years ago

bert_tiny_uncased_128 is a 15.7MB zip and ~works. That's small enough that github will allow it without lfs.

jonthegeek commented 4 years ago

Hmm, but I think maybe we download at the start now anyway? DLing this one would be way faster!