Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,35 @@ The Tamil LLaMA models have been enhanced and tailored specifically with an exte
|
|
27 |
- **Finetuned from model:** [abhinand/tamil-llama-13b-base-v0.1](https://huggingface.co/abhinand/tamil-llama-13b-v0.1)
|
28 |
- **Training Precision:** `float16`
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
## Related Models
|
31 |
|
32 |
*Further models and their descriptions will be updated here...*
|
|
|
27 |
- **Finetuned from model:** [abhinand/tamil-llama-13b-base-v0.1](https://huggingface.co/abhinand/tamil-llama-13b-v0.1)
|
28 |
- **Training Precision:** `float16`
|
29 |
|
30 |
+
## Prompting Format
|
31 |
+
|
32 |
+
**Prompt Template Without Input**
|
33 |
+
|
34 |
+
```
|
35 |
+
{system_prompt}
|
36 |
+
|
37 |
+
### Instruction:
|
38 |
+
{instruction or query}
|
39 |
+
|
40 |
+
### Response:
|
41 |
+
{response}
|
42 |
+
```
|
43 |
+
|
44 |
+
**Prompt Template With Input**
|
45 |
+
|
46 |
+
```
|
47 |
+
{system_prompt}
|
48 |
+
|
49 |
+
### Instruction:
|
50 |
+
{instruction or query}
|
51 |
+
|
52 |
+
### Input:
|
53 |
+
{input}
|
54 |
+
|
55 |
+
### Response:
|
56 |
+
{response}
|
57 |
+
```
|
58 |
+
|
59 |
## Related Models
|
60 |
|
61 |
*Further models and their descriptions will be updated here...*
|