PEFT
Safetensors
Hindi
Vijayendra commited on
Commit
2e3fcf8
·
verified ·
1 Parent(s): b4750f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
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
- {instruction}
31
- इनपुट:
32
 
33
- {input}
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