Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
|
| 4 |
license: llama2
|
| 5 |
model_creator: Meta
|
| 6 |
model_name: CodeLlama 13B Instruct
|
|
@@ -10,6 +10,8 @@ base_model:
|
|
| 10 |
pipeline_tag: text-generation
|
| 11 |
tags:
|
| 12 |
- llama-2
|
|
|
|
|
|
|
| 13 |
prompt_template: >
|
| 14 |
[INST] Write code to solve the following coding problem that obeys the
|
| 15 |
constraints and passes the example test cases. Please wrap your code answer
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- code
|
| 4 |
license: llama2
|
| 5 |
model_creator: Meta
|
| 6 |
model_name: CodeLlama 13B Instruct
|
|
|
|
| 10 |
pipeline_tag: text-generation
|
| 11 |
tags:
|
| 12 |
- llama-2
|
| 13 |
+
- tensorrt-llm
|
| 14 |
+
- code-llama
|
| 15 |
prompt_template: >
|
| 16 |
[INST] Write code to solve the following coding problem that obeys the
|
| 17 |
constraints and passes the example test cases. Please wrap your code answer
|