Working repository for Group 5 of Wharton Global Youth Summer Program 2024 Data Science Academy.
For more information see BERT for longer texts
To use this model, clone the above repo and do:
from belt_nlp.bert_classifier_with_pooling import BERTClassifierWithPooling
model = BERTClassifierWithPooling().load(‘path/to/model/directory’)