Muennighoff
commited on
Commit
•
423c0f8
1
Parent(s):
ed327d8
Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ branches = [b.name for b in out.branches]
|
|
49 |
Important branches:
|
50 |
- `step1200000-tokens5033B`: Pretraining checkpoint used for annealing. There are a few more checkpoints after this one but we did not use them.
|
51 |
- `main`: Checkpoint annealed from `step1200000-tokens5033B` for an additional 100B tokens. We use this checkpoint for finetuning our chat model.
|
52 |
-
- `fp32`: FP32 version of `main`. The model weights were stored in FP32 during training but we did not observe any performance drop from casting them BF16 after training so we upload all weights in BF16. If you want the original FP32 checkpoint for `main` you can use this one. You will find that it yields slightly different results but should perform around the same on benchmarks.
|
53 |
|
54 |
# Citation
|
55 |
|
|
|
49 |
Important branches:
|
50 |
- `step1200000-tokens5033B`: Pretraining checkpoint used for annealing. There are a few more checkpoints after this one but we did not use them.
|
51 |
- `main`: Checkpoint annealed from `step1200000-tokens5033B` for an additional 100B tokens. We use this checkpoint for finetuning our chat model.
|
52 |
+
- `fp32`: FP32 version of `main`. The model weights were stored in FP32 during training but we did not observe any performance drop from casting them to BF16 after training so we upload all weights in BF16. If you want the original FP32 checkpoint for `main` you can use this one. You will find that it yields slightly different results but should perform around the same on benchmarks.
|
53 |
|
54 |
# Citation
|
55 |
|