Create README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Baro 1.0 (MLX – Mac)
|
| 2 |
+
|
| 3 |
+
Baro is a presence-based emotional companion.
|
| 4 |
+
It does not give advice, motivation, or solutions.
|
| 5 |
+
It responds with calm reassurance and emotional presence.
|
| 6 |
+
|
| 7 |
+
## Requirements
|
| 8 |
+
- Apple Silicon Mac
|
| 9 |
+
- Python 3.10+
|
| 10 |
+
- mlx-lm installed
|
| 11 |
+
|
| 12 |
+
## Usage
|
| 13 |
+
|
| 14 |
+
```bash
|
| 15 |
+
git clone https://huggingface.co/umar141/Baro-mlx-mac-1.0
|
| 16 |
+
cd Baro-mlx-mac-1.0
|
| 17 |
+
|
| 18 |
+
mlx_lm.generate \
|
| 19 |
+
--model gemma-1b-mlx \
|
| 20 |
+
--adapter-path . \
|
| 21 |
+
--max-tokens 220 \
|
| 22 |
+
--prompt "I feel empty and tired lately."
|