update readme
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
+
model_creator: allenai
|
6 |
+
pipeline_tag: text-generation
|
7 |
---
|
8 |
+
|
9 |
+
# OLMo-1.7-7b-GGUF
|
10 |
+
|
11 |
+
This repo contains GGUF files of the [allenai/OLMo-1.7-7B-hf](https://huggingface.co/allenai/OLMo-1.7-7B-hf) model. These files can be used with [llama.cpp](https://github.com/ggerganov/llama.cpp) or other software like [ollama](https://github.com/ollama/ollama) and [LM Studio](https://lmstudio.ai/). Most quanitzation versions are provided.
|
12 |
+
|
13 |
+
Note: this is a base model, not an instruction-tuned model. Hence, there is no specified prompt template.
|
14 |
+
|
15 |
+
For GGUF conversions of other OLMo versions, refer to [nopperl/OLMo-1B-GGUF](https://huggingface.co/nopperl/OLMo-1B-GGUF) and [nopperl/OLMo-7B-GGUF](https://huggingface.co/nopperl/OLMo-7B-GGUF).
|