csabakecskemeti
commited on
Commit
•
0585bd0
1
Parent(s):
a3d4992
Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,13 @@ datasets:
|
|
5 |
base_model:
|
6 |
- DevQuasar/analytical_reasoning_Llama-3.2-1B
|
7 |
pipeline_tag: text-generation
|
8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
base_model:
|
6 |
- DevQuasar/analytical_reasoning_Llama-3.2-1B
|
7 |
pipeline_tag: text-generation
|
8 |
+
---
|
9 |
+
|
10 |
+
Prompt format:
|
11 |
+
```
|
12 |
+
"input_prefix": "### Instruction:\\n",
|
13 |
+
"input_suffix": "\\n### Response:\\n",
|
14 |
+
"antiprompt": [
|
15 |
+
"### Instruction:"
|
16 |
+
],
|
17 |
+
```
|