Prashant Kodali

Results 2 issues of Prashant Kodali

modified util.py to accept list of elements as input. so far, elements have to be passed on like below, ``` annotated_text( "This ", ("is", "verb", "#8ef"), " some ", ("annotated",...

In the code-snippet below, is it possible to load Decoder/Encoder with pre-trained models from huggingface hub? ``` augment_llm = TransformerWrapper( num_tokens = 20000, max_seq_len = 1024, attn_layers = Decoder( dim...