rootxhacker commited on
Commit
ea7303f
·
verified ·
1 Parent(s): c9f6b44

Training checkpoint 554000 - 5.7B tokens

Browse files
Files changed (3) hide show
  1. README.md +6 -6
  2. checkpoint_554000.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**: 542,000
22
- - **Tokens Processed**: 5.55B tokens
23
- - **Current Loss**: 4.6726
24
  - **Spike Rate**: 0.0508
25
- - **Learning Rate**: 8.27e-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_542000.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**: 37.0% complete towards 15B tokens
 
18
 
19
  ## Current Training Status
20
 
21
+ - **Training Step**: 554,000
22
+ - **Tokens Processed**: 5.67B tokens
23
+ - **Current Loss**: 4.5783
24
  - **Spike Rate**: 0.0508
25
+ - **Learning Rate**: 8.15e-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_554000.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**: 37.8% complete towards 15B tokens
checkpoint_554000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c78b28cb4c295b0562f1f1e3faa33b0843d95df41c1a0bfc36595ee445880d11
3
+ size 999026730
config.json CHANGED
@@ -4,11 +4,11 @@
4
  "hidden_size": 768,
5
  "num_layers": 12,
6
  "max_seq_length": 1024,
7
- "training_step": 542000,
8
- "tokens_processed": 5550080000,
9
- "loss": 4.672573742633761,
10
- "spike_rate": 0.05079471937811068,
11
- "learning_rate": 8.267454235145837e-05,
12
- "epoch": 1.110016,
13
- "progress_percent": 37.00053333333334
14
  }
 
4
  "hidden_size": 768,
5
  "num_layers": 12,
6
  "max_seq_length": 1024,
7
+ "training_step": 554000,
8
+ "tokens_processed": 5672960000,
9
+ "loss": 4.578331639736606,
10
+ "spike_rate": 0.05075958974589487,
11
+ "learning_rate": 8.15371506031409e-05,
12
+ "epoch": 1.134592,
13
+ "progress_percent": 37.81973333333333
14
  }