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-anonymizationUse the provided environment.yml file to create a Conda environment:
conda env create -f environment.ymlActivate the newly created environment:
conda activate logAnoThe fine-tuned model will be downloaded automatically.