Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,16 @@ tags:
|
|
13 |
This model was converted to GGUF format from [`allenai/OLMo-2-0425-1B`](https://huggingface.co/allenai/OLMo-2-0425-1B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
14 |
Refer to the [original model card](https://huggingface.co/allenai/OLMo-2-0425-1B) for more details on the model.
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Use with llama.cpp
|
17 |
Install llama.cpp through brew (works on Mac and Linux)
|
18 |
|
|
|
13 |
This model was converted to GGUF format from [`allenai/OLMo-2-0425-1B`](https://huggingface.co/allenai/OLMo-2-0425-1B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
14 |
Refer to the [original model card](https://huggingface.co/allenai/OLMo-2-0425-1B) for more details on the model.
|
15 |
|
16 |
+
---
|
17 |
+
We introduce OLMo 2 1B, the smallest model in the OLMo 2 family.
|
18 |
+
OLMo 2 was pre-trained on OLMo-mix-1124
|
19 |
+
and uses Dolmino-mix-1124 for mid-training.
|
20 |
+
|
21 |
+
|
22 |
+
OLMo 2 is the latest in a series of Open Language Models designed to enable the science of language models.
|
23 |
+
We have released all code, checkpoints, logs, and associated training details on GitHub.
|
24 |
+
|
25 |
+
---
|
26 |
## Use with llama.cpp
|
27 |
Install llama.cpp through brew (works on Mac and Linux)
|
28 |
|