Skip to content

Commit

Permalink
fix one liner disinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
RakshitKhajuria committed Nov 9, 2023
1 parent 7a1b07b commit 661e529
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/tutorials/llm_notebooks/Disinformation_Test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@
}
],
"source": [
"model = {\"model\": \"j2-jumbo-instruct\", \"hub\":\"ai21\"}\n",
"model = {\"model\": \"text-davinci-003\", \"hub\":\"openai\"}\n",
"\n",
"data = {\"data_source\": \"Prompt-Injection-Attack\", \"split\":\"test-tiny\"}\n",
"data={\"data_source\" :'Toxicity',\"split\":\"test\"}\n",
"\n",
"harness = Harness(task={\"task\": \"text-generation\", \"category\": \"disinformation\"}, model=model, data=data)"
"harness = Harness(task={\"task\": \"text-generation\", \"category\": \"toxicity\"}, model=model, data=data)"
]
},
{
Expand Down

0 comments on commit 661e529

Please sign in to comment.