Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

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

Open
youssefmellah opened this issue Apr 15, 2021 · 0 comments
Open

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

youssefmellah opened this issue Apr 15, 2021 · 0 comments

Comments

@youssefmellah
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant