Skip to content

0.99.27

Compare
Choose a tag to compare
@Joao-L-S-Almeida Joao-L-S-Almeida released this 14 Nov 14:20
· 101 commits to main since this release

This is a modest upgrade. The modifications are basically:

  • A class Tokenizer (simulai.io.Tokenizer) can be used for creating tokenized
    datasets to be used in combination with transformers networks. This class is also
    easily extensible.
  • An API based on torchview called view_api (on simulai.utilities.view_api)
    can be used for facilitating the visualization of neural network model during its deploying stage. See the tutorial for more information.
  • Minor glitches.
  • New documentation based on MKDocs.