-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
- Text Classification
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.
Metadata
Metadata
Assignees
Labels
No labels