vocab_only property

  1. @Bool()
bool vocab_only
getter/setter pair

only load the vocabulary, no weights

Implementation

@ffi.Bool()
external bool vocab_only;