rootxhacker commited on
Commit
94f4de7
·
verified ·
1 Parent(s): 3124298

Training checkpoint 4000 - 0.0B tokens

Browse files
Files changed (3) hide show
  1. README.md +7 -7
  2. checkpoint_4000.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**: 2,000
22
- - **Tokens Processed**: 0.02B tokens
23
- - **Current Loss**: 9.8659
24
- - **Spike Rate**: 0.0115
25
- - **Learning Rate**: 1.02e-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_2000.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.1% complete towards 15B tokens
 
18
 
19
  ## Current Training Status
20
 
21
+ - **Training Step**: 4,000
22
+ - **Tokens Processed**: 0.04B tokens
23
+ - **Current Loss**: 5.8477
24
+ - **Spike Rate**: 0.0111
25
+ - **Learning Rate**: 1.67e-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_4000.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.3% complete towards 15B tokens
checkpoint_4000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e48449a2723144db8c84ea4ee33be104e5197d4c46360e34e847e8f51f3ecb97
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": 2000,
8
- "tokens_processed": 20480000,
9
- "loss": 9.865856721571749,
10
- "spike_rate": 0.011451726761236444,
11
- "learning_rate": 1.019965406348427e-05,
12
- "epoch": 0.004096,
13
- "progress_percent": 0.13653368285956147
14
  }
 
4
  "hidden_size": 768,
5
  "num_layers": 12,
6
  "max_seq_length": 1024,
7
+ "training_step": 4000,
8
+ "tokens_processed": 40960000,
9
+ "loss": 5.847672875415472,
10
+ "spike_rate": 0.011124921468187653,
11
+ "learning_rate": 1.669781462895783e-05,
12
+ "epoch": 0.008192,
13
+ "progress_percent": 0.27306736571912293
14
  }