Reverendo commited on
Commit
d57c0d7
·
verified ·
1 Parent(s): 28152e4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -4
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 `model_final.pt` from
14
  [`ProjectScugnizz/scugnizz-llama-pcs`](https://huggingface.co/ProjectScugnizz/scugnizz-llama-pcs)
15
- (default: **tool-context** checkpoint) and uses the same Llama-3 chat template as SFT.
16
 
17
- Env overrides:
 
18
 
19
- - `HUB_PATH` — training-runs/… folder (default tool-context)
 
 
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.