Activity
src: added code to save progress and add to tensorboard
src: added code to save progress and add to tensorboard
src: build the dataset with sos and eos tokens
src: build the dataset with sos and eos tokens
src: building up tokenizer for our training model
src: building up tokenizer for our training model
src: begin the transformer architecture
src: begin the transformer architecture
src: added the decoderblock and n*decoderblock = decoder
src: added the decoderblock and n*decoderblock = decoder
src: encoder as a connection of encoderblocks
src: encoder as a connection of encoderblocks
src: added the multi-head attention block
src: added the multi-head attention block
src: added the positional encoding layer
src: added the positional encoding layer
src: added the input embeddings
src: added the input embeddings