Text Generation
PEFT
Safetensors
csabakecskemeti commited on
Commit
e84b230
·
verified ·
1 Parent(s): 3164f30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,7 +1,17 @@
1
  ---
 
2
  base_model: unsloth/Llama-3.2-1B-bnb-4bit
3
  library_name: peft
4
  datasets:
5
  - microsoft/orca-agentinstruct-1M-v1
6
  pipeline_tag: text-generation
7
- ---
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: llama3.2
3
  base_model: unsloth/Llama-3.2-1B-bnb-4bit
4
  library_name: peft
5
  datasets:
6
  - microsoft/orca-agentinstruct-1M-v1
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
+ ```