Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -10,14 +10,18 @@ suggested_hardware: t4-small
|
|
| 10 |
|
| 11 |
# Scugnizz Llama-PCS interactive chat
|
| 12 |
|
| 13 |
-
Custom ~1.7B **PCS** decoder (not a stock Llama). Loads
|
| 14 |
[`ProjectScugnizz/scugnizz-llama-pcs`](https://huggingface.co/ProjectScugnizz/scugnizz-llama-pcs)
|
| 15 |
-
|
| 16 |
|
| 17 |
-
|
|
|
|
| 18 |
|
| 19 |
-
|
|
|
|
|
|
|
| 20 |
- `HUB_REPO` — weights repo
|
| 21 |
- `SCRIPT_REPO` — trainer package (`scugnizz-llama.py`)
|
| 22 |
|
| 23 |
Hardware: **t4-small** (~$0.40/h). Set sleep in Space settings when idle.
|
|
|
|
|
|
| 10 |
|
| 11 |
# Scugnizz Llama-PCS interactive chat
|
| 12 |
|
| 13 |
+
Custom ~1.7B **PCS** decoder (not a stock Llama). Loads weights from
|
| 14 |
[`ProjectScugnizz/scugnizz-llama-pcs`](https://huggingface.co/ProjectScugnizz/scugnizz-llama-pcs)
|
| 15 |
+
and uses the same Llama-3 chat template as SFT.
|
| 16 |
|
| 17 |
+
**UI:** Checkpoint accordion lists Hub `training-runs/…` folders and `*.pt` files
|
| 18 |
+
(`model_final.pt`, `model_pulse_*.pt`). **Load checkpoint** downloads/switches (~7GB first time).
|
| 19 |
|
| 20 |
+
Env overrides (boot default only):
|
| 21 |
+
|
| 22 |
+
- `HUB_PATH` — initial training-runs/… folder
|
| 23 |
- `HUB_REPO` — weights repo
|
| 24 |
- `SCRIPT_REPO` — trainer package (`scugnizz-llama.py`)
|
| 25 |
|
| 26 |
Hardware: **t4-small** (~$0.40/h). Set sleep in Space settings when idle.
|
| 27 |
+
Disk fills if you load many checkpoints — restart Space to clear `/tmp` caches.
|