Meet Travis - Your AI-Powered tutor
Learn more about hugging face with these recommended learning resources

What’s Hugging Face?
No, it’s not just the cute emoji on your phone Continue reading on Towards Data Science
Read more at Towards Data Science
Hugging Face Tutorial for Beginners!
Welcome to this beginner-friendly tutorial on sentiment analysis using Hugging Face’s transformers library! Sentiment analysis is a Natural Language Processing (NLP) technique used to determine the em...
Read more at Level Up Coding
Easily Implement Different Transformers🤗🤗 through Hugging Face
Firstly you need to install the hugging face library which is really easy. Just simply pip install it: Secondly, you will be needing the latest TensorFlow version which can also be easily installed…
Read more at Analytics Vidhya
Reviewing the recently released HuggingFace 🤗 Course
Massive Open Online Courses (MOOCs) are an indispensable part of the life of a self-taught data scientist. If you are in a room full of wanna-be data scientists, the chances are that fifty percent of…...
Read more at Towards Data Science
Implement NLP Tasks Using Hugging Face
An introductory tutorial to use Hugging Face for NLP tasks. Continue reading on Towards Data Science
Read more at Towards Data ScienceBeyond the Warm Embrace: A Deeper Look at Hugging Face
Hugging Face is a platform that offers tools and pre-trained models for various Natural Language Processing (NLP) and Natural Language Understanding (NLU) tasks. In our previous article, A Warm Embrac...
Read more at Towards Data Science
Hugging Face 🤗, with a warm embrace, meet R️ ❤️
I’m delighted that R users can have access to the incredible Hugging Face pre-trained models. In this demonstration, we provide a straightforward example of how to utilize them for sentiment analysis ...
Read more at R-bloggersAn Entry Point Into HuggingFace
HuggingFace can be complex and complicated if you don’t know where to start to learn it. One entry point into HuggingFace repository are run_mlm.py and run_clm.py scripts. In this post, we will go thr...
Read more at Towards Data Science
Get Started with Hugging Face Auto Train
Hands-on tutorial on Hugging Face Auto Train Continue reading on Level Up Coding
Read more at Level Up Coding
Understanding BERT with Hugging Face
In a recent post on BERT, we discussed BERT transformers and how they work on a basic level. The article covers BERT architecture, training data, and training tasks. However, we don’t really…
Read more at Becoming Human: Artificial Intelligence MagazineWorking with Hugging Face Datasets
As an AI platform, Hugging Face builds, trains and deploys state of the art open source machine learning models. In addition to hosting all these trained models, Hugging Face also hosts datasets ( htt...
Read more at Towards Data Science
Fine-Tuning Hugging Face Model with Custom Dataset
There are many articles about Hugging Face fine-tuning with your own dataset. Many of the articles are using PyTorch, some are with TensorFlow. I had a task to implement sentiment classification…
Read more at Towards Data Science
Adding Custom Layers on Top of a Hugging Face Model
Before starting, this post assumes basic familiarity with Hugging Face (using a model out-of-the-box ). Also, a huge shoutout to the folks at Hugging Face for setting up a beginner-friendly learning…
Read more at Towards Data Science
Overview of AutoNLP from Hugging Face with Example Project
AutoNLP is an automated way to train, evaluate, and deploy state-of-the-art NLP models for varying tasks. AutoNLP is a beta project from Hugging Face that builds on the company’s work with its…
Read more at Becoming Human: Artificial Intelligence Magazine
Use the Datasets library of Hugging Face in your next NLP project
Data science is all about data. Hugging Face's dataset library is a fast and efficient library to easily share and load dataset and evaluation metrics.
Read more at Towards Data Science
BERT: Using Hugging Face for Sentiment Extraction with PyTorch
In this post, I will walk you through “Sentiment Extraction” and what it takes to achieve excellent results on this task. I will use the “ Tweet Sentiment Extraction” dataset from kaggle in this…
Read more at Analytics Vidhya
Hugging Face Pipelines
A practical guide on how to perform NLP tasks with Hugging Face Pipelines Image by Canva With the libraries developed recently, it has become easier to perform deep learning analysis. One of these li...
Read more at Towards AI
Hugging Face Just Released the Diffusers Library
Making diffusers models like DALL-E 2 and Imagen more accessible than ever Continue reading on Towards Data Science
Read more at Towards Data Science
Using Hugging Face Models on non-English Texts
A pre-trained model is a saved machine learning model that was previously trained on a large dataset (e.g all the articles in the Wikipedia) and can be later used as a “program” that carries out an…
Read more at Towards Data Science
How to stop touching your face? Hands and face detection with Python
Machine learning and AI with python. Use trained models for object detection to build powerful applications. Increase self-awareness to touching the face.
Read more at Analytics Vidhya
Sentiment Analysis Of Political Speeches Using Hugging Face’s Pipeline Feature
Election season fills many of us with dread. But it is also a good opportunity to test out some of the new NLP features out there with a practical use case. In recent weeks, I’ve been experimenting…
Read more at Towards Data Science
What Are Hugging Face Agents?
A step by step tutorial on how to use Transformers tools and agents. Continue reading on Towards Data Science
Read more at Towards Data Science
Huggingface — Object Detection using Pre-Trained Models
Learn how to use pre-trained models to detect objects in images Continue reading on Level Up Coding
Read more at Level Up Coding
Zero-Shot Text Classification with Hugging Face
A few weeks ago I was implementing POC with one of the requirements to be able to detect text sentiment in an unsupervised way (without having training data in advance and building a model). More…
Read more at Towards Data Science- «
- ‹
- …