How I Trained a Language Model Using Hugging Face on My MacBook Pro Introduction In this blog post, I’ll walk you through my journey of training a language model using Hugging Face’s transformers library and the datasets library. I’ll cover the initial setup, data preparation, training process, and how to save and use the trained […]
Posts in the Uncategorized category:
Effortlessly Tag People’s Names in Your Google Sheets with Python and SpaCy
Have you ever wished you could automatically identify and tag people’s names in a Google Sheet? Maybe you’re managing a list of contacts, analyzing survey responses, or working on a project where extracting this information is key. Well, with a bit of Python magic and the power of SpaCy’s natural language processing capabilities, we can […]