rootxhacker commited on
Commit
de60fc0
·
verified ·
1 Parent(s): 48dcb4f

Training checkpoint 176000 - 1.8B tokens

Browse files
Files changed (3) hide show
  1. README.md +5 -5
  2. checkpoint_176000.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**: 174,000
22
- - **Tokens Processed**: 1.78B tokens
23
- - **Current Loss**: 4.6834
24
  - **Spike Rate**: 0.0504
25
  - **Learning Rate**: 1.95e-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_174000.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**: 11.9% complete towards 15B tokens
 
18
 
19
  ## Current Training Status
20
 
21
+ - **Training Step**: 176,000
22
+ - **Tokens Processed**: 1.80B tokens
23
+ - **Current Loss**: 4.6899
24
  - **Spike Rate**: 0.0504
25
  - **Learning Rate**: 1.95e-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_176000.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**: 12.0% complete towards 15B tokens
checkpoint_176000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69c7d7603181c47cbe4a1ce3f560600867c69910ba0a89ddc8034330911cdf0b
3
+ size 999026666
config.json CHANGED
@@ -4,11 +4,11 @@
4
  "hidden_size": 768,
5
  "num_layers": 12,
6
  "max_seq_length": 1024,
7
- "training_step": 174000,
8
- "tokens_processed": 1781760000,
9
- "loss": 4.683350258383383,
10
- "spike_rate": 0.05041792342778572,
11
- "learning_rate": 0.0001950314982278183,
12
- "epoch": 0.356352,
13
- "progress_percent": 11.878430408781847
14
  }
 
4
  "hidden_size": 768,
5
  "num_layers": 12,
6
  "max_seq_length": 1024,
7
+ "training_step": 176000,
8
+ "tokens_processed": 1802240000,
9
+ "loss": 4.68992041871115,
10
+ "spike_rate": 0.05041941014635301,
11
+ "learning_rate": 0.00019489439751956046,
12
+ "epoch": 0.360448,
13
+ "progress_percent": 12.014964091641408
14
  }