Is there a for the model to show more than 4 results?
#6
by
fmpapso
- opened
I've either been having trouble getting the model to recognise a large number of tokens, or running the model correctly on a long string. I have not seen the model categorizing more than four tokens anytime I've run it, even when there are more than four. On a large string, the model returned "Denmark" three times and one name, whilst missing another name it had classified previously in another string.
Any help with this would be appreciated!
Hi @fmpapso ! How many tokens are we talking about here? Since the model can only handle 512 tokens at a time.
If you do have less than 512 tokens, could you send a few failure mode examples?