adyoi commited on
Commit
b844ae7
·
verified ·
1 Parent(s): 045f351

Delete developments.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. developments.txt +0 -29
developments.txt DELETED
@@ -1,29 +0,0 @@
1
-
2
- Sekarang smoke test training singkat untuk memastikan pipeline jalan:
3
-
4
- python train.py
5
- --data data/sample.txt
6
- --out out_smoke
7
- --steps 80
8
- --batch-size 16
9
- --block-size 64
10
- --n-layer 2
11
- --n-head 2
12
- --n-embd 64
13
- --warmup 10
14
- --eval-interval 40
15
-
16
-
17
- Loss turun (3.93 → 3.08) — pipeline bekerja. Tes generasi:
18
-
19
- python generate.py
20
- --ckpt out_smoke/indigo.pt
21
- --prompt "Indigo"
22
- --max-new 80
23
- --temperature 0.8
24
- --top-k 20
25
- --seed 42
26
-
27
- Generasi berfungsi (masih acak karena hanya 80 langkah). Sekarang latih versi asli dengan konfigurasi lebih besar:
28
-
29
- Remove-Item -Recurse -Force out_smoke