Text-Classification-with-BERT-PyTorch icon indicating copy to clipboard operation
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)

Results 2 Text-Classification-with-BERT-PyTorch issues
Sort by recently updated
recently updated
newest added

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:...