File size: 726 Bytes
b58215e
 
 
 
 
 
 
 
 
 
bb6813a
b58215e
bb6813a
 
 
 
 
 
 
 
 
 
 
 
 
b58215e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
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:**  
   ```bash
   pip install -r requirements.txt
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference