Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Brad AI 1.12.2x
|
| 2 |
+
|
| 3 |
+
Brad AI 1.12.2x is a lightweight conversational AI developed by **Alpha Technologies**.
|
| 4 |
+
|
| 5 |
+
## Overview
|
| 6 |
+
- CPU-safe
|
| 7 |
+
- Small and stable
|
| 8 |
+
- Designed for experimentation and customization
|
| 9 |
+
- Uses a controlled system prompt for consistent behavior
|
| 10 |
+
|
| 11 |
+
## Base Model
|
| 12 |
+
This model is built on top of `distilgpt2` with a custom identity layer.
|
| 13 |
+
|
| 14 |
+
## Intended Use
|
| 15 |
+
- Educational
|
| 16 |
+
- Prototyping
|
| 17 |
+
- Chat interfaces
|
| 18 |
+
- Low-resource environments
|
| 19 |
+
|
| 20 |
+
## Example Usage
|
| 21 |
+
|
| 22 |
+
```bash
|
| 23 |
+
python inference.py
|