rootxhacker commited on
Commit
bdacd8b
·
verified ·
1 Parent(s): 4d2accf

Training checkpoint 84000 - 0.9B tokens

Browse files
Files changed (3) hide show
  1. README.md +5 -5
  2. checkpoint_84000.pt +3 -0
  3. config.json +7 -7
README.md CHANGED
@@ -18,9 +18,9 @@ pipeline_tag: text-generation
18
 
19
  ## Current Training Status
20
 
21
- - **Training Step**: 82,000
22
- - **Tokens Processed**: 0.84B tokens
23
- - **Current Loss**: 4.6582
24
  - **Spike Rate**: 0.0502
25
  - **Learning Rate**: 1.99e-04
26
 
@@ -54,7 +54,7 @@ This represents ongoing training of the first large-scale spiking neural network
54
  from huggingface_hub import hf_hub_download
55
  checkpoint = hf_hub_download(
56
  repo_id="rootxhacker/piking-llm-5b-3epochs-exp",
57
- filename="checkpoint_82000.pt"
58
  )
59
 
60
  # Load with custom spiking model code
@@ -65,4 +65,4 @@ checkpoint = hf_hub_download(
65
 
66
  **🔬 This is live research in progress! Check back for updates as training continues.**
67
 
68
- **Training Progress**: 5.6% complete towards 15B tokens
 
18
 
19
  ## Current Training Status
20
 
21
+ - **Training Step**: 84,000
22
+ - **Tokens Processed**: 0.86B tokens
23
+ - **Current Loss**: 4.7287
24
  - **Spike Rate**: 0.0502
25
  - **Learning Rate**: 1.99e-04
26
 
 
54
  from huggingface_hub import hf_hub_download
55
  checkpoint = hf_hub_download(
56
  repo_id="rootxhacker/piking-llm-5b-3epochs-exp",
57
+ filename="checkpoint_84000.pt"
58
  )
59
 
60
  # Load with custom spiking model code
 
65
 
66
  **🔬 This is live research in progress! Check back for updates as training continues.**
67
 
68
+ **Training Progress**: 5.7% complete towards 15B tokens
checkpoint_84000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98771e730a17d68bbebd45cb7d4382889d527d9476f2ef0aab895b883ab5904f
3
+ size 999026492
config.json CHANGED
@@ -4,11 +4,11 @@
4
  "hidden_size": 768,
5
  "num_layers": 12,
6
  "max_seq_length": 1024,
7
- "training_step": 82000,
8
- "tokens_processed": 839680000,
9
- "loss": 4.658208935955752,
10
- "spike_rate": 0.050245297771789446,
11
- "learning_rate": 0.00019933608108536793,
12
- "epoch": 0.167936,
13
- "progress_percent": 5.59788099724202
14
  }
 
4
  "hidden_size": 768,
5
  "num_layers": 12,
6
  "max_seq_length": 1024,
7
+ "training_step": 84000,
8
+ "tokens_processed": 860160000,
9
+ "loss": 4.728705899119385,
10
+ "spike_rate": 0.050229199544315054,
11
+ "learning_rate": 0.00019928479904231087,
12
+ "epoch": 0.172032,
13
+ "progress_percent": 5.7344146801015805
14
  }