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