Skip to content
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

Update Argilla start page #3298

Closed
2 tasks done
nataliaElv opened this issue Jun 30, 2023 · 1 comment · Fixed by #3327
Closed
2 tasks done

Update Argilla start page #3298

nataliaElv opened this issue Jun 30, 2023 · 1 comment · Fixed by #3327
Assignees
Labels
area: ui Indicates that an issue or pull request is related to the User Interface (UI)
Milestone

Comments

@nataliaElv
Copy link
Member

nataliaElv commented Jun 30, 2023

  • Change link to docs from Rubrix to Argilla documentation
  • Add a tab with a code snippet for Feedback datasets
@nataliaElv
Copy link
Member Author

Code snippet for feedback datasets:

# install datasets library with pip install datasets
import argilla as rg
from datasets import load_dataset

# load an Argilla Feedback dataset from the Hugging Face hub
dataset = rg.FeedbackDataset.from_huggingface("argilla/oasst_response_quality", split="train")

# push the dataset to Argilla
dataset.push_to_argilla("oasst_response_quality")

@frascuchon frascuchon added the area: ui Indicates that an issue or pull request is related to the User Interface (UI) label Jul 5, 2023
damianpumar added a commit that referenced this issue Jul 5, 2023
Closes #3298

![demo](https://github.com/argilla-io/argilla/assets/7398909/434849b9-8145-4af7-93f0-269eef7f0ef0)

---------

Co-authored-by: nataliaElv <natalia@argilla.io>
Co-authored-by: leire <leire@recogn.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ui Indicates that an issue or pull request is related to the User Interface (UI)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants