Text Generation
PEFT
Safetensors
csabakecskemeti's picture
Update README.md
e84b230 verified
|
raw
history blame
325 Bytes
---
license: llama3.2
base_model: unsloth/Llama-3.2-1B-bnb-4bit
library_name: peft
datasets:
- microsoft/orca-agentinstruct-1M-v1
pipeline_tag: text-generation
---
Prompt format:
```
"input_prefix": "### Instruction:\\n",
"input_suffix": "\\n### Response:\\n",
"antiprompt": [
"### Instruction:"
],
```