Generate text in readable format?

#19
by AshokRaja - opened

In all the cases that I tested, the model just generates texts only in sequential sentence format. Is it capable of generating text in readable format like: bullet points or New line added where ever necessary?

i'm looking for same thing. Does any thing worked for you?

Not without additional fine-tuning with adding extra tokens into the tokenizer. The tokenizer provided with the model treats line breaks (and some other formatting characters like tabs) as whitespaces.

Sign up or log in to comment