xzuyn's picture
Create README.md
fa4b75e verified
|
raw
history blame
921 Bytes
---
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!
```