Standardize naming
Browse files
README.md
CHANGED
@@ -21,9 +21,10 @@ quantized_by: TheBloke
|
|
21 |
---
|
22 |
|
23 |
# Llama 2 7B - GGUF
|
|
|
24 |
- Model creator: [Meta](https://huggingface.co/meta-llama)
|
25 |
- Original model: [Llama 2 7B](https://huggingface.co/meta-llama/Llama-2-7b-hf)
|
26 |
-
- GGUF models
|
27 |
- `stories15M.bin` and `tokenizer.bin` created by [Andrej Karparthy](https://github.com/karpathy) at [karparthy/llama.c](https://github.com/karpathy/llama2.c) and [karparthy/tinyllama](https://huggingface.co/karpathy/tinyllama) under license:
|
28 |
|
29 |
```
|
|
|
21 |
---
|
22 |
|
23 |
# Llama 2 7B - GGUF
|
24 |
+
|
25 |
- Model creator: [Meta](https://huggingface.co/meta-llama)
|
26 |
- Original model: [Llama 2 7B](https://huggingface.co/meta-llama/Llama-2-7b-hf)
|
27 |
+
- GGUF models quantized by: [TheBloke](https://huggingface.co/TheBloke) at [TheBloke/Llama-2-7B-GGUF](https://huggingface.co/TheBloke/Llama-2-7B-GGUF)
|
28 |
- `stories15M.bin` and `tokenizer.bin` created by [Andrej Karparthy](https://github.com/karpathy) at [karparthy/llama.c](https://github.com/karpathy/llama2.c) and [karparthy/tinyllama](https://huggingface.co/karpathy/tinyllama) under license:
|
29 |
|
30 |
```
|
llama-2-7b.Q4_0.gguf β llama-2-7b-q4_0.gguf
RENAMED
File without changes
|
llama-2-7b.Q4_K_M.gguf β llama-2-7b-q4_k_m.gguf
RENAMED
File without changes
|
llama-2-7b.Q6_K.gguf β llama-2-7b-q6_k.gguf
RENAMED
File without changes
|