Update README.md
Browse files
README.md
CHANGED
@@ -15,4 +15,18 @@ tags:
|
|
15 |
- **Developed by:** ar08
|
16 |
- **License:** apache-2.0
|
17 |
|
|
|
|
|
|
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
- **Developed by:** ar08
|
16 |
- **License:** apache-2.0
|
17 |
|
18 |
+
# Model system Prompt
|
19 |
+
```python
|
20 |
+
alpaca_prompt = """Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|
21 |
|
22 |
+
### Instruction:
|
23 |
+
{}
|
24 |
+
|
25 |
+
### Input:
|
26 |
+
{}
|
27 |
+
|
28 |
+
### Response:
|
29 |
+
{}"""
|
30 |
+
```
|
31 |
+
|
32 |
+
# USAGE:
|