Skip to content

Commit

Permalink
fixing build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Student Worker committed Nov 4, 2021
1 parent 27ce8a7 commit 6dc60eb
Show file tree
Hide file tree
Showing 8 changed files with 72 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"Categories": [
"Toxicity Classification"
],
"Input_language": [
"English"
],
"Output_language": [
"English"
],
"Instruction_language": [
"English"
],
"Definition": "The task is, for a given part of the sentence, you need to classify whether it is toxic or not.",
"Positive Examples": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"Categories": [
"Threat Classification"
],
"Input_language": [
"English"
],
"Output_language": [
"English"
],
"Instruction_language": [
"English"
],
"Definition": "The task is, for a given part of the sentence, you need to classify whether it is threat or not.",
"Positive Examples": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"Categories": [
"Sexually Explicit Classification"
],
"Input_language": [
"English"
],
"Output_language": [
"English"
],
"Instruction_language": [
"English"
],
"Definition": "The task is, for a given part of the sentence, you need to classify whether it is Sexually Explicit or not.",
"Positive Examples": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"Categories": [
"Severe Toxicity Classification"
],
"Input_language": [
"English"
],
"Output_language": [
"English"
],
"Instruction_language": [
"English"
],
"Definition": "The task is, for a given part of the sentence, you need to classify the severe toxicity score.",
"Positive Examples": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"Categories": [
"Profanity Classification"
],
"Input_language": [
"English"
],
"Output_language": [
"English"
],
"Instruction_language": [
"English"
],
"Definition": "The task is, for a given part of the sentence, you need to classify whether it is profane or not.",
"Positive Examples": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"Categories": [
"Insult Classification"
],
"Input_language": [
"English"
],
"Output_language": [
"English"
],
"Instruction_language": [
"English"
],
"Definition": "The task is, for a given part of the sentence, you need to classify whether it is insult or not.",
"Positive Examples": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"Categories": [
"Identity Attack Classification"
],
"Input_language": [
"English"
],
"Output_language": [
"English"
],
"Instruction_language": [
"English"
],
"Definition": "The task is, for a given part of the sentence, you need to classify whether it is identity attack or not.",
"Positive Examples": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"Categories": [
"Flirtation Classification"
],
"Input_language": [
"English"
],
"Output_language": [
"English"
],
"Instruction_language": [
"English"
],
"Definition": "The task is, for a given part of the sentence, you need to classify whether it is flirtation or not.",
"Positive Examples": [
{
Expand Down

0 comments on commit 6dc60eb

Please sign in to comment.