Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
-
license:
|
| 5 |
tags:
|
| 6 |
- facebook
|
| 7 |
- meta
|
|
@@ -14,9 +14,8 @@ inference: false
|
|
| 14 |
model_creator: Meta
|
| 15 |
model_type: llama
|
| 16 |
pipeline_tag: text-generation
|
| 17 |
-
prompt_template:
|
| 18 |
-
|
| 19 |
-
'
|
| 20 |
quantized_by: PawanKrd
|
| 21 |
---
|
| 22 |
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: llama3
|
| 5 |
tags:
|
| 6 |
- facebook
|
| 7 |
- meta
|
|
|
|
| 14 |
model_creator: Meta
|
| 15 |
model_type: llama
|
| 16 |
pipeline_tag: text-generation
|
| 17 |
+
prompt_template: |
|
| 18 |
+
{prompt}
|
|
|
|
| 19 |
quantized_by: PawanKrd
|
| 20 |
---
|
| 21 |
|