Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,16 @@ tags:
|
|
15 |
This model was converted to GGUF format from [`allenai/OLMo-2-1124-7B`](https://huggingface.co/allenai/OLMo-2-1124-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
16 |
Refer to the [original model card](https://huggingface.co/allenai/OLMo-2-1124-7B) for more details on the model.
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
## Use with llama.cpp
|
19 |
Install llama.cpp through brew (works on Mac and Linux)
|
20 |
|
|
|
15 |
This model was converted to GGUF format from [`allenai/OLMo-2-1124-7B`](https://huggingface.co/allenai/OLMo-2-1124-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
16 |
Refer to the [original model card](https://huggingface.co/allenai/OLMo-2-1124-7B) for more details on the model.
|
17 |
|
18 |
+
---
|
19 |
+
We introduce OLMo 2, a new family of 7B and 13B models featuring a
|
20 |
+
9-point increase in MMLU, among other evaluation improvements, compared
|
21 |
+
to the original OLMo 7B model. These gains come from training on OLMo-mix-1124 and Dolmino-mix-1124 datasets and staged training approach.
|
22 |
+
|
23 |
+
|
24 |
+
OLMo is a series of Open Language Models designed to enable the science of language models.
|
25 |
+
These models are trained on the Dolma dataset.
|
26 |
+
|
27 |
+
---
|
28 |
## Use with llama.cpp
|
29 |
Install llama.cpp through brew (works on Mac and Linux)
|
30 |
|