nopperl commited on
Commit
0804306
1 Parent(s): af3ecf7

update readme

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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-7b-GGUF
10
+
11
+ This repo contains GGUF files of the [allenai/OLMo-7B-hf](https://huggingface.co/allenai/OLMo-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-1.7-7B-GGUF](https://huggingface.co/nopperl/OLMo-1.7-7B-GGUF).