Skip to content

Commit

Permalink
Add AE materials
Browse files Browse the repository at this point in the history
  • Loading branch information
caidongqi committed Jul 11, 2023
1 parent 9d2d54c commit d9996f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# Docker (Recommanded)
Install docker in your machine. Then run the following command to build the docker image.
```bash
docker pull caidongqi/adafl:1.0.0
docker run -it --gpus all --network host caidongqi/adafl:1.0.0 bash
```
We recommand using VSCode docker extension to develop in the docker container.



# Efficient Federated Learning for Modern NLP
Expand All @@ -13,7 +7,15 @@ FedAdapter (old name: AdaFL) is an adapter-based efficient FedNLP framework for

FedAdapter is built atop FedNLP beta (commit id: 27f3f97), the document file and instruction could be found in [README_FedNLP.md](./README_FedNLP.md)

# Step-by-step installation
# Installation
## Docker (Recommanded)
Install docker in your machine. Then run the following command to build the docker image.
```bash
docker pull caidongqi/adafl:1.0.1
docker run -it --gpus all --network host caidongqi/adafl:1.0.1 bash
```
We recommand using VSCode docker extension to develop in the docker container.
## Step-by-step installation
After `git clone`-ing this repository, please run the following command to install our dependencies.

```bash
Expand Down Expand Up @@ -67,6 +69,8 @@ We process the result log via `exps_data/draw-performance-baseline.ipynb`
to get the final pictures in the manuscript.

Our experiment results could be downloaded from [Google drive](exps_data/download_data.sh).

You can also refer to our artifact evaluation instructions in [ae.pdf](./ae.pdf).
<!--
# Notes to be merged
Expand Down
Binary file added ae.pdf
Binary file not shown.

0 comments on commit d9996f9

Please sign in to comment.