google-research / multilingual-t5

Apache License 2.0
1.25k stars 129 forks source link

RuntimeError: Internal: ▁<extra_id_9> is already defined. #75

Open youssefmellah opened 3 years ago

youssefmellah commented 3 years ago

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: ▁ is already defined.