Text Classification Using Transformer Networks
This notebook implements a text classifier using BERT: chap13_classification_bert.
This notebook implements a text classifier using DistilBERT: chap13_classification_distilbert.
Part-of-speech Tagging with Transformer Networks
This notebook implements a part-of-speech tagger for Spanish using the XLM-Roberta transformer: chap13_pos_tagging.