Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiazlor committed Jan 18, 2024
1 parent 6603ab4 commit 1f2608e
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# ✨ Clean a Preference Dataset with `Distilabel`\n",
"# ✨ Clean a Preference Dataset with `JudgeLMTask` and `GPT-4-turbo`\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/argilla-io/distilabel/blob/main/docs/tutorials/clean-dpo-preference-dataset.ipynb) [![Open Source in Github](https://img.shields.io/badge/github-view%20source-black.svg)](https://github.com/argilla-io/distilabel/blob/main/docs/tutorials/clean-dpo-preference-dataset.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/argilla-io/distilabel/blob/main/docs/tutorials/clean-preference-dataset-judgelm-gpt.ipynb) [![Open Source in Github](https://img.shields.io/badge/github-view%20source-black.svg)](https://github.com/argilla-io/distilabel/blob/main/docs/tutorials/clean-preference-dataset-judgelm-gpt.ipynb)"
]
},
{
Expand Down Expand Up @@ -476,8 +476,7 @@
"outputs": [],
"source": [
"# Compute ratings and natural language critiques for each pair\n",
"disti_dataset = distipipe.generate(dataset=dataset, num_generations=2)\n",
"\n"
"disti_dataset = distipipe.generate(dataset=dataset, num_generations=2)"
]
},
{
Expand Down

0 comments on commit 1f2608e

Please sign in to comment.