|
--- |
|
language: |
|
- en |
|
license: apache-2.0 |
|
tags: |
|
- text-generation-inference |
|
- transformers |
|
- unsloth |
|
- qwen2 |
|
- trl |
|
- sft |
|
base_model: unsloth/Qwen2-7B |
|
--- |
|
|
|
# Uploaded model |
|
|
|
- **Developed by:** sakusakumura |
|
- **License:** apache-2.0 |
|
- **Finetuned from model :** unsloth/Qwen2-7B |
|
|
|
This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library. |
|
|
|
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth) |
|
|
|
## prompt format |
|
|
|
``` |
|
<instruction> |
|
taskタグにおいて提供された文章が、次に示す条件にあてはまる文章かどうかを判断し、文章の品質を「低品質」または「高品質」で答えてください。 |
|
条件: |
|
1. 繰り返しの無い文章であること。 |
|
2. 文法的に誤りの多い文章 |
|
3. 意味の通らない、または支離滅裂な文章 |
|
4. 差別的表現、暴力的表現、わいせつな内容 |
|
</instruction> |
|
<task> |
|
{target text} |
|
</task> |
|
<answer> |
|
``` |
|
|
|
## outputs |
|
``` |
|
低品質 |
|
</answer> |
|
``` |
|
``` |
|
高品質 |
|
</answer> |
|
``` |