Triangle104
commited on
Commit
•
c416359
1
Parent(s):
49aae19
Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,20 @@ tags:
|
|
15 |
This model was converted to GGUF format from [`allenai/OLMo-2-1124-13B`](https://huggingface.co/allenai/OLMo-2-1124-13B) 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-13B) 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-13B`](https://huggingface.co/allenai/OLMo-2-1124-13B) 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-13B) for more details on the model.
|
17 |
|
18 |
+
---
|
19 |
+
Model details:
|
20 |
+
-
|
21 |
+
We introduce OLMo 2, a new family of 7B and 13B models trained on up
|
22 |
+
to 5T tokens. These models are on par with or better than
|
23 |
+
equivalently-sized fully-open models, and competitive with open-weight
|
24 |
+
models from Meta and Mistral on English academic benchmarks.
|
25 |
+
|
26 |
+
OLMo is a series of Open Language Models
|
27 |
+
designed to enable the science of language models.
|
28 |
+
These models are trained on the Dolma dataset. We are releasing all
|
29 |
+
code, checkpoints, logs (coming soon), and associated training details.
|
30 |
+
|
31 |
+
---
|
32 |
## Use with llama.cpp
|
33 |
Install llama.cpp through brew (works on Mac and Linux)
|
34 |
|