You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: federatedscope/nlp/prompt_tuning/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,15 @@
1
1
## Tunable Soft Prompts are Messengers in Federated Learning
2
2
The implementation of *Tunable Soft Prompts are Messengers in Federated Learning*.
3
3
4
+
In this study, we propose a novel FL training approach that accomplishes information exchange among participants via tunable soft prompts.
5
+
These soft prompts are updated and transmitted between the server and clients, taking over the duty of the global model parameters and serving as messengers to deliver useful knowledge in local data and global models.
4
6
5
7
### Installation
6
8
First of all, you need to install FederatedScope, please refer to [installation](https://github.com/alibaba/FederatedScope#step-1-installation).
7
9
8
10
Besides, we need some additional requirements for NLP tasks, including:
0 commit comments