Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,15 @@ license: llama3.2
|
|
3 |
datasets:
|
4 |
- microsoft/orca-agentinstruct-1M-v1
|
5 |
pipeline_tag: text-generation
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- microsoft/orca-agentinstruct-1M-v1
|
5 |
pipeline_tag: text-generation
|
6 |
+
base_model:
|
7 |
+
- unsloth/Llama-3.2-1B-bnb-4bit
|
8 |
+
---
|
9 |
+
|
10 |
+
Prompt format:
|
11 |
+
```
|
12 |
+
"input_prefix": "### Instruction:\\n",
|
13 |
+
"input_suffix": "\\n### Response:\\n",
|
14 |
+
"antiprompt": [
|
15 |
+
"### Instruction:"
|
16 |
+
],
|
17 |
+
```
|