/huggingface

A hands-on hugging face tutorial

Primary LanguageJupyter Notebook

HuggingFace Tutorial for GDSC AI Team

Usage

create a virtual environment via conda

conda create -n huggingface python=3.10

activate the virtual environment

conda activate huggingface

install the required packages

pip install -r requirements.txt