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
{{ message }}
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
Hi,
When I want to run the fine-tuning, it gives me the following error!
Note that the same code is already worked for me, but now does not!
RuntimeError Traceback (most recent call last)
in ()
4 mixture_or_task_name="t5_wikisql_all",
5 pretrained_model_dir=PRETRAINED_DIR,
----> 6 finetune_steps=FINETUNE_STEPS
7 )
8 frames
/usr/local/lib/python3.7/dist-packages/sentencepiece/init.py in LoadFromSerializedProto(self, serialized)
73
74 def LoadFromSerializedProto(self, serialized):
---> 75 return _sentencepiece.SentencePieceProcessor_LoadFromSerializedProto(self, serialized)
76
77 def SetEncodeExtraOptions(self, extra_option):
RuntimeError: Internal: ▁<extra_id_9> is already defined.
The text was updated successfully, but these errors were encountered: