Spaces:
Runtime error
Runtime error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,13 +1,25 @@
|
|
| 1 |
---
|
| 2 |
-
title: Apochat
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
python_version: '3.13'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Apochat Gemma 4 E2B Trainer
|
| 3 |
+
emoji: 🏋️
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: pink
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.0.0
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Apochat Gemma 4 E2B Trainer
|
| 13 |
+
|
| 14 |
+
Fine-tune `google/gemma-4-E2B-it` on the Apochat chat dataset (`apoapps/apochat-gemma4-e2b-chat-v1`)
|
| 15 |
+
using PEFT/LoRA.
|
| 16 |
+
|
| 17 |
+
**You must upgrade the Space hardware to a GPU before starting training.** Free `cpu-basic`
|
| 18 |
+
will not be able to train a 2B model in a reasonable time.
|
| 19 |
+
|
| 20 |
+
Recommended hardware:
|
| 21 |
+
- `t4-small` or `l4x1` for QLoRA.
|
| 22 |
+
- `a10g-small` or larger for faster training.
|
| 23 |
+
|
| 24 |
+
When training finishes, the adapter is pushed to `apoapps/apochat-gemma4-e2b-apochat-tuned-v2`.
|
| 25 |
+
Use the LiteRT export script to convert the trained adapter + base model to `.litertlm`.
|