Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Lanugage -> Language
  • Loading branch information
eltociear authored Feb 20, 2024
1 parent 7ccdacd commit cd67dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenFedLLM: Training Large Language Models on Decentralized Private Data via Federated Learning

**OpenFedLLM** is an open-source research-use codebase for training *Large Lanugage Models (LLM)* via federated learning. Please check our [paper](https://arxiv.org/abs/2402.06954) for details and the corresponding empirical study.
**OpenFedLLM** is an open-source research-use codebase for training *Large Language Models (LLM)* via federated learning. Please check our [paper](https://arxiv.org/abs/2402.06954) for details and the corresponding empirical study.

OpenFedLLM includes the following key features:
- 7 **federated learning** algorithms (e.g., *FedAvg*, *FedProx*, *SCAFFOLD*, *FedAvgM*, etc.).
Expand Down Expand Up @@ -90,4 +90,4 @@ Please cite our paper if you find the repository helpful.
journal={arXiv preprint arXiv:2402.06954},
year={2024}
}
```
```

0 comments on commit cd67dd5

Please sign in to comment.