rootxhacker commited on
Commit
7bf63df
·
verified ·
1 Parent(s): ac57d01

Training checkpoint 8000 - 0.1B tokens

Browse files
Files changed (3) hide show
  1. README.md +6 -6
  2. checkpoint_8000.pt +3 -0
  3. config.json +7 -7
README.md CHANGED
@@ -18,11 +18,11 @@ pipeline_tag: text-generation
18
 
19
  ## Current Training Status
20
 
21
- - **Training Step**: 6,000
22
- - **Tokens Processed**: 0.06B tokens
23
- - **Current Loss**: 4.7385
24
  - **Spike Rate**: 0.0113
25
- - **Learning Rate**: 2.72e-05
26
 
27
  ## Model Architecture
28
 
@@ -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_6000.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**: 0.4% complete towards 15B tokens
 
18
 
19
  ## Current Training Status
20
 
21
+ - **Training Step**: 8,000
22
+ - **Tokens Processed**: 0.08B tokens
23
+ - **Current Loss**: 4.7271
24
  - **Spike Rate**: 0.0113
25
+ - **Learning Rate**: 4.12e-05
26
 
27
  ## Model Architecture
28
 
 
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_8000.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**: 0.5% complete towards 15B tokens
checkpoint_8000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe8b7bcbfb9a286f983a157d1acb188863c0c9a813dc3a77c06f9c7206dace13
3
+ size 999026318
config.json CHANGED
@@ -4,11 +4,11 @@
4
  "hidden_size": 768,
5
  "num_layers": 12,
6
  "max_seq_length": 1024,
7
- "training_step": 6000,
8
- "tokens_processed": 61440000,
9
- "loss": 4.738491185637147,
10
- "spike_rate": 0.011329803977829647,
11
- "learning_rate": 2.7196696169482876e-05,
12
- "epoch": 0.012288,
13
- "progress_percent": 0.40960104857868435
14
  }
 
4
  "hidden_size": 768,
5
  "num_layers": 12,
6
  "max_seq_length": 1024,
7
+ "training_step": 8000,
8
+ "tokens_processed": 81920000,
9
+ "loss": 4.727071644918862,
10
+ "spike_rate": 0.01129737685417216,
11
+ "learning_rate": 4.1215175613337367e-05,
12
+ "epoch": 0.016384,
13
+ "progress_percent": 0.5461347314382459
14
  }