File size: 670 Bytes
fe48597 de47717 fe48597 0e5c6c9 fe48597 f955e78 fe48597 f955e78 a6b5d45 eabf274 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
base_model: appvoid/arco
language:
- en
license: apache-2.0
tags:
- text-generation-inference
- transformers
- unsloth
- llama
- trl
- sft
---
this model is fine-tuned (and potentially overfitted) version of arco on a small reflection dataset.
the model works best with this format:
```
You are an AI system that returns a good <output> based on the reasoning made, always remember to return an <output> tag at the end. Instruction: <your prompt goes here>
<thinking>
```
as a mistake, the model is unable to understand when to stop so output tag should be set as stop criteria to avoid the model continue generating text, further versions won't have this issue. |