thaferbe commited on
Commit
9381c18
·
verified ·
1 Parent(s): ce71677

Upload training run run_20260408_101219

Browse files

ParrotLLM end-of-training sync for local run runs/fast_learn/run_20260408_101219.

runs/fast_learn/run_20260408_101219/checkpoints/best_loss_6p8472_epoch_0000_step_0000143.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6441fab8a13969f5ea362e4ece3eccc84a5ec06cf3a4bf0c71f248447e3723b
3
+ size 192265028
runs/fast_learn/run_20260408_101219/checkpoints/best_loss_6p8504_epoch_0000_step_0000146.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d3368bbc0869d828b0e8550b2d163c6d3a70274cc5eb0366522c18460708122
3
+ size 192265028
runs/fast_learn/run_20260408_101219/checkpoints/best_loss_6p8506_epoch_0000_step_0000144.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a769e6d02b2c89a8bc4f3f00ccd8e7d5f3d934796e47173b3c98de5882a98807
3
+ size 192265028
runs/fast_learn/run_20260408_101219/checkpoints/best_loss_6p8574_epoch_0000_step_0000145.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:047b226fd03070c8076fa052727c679c3e7399dd6af35468ac77b6c343be00bf
3
+ size 192265028
runs/fast_learn/run_20260408_101219/checkpoints/best_loss_6p8610_epoch_0000_step_0000142.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7a02539c60502eccd24a27fc0b4b1977e86e9ce0ec068851734ca0635db3d93
3
+ size 192265028
runs/fast_learn/run_20260408_101219/checkpoints/last_epoch_0000_step_0000142.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad965ec34be6138f398bd0f9b95325bd8e65a7916c61ccc001665f00330c0261
3
+ size 192262192
runs/fast_learn/run_20260408_101219/checkpoints/last_epoch_0000_step_0000143.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20502a4d598bc5cf8ab9111752176d95338ec48ee0fc5fedda11b511560a3c98
3
+ size 192262192
runs/fast_learn/run_20260408_101219/checkpoints/last_epoch_0000_step_0000144.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a9b4322f99ee03cd5c749db28e85a753a90e19b2a96eeeecdd8d3831a3c5786
3
+ size 192262192
runs/fast_learn/run_20260408_101219/checkpoints/last_epoch_0000_step_0000145.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5b266b9dae64bc9b539e16a422a359793f66ba7fd1b7b70e0ac2a39f7362a31
3
+ size 192262192
runs/fast_learn/run_20260408_101219/checkpoints/last_epoch_0000_step_0000146.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d0d9aa7b2a56683d37f99f26443563b2c9e40eba8d339fe75ee7447fe91fe6d
3
+ size 192262192
runs/fast_learn/run_20260408_101219/config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "preprocess": null,
3
+ "model": {
4
+ "vocab_size": 50258,
5
+ "pad_token_id": 50257,
6
+ "bos_token_id": 50256,
7
+ "eos_token_id": 50256,
8
+ "d_model": 256,
9
+ "n_layers": 4,
10
+ "n_heads": 8,
11
+ "d_ff": 682,
12
+ "context_length": 256,
13
+ "bias": false,
14
+ "dropout": 0.0,
15
+ "rope_theta": 10000.0,
16
+ "gradient_checkpointing": false
17
+ },
18
+ "training": {
19
+ "device": "auto",
20
+ "train_bin": "data/SmokeTest/train.bin",
21
+ "val_bin": "data/SmokeTest/val.bin",
22
+ "num_workers": 0,
23
+ "pin_memory": true,
24
+ "batch_size": 16,
25
+ "gradient_accumulation_steps": 1,
26
+ "learning_rate": 0.001,
27
+ "min_lr": 0.0001,
28
+ "weight_decay": 0.1,
29
+ "beta1": 0.9,
30
+ "beta2": 0.95,
31
+ "grad_clip": 1.0,
32
+ "warmup_steps": 20,
33
+ "max_steps": 300,
34
+ "lr_schedule": "wsd",
35
+ "lr_decay_ratio": 0.2,
36
+ "z_loss_coeff": 0.0001,
37
+ "save_every": 1,
38
+ "eval_every": 1,
39
+ "checkpoint_dir": "checkpoints",
40
+ "keep_last_checkpoints": 5,
41
+ "keep_best_checkpoints": 5,
42
+ "early_stopping_patience": 3,
43
+ "early_stopping_min_delta": 0.0,
44
+ "runs_dir": "runs/fast_learn",
45
+ "log_every": 10,
46
+ "hf_upload": {
47
+ "repo_id": "ParrotLabs/Preprocessed",
48
+ "repo_type": "dataset",
49
+ "path_in_repo": "",
50
+ "private": null
51
+ },
52
+ "compile": false
53
+ },
54
+ "tune": null,
55
+ "logging": {
56
+ "console_level": "INFO",
57
+ "file_level": "DEBUG",
58
+ "components": {
59
+ "data_preprocessing": "INFO",
60
+ "model_initialization": "INFO",
61
+ "training": "INFO"
62
+ },
63
+ "profiler": null
64
+ },
65
+ "eval": null,
66
+ "inference": null,
67
+ "chat": null
68
+ }
runs/fast_learn/run_20260408_101219/metrics.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
runs/fast_learn/run_20260408_101219/train.log ADDED
The diff for this file is too large to render. See raw diff
 
runs/fast_learn/run_20260408_101219/training_plots.pdf ADDED
Binary file (29.5 kB). View file