csabakecskemeti commited on
Commit
f9c03a7
·
verified ·
1 Parent(s): d1b905b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
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
+ ```