Classifying New Testament Authors Using Huggingface Transformers

This is my first post in a while! A lot has changed in the last year. I’ve been coding almost entirely in Python for work, and my next posts will reflect that switch in emphasis.

This project classifies New Testament authorship using Huggingface Transformers (specifically distilBERT) and achieves ~85% F1 score on the test data. You can find the notebook itself at this Colab link!

eval_losseval_Accuracyeval_F1eval_Precisioneval_Recall
train0.1686010.9470900.9470000.9480100.947224
val0.4859290.8560730.8545860.8564520.855263
test0.4818240.8533980.8489690.8523190.850766

Chad Peltier
Chad Peltier

My name is Chad Peltier and I the Head of Data & Integration for the US at Janes. I am interested in data science for social good, NLP, and GEOINT data.

Related