File size: 499 Bytes
36376b1 f0d6b58 36376b1 f0d6b58 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
---
base_model: unsloth/Qwen2-0.5b-bnb-4bit
language:
- en
license: apache-2.0
tags:
- text-generation-inference
- transformers
- qwen2
- gguf
---
# Uploaded model
- **Developed by:** ar08
- **License:** apache-2.0
# Model system Prompt
```python
alpaca_prompt = """Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
### Instruction:
{}
### Input:
{}
### Response:
{}"""
```
# USAGE:
|