rootxhacker commited on
Commit
5cbe939
·
verified ·
1 Parent(s): aca803e

Training checkpoint 36000 - 0.4B tokens

Browse files
Files changed (3) hide show
  1. README.md +6 -6
  2. checkpoint_36000.pt +3 -0
  3. config.json +7 -7
README.md CHANGED
@@ -18,10 +18,10 @@ pipeline_tag: text-generation
18
 
19
  ## Current Training Status
20
 
21
- - **Training Step**: 34,000
22
- - **Tokens Processed**: 0.35B tokens
23
- - **Current Loss**: 4.6213
24
- - **Spike Rate**: 0.0200
25
  - **Learning Rate**: 2.00e-04
26
 
27
  ## Model Architecture
@@ -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_34000.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**: 2.3% complete towards 15B tokens
 
18
 
19
  ## Current Training Status
20
 
21
+ - **Training Step**: 36,000
22
+ - **Tokens Processed**: 0.37B tokens
23
+ - **Current Loss**: 4.7309
24
+ - **Spike Rate**: 0.0229
25
  - **Learning Rate**: 2.00e-04
26
 
27
  ## Model Architecture
 
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_36000.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**: 2.5% complete towards 15B tokens
checkpoint_36000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bea74e7a701d737b0ad52bee47267e08557654ae4cfb1109035322e6c4c95c98
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": 34000,
8
- "tokens_processed": 348160000,
9
- "loss": 4.621290160612954,
10
- "spike_rate": 0.019981226479303144,
11
- "learning_rate": 0.00019999470285352774,
12
- "epoch": 0.069632,
13
- "progress_percent": 2.321072608612545
14
  }
 
4
  "hidden_size": 768,
5
  "num_layers": 12,
6
  "max_seq_length": 1024,
7
+ "training_step": 36000,
8
+ "tokens_processed": 368640000,
9
+ "loss": 4.730866090005601,
10
+ "spike_rate": 0.022853559834219567,
11
+ "learning_rate": 0.0001999892426494225,
12
+ "epoch": 0.073728,
13
+ "progress_percent": 2.457606291472106
14
  }