prism-lab commited on
Commit
a9251d4
·
verified ·
1 Parent(s): d23dcd6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -42,4 +42,6 @@ All models use tied embeddings (input embeddings = output projection weights). C
42
  ## Additional Notes
43
  Phase exploration on embeddings will be replaced soon with stronger version which includes statistical analysis.
44
 
45
- Causal ablation codes and models will be added soon.
 
 
 
42
  ## Additional Notes
43
  Phase exploration on embeddings will be replaced soon with stronger version which includes statistical analysis.
44
 
45
+ Causal ablation codes and models will be added soon.
46
+
47
+ Cleaned WPT training codes, mixed precision bf16 and fp32 performance test codes will be also added.