Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,24 @@
|
|
1 |
---
|
2 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
tags:
|
4 |
- LLM
|
|
|
|
|
5 |
- CodeLlama
|
6 |
-
- CodeLlama-
|
|
|
7 |
- lama.cpp
|
8 |
- Python
|
|
|
9 |
---
|
10 |
|
|
|
11 |
# Model Card: Meta CodeLlama-7b-Python gguf
|
12 |
|
13 |
Origin Meta model [CodeLlama-7b-Python](https://llama.meta.com/llama-downloads/), [code llama large language model coding](https://ai.meta.com/blog/code-llama-large-language-model-coding/), [codellama](https://github.com/meta-llama/codellama) converted into gguf format with [llama.cpp](https://github.com/ggerganov/llama.cpp)
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
+
base_model: meta-llama/CodeLlama-7b-Python-hf
|
4 |
+
model_name: CodeLlama-7b-Python GGUF
|
5 |
+
model_type: llama
|
6 |
+
quantized_by: ego-hf
|
7 |
+
language:
|
8 |
+
- code
|
9 |
tags:
|
10 |
- LLM
|
11 |
+
- llama2
|
12 |
+
- llama-2
|
13 |
- CodeLlama
|
14 |
+
- CodeLlama-Python
|
15 |
+
- CodeLlama-7B-Python
|
16 |
- lama.cpp
|
17 |
- Python
|
18 |
+
- 7B
|
19 |
---
|
20 |
|
21 |
+
|
22 |
# Model Card: Meta CodeLlama-7b-Python gguf
|
23 |
|
24 |
Origin Meta model [CodeLlama-7b-Python](https://llama.meta.com/llama-downloads/), [code llama large language model coding](https://ai.meta.com/blog/code-llama-large-language-model-coding/), [codellama](https://github.com/meta-llama/codellama) converted into gguf format with [llama.cpp](https://github.com/ggerganov/llama.cpp)
|