# llama32-1b-residual-stream This repository contains residual stream data collected from Llama 3.2 1B's middle layer during inference on 100M tokens from the Hugging Face Fineweb dataset. The data can be used for model analysis and research. ## Dataset Details - Source Model: Llama 3.2 1B - Layer: Middle residual stream - Dataset: Fineweb - Tokens Processed: 100M - Format: HDF5 (.h5) - Size: 383.2 GiB ## License This dataset is licensed under the MIT License. See LICENSE file for details. ## Attribution Built with Llama. Llama 3.2 is licensed under the Llama 3.2 Community License, Copyright © Meta Platforms, Inc. All Rights Reserved. ## Citation If you use this dataset in your research and feel like citing it, cite it however you like. For ease of use, here's one way: ```bibtex @misc{residual-stream-llama32-1b, author={[Henry Freed]}, title={Residual Stream Data from Llama 3.2 1B}, year={2025}, publisher={Hugging Face}, howpublished={\url{https://huggingface.co/datasets/[open-concept-steering]/llama32-1b-residual-stream}} } ```