diff --git a/README.md b/README.md index e4e7f81..b541ce9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Neurotoxin -This repository implements the [paper] (https://arxiv.org/abs/2206.10341) "Neurotoxin: Durable Backdoors in Federated Learning". It includes a federated learning simulation and all the models and datasets necessary to implement our paper. The code runs on Python 3.9.7 with PyTorch 1.9.1 and torchvision 0.10.1. +This repository implements the [paper](https://arxiv.org/abs/2206.10341) "Neurotoxin: Durable Backdoors in Federated Learning". It includes a federated learning simulation and all the models and datasets necessary to implement our paper. The code runs on Python 3.9.7 with PyTorch 1.9.1 and torchvision 0.10.1. ## FL_Backdoor_NLP