Fill-Mask
Transformers
code
BabyAI / README
iamthe66epitaph's picture
Create README
cb20617 verified
raw
history blame
696 Bytes
# Erebus: Custom Qwen2.5-VL Baby AI
**Erebus** is a custom instance of the Qwen2.5-VL-7B model in GGUF format, created for research and experimentation with interactive AI development. Erebus is designed to be run locally using Python scripts and can respond to prompts with conversational output.
## Files in this repository
Qwen2.5-VL-7B-Instruct-BF16.gguf – The core model file (GGUF format)
chat_light.py – Python script to interact with Erebus
baby_ai.py – Core initialization and management script
requirements.txt – Python dependencies needed to run the scripts
## Usage
1. Clone the repository:
bash
git clone https://huggingface.co/<your-username>/erebus
cd erebus