-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notus end2end example for preference and instruction generation #145
Conversation
f1bf4bb
to
e682616
Compare
@ignacioct, It looks good already but I've got some comments about the introduction of different aspects and the structure. "Setting up an inference endpoint with Notus" also includes another section about "Defining a custom generation task for a distilabel pipeline". Similarly "Download the AI Act PDF document" also cover "Creating a RAG pipeline using Deepset" Also, for the separate parts we might add some additional introduction about what is happening and why, like the deepest index for example. I would maybe make the introduction and overview a bit more catchy to focus on the AI act etc. Something like You can also emphasize a bit why this is important to do and what the end user might gain from this approach over other ones. Maybe some of the printed output is a bit long (about the batches etc.) Also, in the end, I feel that I'm missing some wrap-up about the OpenAI-finetune and why we would need that/how we can use it. Maybe fine-tuning can be skipped and we can redirect people to some of our other tutorials https://docs.argilla.io/en/latest/tutorials_and_integrations/tutorials/tutorials.html |
@davidberenstein1957 I've implemented your suggestion; just a few doubts
|
|
@ignacioct , looking much better already :)
|
Maybe something a little bit shorter like: Use Notus on inference endpoints to create a legal preference dataset ? |
@ignacioct, great work. It looks very complete. 3 minor remarks:
|
This reverts commit a96bafe.
Closes #143
First draft of the tutorial. Few things to take in mind:
Looking forward to your review! First time I go through
distilabel
process on my own, so there's probably a lot of little things to tweak :)