Skip to content

Commit d867ced

Browse files
committed
Removing section about checkpoints that don't exist
1 parent 889aaaa commit d867ced

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@ The core models in the OLMo family released are:
4747

4848
> *See [Inspecting training data](#inspecting-training-data) below for usage.*
4949
50-
### Checkpoints
51-
52-
URLs to checkpoints at intermediate steps of the models' trainings can be found in the csv files under [`checkpoints/official/`](https://github.com/allenai/OLMo/blob/main/checkpoints/official). These 'directory' URLs cannot currently be directly accessed, but files within the directory are publicly accessible. These URLs can also be provided to the training script to resume training from the checkpoint (see [Training](#training)). Each checkpoint directory consists of:
53-
54-
- `config.yaml`: the config at that training step.
55-
- `model.safetensors`, `optim.safetensors`, `train.pt`: model, optimizer and training state at that training step.
56-
57-
Details about the other types of OLMo checkpoints (including OLMo HF Transformers checkpoints) can be found in [Checkpoints.md](https://github.com/allenai/OLMo/blob/main/docs/Checkpoints.md).
58-
5950
## Inference
6051

6152
You can utilize our Hugging Face integration to run inference on the OLMo Transformers checkpoints:

0 commit comments

Comments
 (0)