Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,16 +1,17 @@
|
|
1 |
---
|
2 |
-
inference: false
|
3 |
language:
|
4 |
- code
|
5 |
license: llama2
|
|
|
|
|
|
|
|
|
6 |
model_creator: Meta
|
7 |
model_link: https://huggingface.co/codellama/CodeLlama-13b-python-hf
|
8 |
-
model_name: CodeLlama 13B Python
|
9 |
model_type: llama
|
10 |
pipeline_tag: text-generation
|
11 |
quantized_by: TheBloke
|
12 |
-
|
13 |
-
- llama-2
|
14 |
---
|
15 |
|
16 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- code
|
4 |
license: llama2
|
5 |
+
tags:
|
6 |
+
- llama-2
|
7 |
+
model_name: CodeLlama 13B Python
|
8 |
+
inference: false
|
9 |
model_creator: Meta
|
10 |
model_link: https://huggingface.co/codellama/CodeLlama-13b-python-hf
|
|
|
11 |
model_type: llama
|
12 |
pipeline_tag: text-generation
|
13 |
quantized_by: TheBloke
|
14 |
+
base_model: codellama/CodeLlama-13b-python-hf
|
|
|
15 |
---
|
16 |
|
17 |
<!-- header start -->
|