A framework for anonymizing logs using Named Entity Recognition (NER) with the pre-trained CodeBERT model.
Clone the repository to your local machine:
git clone https://github.com/your-username/ner-log-anonymization.git
cd ner-log-anonymization
Use the provided environment.yml file to create a Conda environment:
conda env create -f environment.yml
Activate the newly created environment:
conda activate logAno
The fine-tuned model will be downloaded automatically.