AI-powered search & chat for Data / Computer Science Students

Learn more with these recommended learning resources

What’s Hugging Face?

 Towards Data Science

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!

 Level Up Coding

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

A Comprehensive Guide for Getting Started with Huggingface

 Towards AI

With the explotion of Large Language Models that are being applied to solve a huge variery of tasks, the knowledge of Hugging Face has become a MUST.

Read more at Towards AI

Easily Implement Different Transformers🤗🤗 through Hugging Face

 Analytics Vidhya

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

 Towards Data Science

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

 Towards Data Science

An introductory tutorial to use Hugging Face for NLP tasks. Continue reading on Towards Data Science

Read more at Towards Data Science

Beyond the Warm Embrace: A Deeper Look at Hugging Face

 Towards Data Science

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️ ❤️

 R-bloggers

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-bloggers

An Entry Point Into HuggingFace

 Towards Data Science

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

 Level Up Coding

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

 Becoming Human: Artificial Intelligence Magazine

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 Magazine

Working with Hugging Face Datasets

 Towards Data Science

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

 Towards Data Science

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

 Towards Data Science

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

 Becoming Human: Artificial Intelligence Magazine

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

 Towards Data Science

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

 Analytics Vidhya

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

 Towards AI

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

Why Hugging Face is Essential for Every Machine Learning Programmer

 Javarevisited

HuggingFace is a recent development in Computer Science history. If you look 4 years back at previous states of huggingface.co, you will find not even a quarter of the services built by HuggingFace ex...

Read more at Javarevisited

Hugging Face Just Released the Diffusers Library

 Towards Data Science

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

 Towards Data Science

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

 Analytics Vidhya

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

 Towards Data Science

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?

 Towards Data Science

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