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

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

@youssefmellah

Description

@youssefmellah

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions