Work / README.md
Trigger82's picture
Update README.md
bb6813a verified
metadata
title: Work
emoji: πŸŒ–
colorFrom: blue
colorTo: red
sdk: docker
pinned: false
license: mit
short_description: Work

Phi-1.5 Chatbot (CPU)

This is an open-source chatbot backend using the Phi-1.5 (1.3B) instruction-tuned model. It runs entirely on CPU (no API keys needed) and responds in a friendly, assistant-like tone.

Requirements

  • CPU with at least 2 cores and 16GB RAM (e.g. Hugging Face Spaces free tier).
  • Python 3.10+.
  • The dependencies listed in requirements.txt (FastAPI, Transformers, Torch, Gradio).

Setup and Run

  1. Install dependencies:
    pip install -r requirements.txt
    Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference