Update README.md
Browse files
README.md
CHANGED
@@ -25,14 +25,11 @@ The base model, unsloth/gemma-2-9b, supports RoPE scaling, 4-bit quantization fo
|
|
25 |
|
26 |
A custom Hindi Alpaca style Prompt Template is designed to format instructions, inputs, and expected outputs in a conversational structure.
|
27 |
|
28 |
-
निर्देश:
|
29 |
|
30 |
-
{
|
31 |
-
इनपुट:
|
32 |
|
33 |
-
{
|
34 |
-
उत्तर:
|
35 |
-
{response}
|
36 |
|
37 |
```python
|
38 |
# Install required libraries
|
|
|
25 |
|
26 |
A custom Hindi Alpaca style Prompt Template is designed to format instructions, inputs, and expected outputs in a conversational structure.
|
27 |
|
28 |
+
निर्देश:{instruction}
|
29 |
|
30 |
+
इनपुट:{input}
|
|
|
31 |
|
32 |
+
उत्तर:{response}
|
|
|
|
|
33 |
|
34 |
```python
|
35 |
# Install required libraries
|