--- tags: - continual-cartridges - self-study-synthesis task_categories: - question-answering configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: messages list: - name: content dtype: string - name: role dtype: string - name: token_ids list: int64 - name: top_logprobs struct: - name: logprobs list: float32 - name: shape list: int64 - name: token_id list: int32 - name: token_idx list: int64 - name: system_prompt dtype: string - name: metadata struct: - name: initial_system_prompt dtype: string - name: seed_prompt dtype: string - name: tool_calls list: 'null' - name: type dtype: string splits: - name: train num_bytes: 5642844 num_examples: 64 download_size: 2472638 dataset_size: 5642844 --- # Dataset: Phudish/amd-2021-10k-64-without-year-new-prompt-llama-3.2-3b ## Usage ```python from datasets import load_dataset ds = load_dataset("Phudish/amd-2021-10k-64-without-year-new-prompt-llama-3.2-3b") ```