Skip to content

Files

Latest commit

 

History

History
31 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.02 KB

HuggingFace Quick Start Template

Build Status License Contributors Forks Stars Issues Pull Requests

This template provides a quick start for using HuggingFace datasets and spaces with Gradio for fine-tuning or training models.

Setup

  1. Clone the repository.
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run the main script:
    python main.py

Configuration

Modify config.yaml to change the dataset, model, and training parameters.

Usage

Enter text in the Gradio interface to see the model's predictions.