You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ You can apply prompts to examples from datasets of the [Hugging Face Datasets li
56
56
INPUT: What label best describes this news article?
57
57
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.
58
58
>>>print("TARGET: ", result[1])
59
-
TARGET: Business
59
+
TARGET: ['Business']
60
60
```
61
61
62
62
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