quintic commited on
Commit
3e7ee84
1 Parent(s): 3337c78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,6 +4,6 @@ license: mit
4
 
5
  Data: c4 and codeparrot, about 1:1 sample-wise but 1:4 token-wise mix. Significantly biased for codes (python, go, java, javascript, c, c++).
6
  Params:
7
- - batch size 64 * 2048 = 131072 tokens
8
  - lr automatically according to EAI sae codebase
9
  - auxk_alpha 0.03
 
4
 
5
  Data: c4 and codeparrot, about 1:1 sample-wise but 1:4 token-wise mix. Significantly biased for codes (python, go, java, javascript, c, c++).
6
  Params:
7
+ - batch size 64 * 2048 * 8 = 1048576 tokens
8
  - lr automatically according to EAI sae codebase
9
  - auxk_alpha 0.03