I just run run_jailbreak.py by using pyhton run_jailbreak.py.
but it turns out that:
IndexError: index out of range in self
I find that, the vocab_size is 32000, but there are 32001 and many 32000 in the tensor input_ids in function opti_utils.py:get_embeddings(model,input_ids).
And I wanna why that was that, and seek for help...
I just run
run_jailbreak.py
by usingpyhton run_jailbreak.py
.but it turns out that:
I find that, the vocab_size is 32000, but there are 32001 and many 32000 in the tensor
input_ids
in functionopti_utils.py:get_embeddings(model,input_ids)
.And I wanna why that was that, and seek for help...