Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove emojis and connect steps via rshift instead
  • Loading branch information
alvarobartt committed Jun 14, 2024
1 parent 806fd57 commit 9d6a152
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Compute is expensive and output quality is important. We help you **focus on dat

Synthesize and judge data with **latest research papers** while ensuring **flexibility, scalability and fault tolerance**. So you can focus on improving your data and training your models.

## 🏘️ Community
## Community

We are an open-source community-driven project and we love to hear from you. Here are some ways to get involved:

Expand All @@ -68,7 +68,7 @@ Distilabel is a tool that can be used to **synthesize data and provide AI feedba
- Our [distilabeled Intel Orca DPO dataset](https://huggingface.co/datasets/argilla/distilabel-intel-orca-dpo-pairs) and the [improved OpenHermes model](https://huggingface.co/argilla/distilabeled-OpenHermes-2.5-Mistral-7B),, show how we **improve model performance by filtering out 50%** of the original dataset through **AI feedback**.
- The [haiku DPO data](https://github.com/davanstrien/haiku-dpo) outlines how anyone can create a **dataset for a specific task** and **the latest research papers** to improve the quality of the dataset.

## 👨🏽‍💻 Installation
## Installation

```sh
pip install distilabel --upgrade
Expand Down Expand Up @@ -116,7 +116,7 @@ with Pipeline(

generate_with_openai = TextGeneration(llm=OpenAILLM(model="gpt-3.5-turbo"))

load_dataset.connect(generate_with_openai)
load_dataset >> generate_with_openai

if __name__ == "__main__":
distiset = pipeline.run(
Expand Down

0 comments on commit 9d6a152

Please sign in to comment.