This repository contains the code for the NoisyLLM project which aims to inject noise into different layers of an LLM to test how this affects its outputs. All developed on python 3.12.7.
The repository currently has two main directories:
Contains the code base for the NoisyLLM and the various functions and classes of the codebase.
Contains early test notebooks.