Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Baro 1.0 (MLX – Mac)
|
| 2 |
|
| 3 |
Baro is a presence-based emotional companion.
|
|
@@ -9,6 +20,16 @@ It responds with calm reassurance and emotional presence.
|
|
| 9 |
- Python 3.10+
|
| 10 |
- mlx-lm installed
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
## Usage
|
| 13 |
|
| 14 |
```bash
|
|
@@ -20,3 +41,4 @@ mlx_lm.generate \
|
|
| 20 |
--adapter-path . \
|
| 21 |
--max-tokens 220 \
|
| 22 |
--prompt "I feel empty and tired lately."
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- google/gemma-3-1b-it
|
| 5 |
+
library_name: mlx
|
| 6 |
+
tags:
|
| 7 |
+
- mlx
|
| 8 |
+
- lora
|
| 9 |
+
- emotional-support
|
| 10 |
+
- macos
|
| 11 |
+
---
|
| 12 |
# Baro 1.0 (MLX – Mac)
|
| 13 |
|
| 14 |
Baro is a presence-based emotional companion.
|
|
|
|
| 20 |
- Python 3.10+
|
| 21 |
- mlx-lm installed
|
| 22 |
|
| 23 |
+
## Installation
|
| 24 |
+
|
| 25 |
+
Make sure you have Python 3.10 or newer.
|
| 26 |
+
|
| 27 |
+
Install MLX language tools:
|
| 28 |
+
|
| 29 |
+
```bash
|
| 30 |
+
pip install mlx-lm
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
## Usage
|
| 34 |
|
| 35 |
```bash
|
|
|
|
| 41 |
--adapter-path . \
|
| 42 |
--max-tokens 220 \
|
| 43 |
--prompt "I feel empty and tired lately."
|
| 44 |
+
```
|