You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError: For now, we do not support unknown special tokens
In the future, if there is a need for this, we can add special tokens to the tokenizer
starting from rank 100261 - 100263 and then 100266 - 100275.
And finally, we can re-construct the enc object back
The text was updated successfully, but these errors were encountered:
Reconstruct the Encoding Object: After adding the special tokens, you may need to re-encode your dataset to ensure the new tokens are properly integrated.
Update the Model: If you're using a pre-trained model, make sure to update it to recognize the new special tokens:
How to resolve this error when finetuning?
The text was updated successfully, but these errors were encountered: