five

distilabel-internal-testing/test-distiset-2-configs

收藏
Hugging Face2024-03-26 更新2025-04-12 收录
下载链接:
https://hf-mirror.com/datasets/distilabel-internal-testing/test-distiset-2-configs
下载链接
链接失效反馈
官方服务:
资源简介:
--- size_categories: n<1K config_names: - generate_response_1 - generate_response_2 tags: - synthetic - distilabel - rlaif --- <p align="left"> <a href="https://github.com/argilla-io/distilabel"> <img src="https://raw.githubusercontent.com/argilla-io/distilabel/main/docs/assets/distilabel-badge-light.png" alt="Built with Distilabel" width="200" height="32"/> </a> </p> # Dataset Card for test-distiset-2-configs This dataset has been created with [Distilabel](https://distilabel.argilla.io/). ## Dataset Summary This dataset contains a `pipeline.yaml` which can be used to reproduce the pipeline that generated it in distilabel using the `distilabel` CLI. ## Dataset structure The examples have the following structure per configuration: <details><summary> Configuration: generate_response_1 </summary><hr> ```json { "completion": "Response here.", "instruction": "What if the Beatles had never formed as a band?" } ``` This subset can be loaded as: ```python from datasets import load_dataset ds = load_dataset("distilabel-internal-testing/test-distiset-2-configs", "generate_response_1") ``` </details> <details><summary> Configuration: generate_response_2 </summary><hr> ```json { "completion": "Response here.", "instruction": "What if the Beatles had never formed as a band?" } ``` This subset can be loaded as: ```python from datasets import load_dataset ds = load_dataset("distilabel-internal-testing/test-distiset-2-configs", "generate_response_2") ``` </details>
二维码
社区交流群
二维码
科研交流群
商业服务