Text-Classification-with-BERT-PyTorch
Text-Classification-with-BERT-PyTorch copied to clipboard
A text classifier fine tuned on pre-trained BERT for Sarcasm Detection in News Headlines (PyTorch Implementation)
When I run your code I get an error: --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () 25 # Load Train dataset and split it into Train and Validation...
For Classifier .py in the section it says: train_iterator = tqdm(train_loader, desc="Train Iteration") for step, batch in enumerate(train_iterator): When I run this part of the code I get an error:...