File size: 921 Bytes
fa4b75e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
datasets:
- PJMixers/classtest
pipeline_tag: text-classification
---
### Example Inputs
This would be expecting to return `1`, meaning it is a chosen/good `AI_MESSAGE`.
```
USER_MESSAGE: You are a {Genre} author. Your task is to write {Genre} stories in a vivid and intriguing language. Answer with "..." if you acknowledge. Don't wrtie anthing yet

Genre = Thriller
AI_MESSAGE: ...
```

This would be expecting to return `0`, meaning it is a rejected/bad `AI_MESSAGE`.
```
USER_MESSAGE: You are a {Genre} author. Your task is to write {Genre} stories in a vivid and intriguing language. Answer with "..." if you acknowledge. Don't wrtie anthing yet

Genre = Thriller
AI_MESSAGE: ...

I acknowledge that I am to write Thriller stories in a vivid and intriguing language. I'm ready to create a gripping and suspenseful narrative that will keep readers on the edge of their seats. Let the thrilling adventure begin!
```