Open mdabedr opened 1 year ago
Hello, did you solve this problem? I have the same problem.
hello. I've solved the problem.
Create a new model
in https://huggingface.co/new. Name it distilbert-base-uncased-finetuned-clinc
. Then just re-run the cell.
Same but @JinYu1998 suggestion did not work for me.
However, creating a new model under the aforementioned link and naming it distilbert-base-uncased-finetuned-emotion
solved it
I am trying to run the code and I am getting the following error when
`from transformers import Trainer
trainer = Trainer(model=model, args=training_args, compute_metrics=compute_metrics, train_dataset=emotions_encoded["train"], eval_dataset=emotions_encoded["validation"], tokenizer=tokenizer) trainer.train();`
Cloning https://huggingface.co/unknownhunter/distilbert-base-uncased-finetuned-emotion into local empty directory. WARNING:huggingface_hub.repository:Cloning https://huggingface.co/unknownhunter/distilbert-base-uncased-finetuned-emotion into local empty directory.