Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ Binary classification model for ad-detection on QA Systems.
|
|
9 |
|
10 |
## Sample usage
|
11 |
|
12 |
-
```
|
13 |
import torch
|
14 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
15 |
|
@@ -48,7 +48,7 @@ Objective: Given (query, answer) pair, generate new_answer which contains an adv
|
|
48 |
|
49 |
### Prompt:
|
50 |
|
51 |
-
```
|
52 |
prompt = f"""
|
53 |
Task: You are tasked with subtly integrating an advertisement into a search query response. The goal is to make the advertisement feel natural and helpful within the context of the response, not disruptive or overtly promotional.
|
54 |
First, you should define the item to advertise. You should keep in mind the context of the query and original response. Consider the following advertisement qualities when choosing the product:
|
|
|
9 |
|
10 |
## Sample usage
|
11 |
|
12 |
+
```python
|
13 |
import torch
|
14 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
15 |
|
|
|
48 |
|
49 |
### Prompt:
|
50 |
|
51 |
+
```python
|
52 |
prompt = f"""
|
53 |
Task: You are tasked with subtly integrating an advertisement into a search query response. The goal is to make the advertisement feel natural and helpful within the context of the response, not disruptive or overtly promotional.
|
54 |
First, you should define the item to advertise. You should keep in mind the context of the query and original response. Consider the following advertisement qualities when choosing the product:
|