Datasets:
| dataset_info: | |
| features: | |
| - name: prompt | |
| list: | |
| - name: role | |
| dtype: string | |
| - name: content | |
| dtype: string | |
| - name: chosen | |
| list: | |
| - name: role | |
| dtype: string | |
| - name: content | |
| dtype: string | |
| - name: rejected | |
| list: | |
| - name: role | |
| dtype: string | |
| - name: content | |
| dtype: string | |
| - name: action_type | |
| dtype: string | |
| splits: | |
| - name: train | |
| num_bytes: 2065890 | |
| num_examples: 5000 | |
| - name: test | |
| num_bytes: 4721711 | |
| num_examples: 11481 | |
| download_size: 6390168 | |
| dataset_size: 6787601 | |
| configs: | |
| - config_name: default | |
| data_files: | |
| - split: train | |
| path: data/train-* | |
| - split: test | |
| path: data/test-* | |
| tags: | |
| - ml-intern | |
| # narcolepticchicken/speculative-actions-verifier-pref | |
| <!-- ml-intern-provenance --> | |
| ## Generated by ML Intern | |
| This dataset repository was generated by [ML Intern](https://github.com/huggingface/ml-intern), an agent for machine learning research and development on the Hugging Face Hub. | |
| - Try ML Intern: https://smolagents-ml-intern.hf.space | |
| - Source code: https://github.com/huggingface/ml-intern | |
| ## Usage | |
| ```python | |
| from datasets import load_dataset | |
| dataset = load_dataset('narcolepticchicken/speculative-actions-verifier-pref') | |
| ``` | |