0.99.27
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
(onsimulai.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.