File size: 1,142 Bytes
07d04da
 
 
 
 
 
 
 
 
 
665e2ca
07d04da
 
 
 
 
 
 
 
 
 
 
 
3db0ea1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
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>
```