Skip to content

Commit 39d8af3

Browse files
authored
Update README.md (#797)
1 parent ad0e59e commit 39d8af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can apply prompts to examples from datasets of the [Hugging Face Datasets li
5656
INPUT: What label best describes this news article?
5757
Carlyle Looks Toward Commercial Aerospace (Reuters) Reuters - Private investment firm Carlyle Group,\which has a reputation for making well-timed and occasionally\controversial plays in the defense industry, has quietly placed\its bets on another part of the market.
5858
>>> print("TARGET: ", result[1])
59-
TARGET: Business
59+
TARGET: ['Business']
6060
```
6161

6262
In the case that you are looking for the prompts available for a particular subset of a dataset, you should use the following syntax:

0 commit comments

Comments
 (0)