--- tags: - ml-intern configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: messages list: - name: role dtype: string - name: content dtype: string - name: action_type dtype: string - name: resolved dtype: bool splits: - name: train num_bytes: 8198302 num_examples: 1000 download_size: 8245622 dataset_size: 8198302 --- # narcolepticchicken/speculative-eval-v3-main ## 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-eval-v3-main') ```