crumb commited on
Commit
b8e8497
1 Parent(s): fc58600

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ tokenizer - gpt-j
21
 
22
  First, trained on 4,194,304 samples from the [c4](https://hf.co/datasets/c4) dataset, at a length of 128 tokens each, that comes out to 536,870,912 (0.53B) tokens seen during training. A batch size of 16 with 128 gradient accumulation steps was used, making the effective batch size 2048. A cosine learning rate schedule was used starting at 1e-3.
23
 
24
- Second, the same settings, with double the accumulation steps, were used on [EleutherAI/the_pile_deduplicated](https://hf.co/EleutherAI/the_pile_deduplicated) with a learning rate of 1e-5 with a linearly decreasing learning rate schedule after the training on c4 was done. (for a total of ~1.06B tokens seen)
25
 
26
 
27
  it's like this because i forgot to train on the pile in the first place and i wasn't going to let somewhere around 13 hours of gpu time go to waste I couldn't play minecraft that entire time
 
21
 
22
  First, trained on 4,194,304 samples from the [c4](https://hf.co/datasets/c4) dataset, at a length of 128 tokens each, that comes out to 536,870,912 (0.53B) tokens seen during training. A batch size of 16 with 128 gradient accumulation steps was used, making the effective batch size 2048. A cosine learning rate schedule was used starting at 1e-3.
23
 
24
+ Second, the same settings, with double the accumulation steps, were used on [EleutherAI/the_pile_deduplicated](https://hf.co/EleutherAI/the_pile_deduplicated) with a learning rate of 1e-5 with a linearly decreasing schedule after the training on c4 was done. (for a total of ~1.06B tokens seen)
25
 
26
 
27
  it's like this because i forgot to train on the pile in the first place and i wasn't going to let somewhere around 13 hours of gpu time go to waste I couldn't play minecraft that entire time