gdsc-ncku / huggingface

A hands-on hugging face tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A hands-on hugging face tutorial


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%