DevShubham
commited on
Commit
•
d95f9b7
1
Parent(s):
d6dbd86
Update README.md
Browse files
README.md
CHANGED
@@ -1,31 +1,7 @@
|
|
1 |
-
---
|
2 |
-
language:
|
3 |
-
- code
|
4 |
-
license: llama2
|
5 |
-
tags:
|
6 |
-
- llama-2
|
7 |
-
model_name: CodeLlama 7B Instruct
|
8 |
-
base_model: codellama/CodeLlama-7b-instruct-hf
|
9 |
-
inference: false
|
10 |
-
model_creator: Meta
|
11 |
-
model_type: llama
|
12 |
-
pipeline_tag: text-generation
|
13 |
-
prompt_template: '[INST] Write code to solve the following coding problem that obeys
|
14 |
-
the constraints and passes the example test cases. Please wrap your code answer
|
15 |
-
using ```:
|
16 |
-
|
17 |
-
{prompt}
|
18 |
-
|
19 |
-
[/INST]
|
20 |
-
|
21 |
-
'
|
22 |
-
quantized_by: TheBloke
|
23 |
-
---
|
24 |
|
25 |
<!-- header start -->
|
26 |
<!-- 200823 -->
|
27 |
<div style="width: auto; margin-left: auto; margin-right: auto">
|
28 |
-
<img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
29 |
</div>
|
30 |
<div style="display: flex; justify-content: space-between; width: 100%;">
|
31 |
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
<!-- header start -->
|
3 |
<!-- 200823 -->
|
4 |
<div style="width: auto; margin-left: auto; margin-right: auto">
|
|
|
5 |
</div>
|
6 |
<div style="display: flex; justify-content: space-between; width: 100%;">
|
7 |
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|